function quicktour()
{
	window.open('QuickTour/Quick-Tour_index.html','QuickTour','scrollbars=yes,width=621,height=720,left=25,top=10');
}
function viewsurveyarchive()
{
	var h,w;
  	h = screen.height;
  	w = screen.width;
  	var l,t;
  	l = parseInt((w-550)/2);
  	t = 0;
  	window.open("","JDSurveyResult","toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=637,height=700,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("","JDSurvey","toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=400,left="+l+",top="+t);
}
