function showWeeklySurveyResultPop()	
{	
	var h,w;
  	h = screen.height;
  	w = screen.width;
  	var l,t;
  	l = parseInt((w-450)/2);
  	t = parseInt((h-400)/2);
  	var chkstatus = chkselectedids("surveyform","clssurvey_arrsurveyanswer[]");
	if(chkstatus)
	{
	  	window.open("","JD2BWeeklySurveyResult","toolbar=0,scrollbars=yes,location=0,statusbar=0,menubar=0,resizable=0,width=575,height=320,left="+l+",top="+t);
		document.surveyform.clssurvey_hdnaction.value="SaveSurvey";
		document.surveyform.target="JD2BWeeklySurveyResult";
		document.surveyform.submit();
	}
	else
	{
		alert("Please select atleast one answer.");
	}
}
function viewsurveyarchive()
{
	var h,w;
  	h = screen.height;
  	w = screen.width;
  	var l,t;
  	/*l = parseInt((w-550)/2);
  	t = 0;*/
  	l = parseInt((w-450)/2);
  	t = parseInt((h-400)/2);
  	window.open("","JD2BWeeklySurveyResult","toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=575,height=320,left="+l+",top="+t);
}
function makeownsurvey()
{
	var h,w;
  	h = screen.height;
  	w = screen.width;
  	var l,t;
  	l = parseInt((w-500)/2);
  	t = parseInt((h-450)/2);
  	window.open("","JD2BWeeklySurvey","toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=400,left="+l+",top="+t);
}


function setflash()
{
	if(window.document.charts=="[object]")
		window.document.charts.movie="charts.swf?library_path=charts_library&php_source=3DPiechart.php?surveyid=<?=$clssurvey->surveyid?>&license=J1DWU5EODI6B104JCXOTVXLJU0WB7K";
}