﻿function survey_Opener(domain)
{
    if(domain != "")
	{
		newWindow = window.open (domain,"survey_server","toolbar,resizable,scrollbars,dependent,width=500,height=420,left=150,top=80");
			newWindow.focus();
	}else{
		newWindow = window.open(domain,"survey_server","toolbar,resizable,scrollbars,dependent,width=500,height=420,left=150,top=80");
		newWindow.focus();
		document.aohanqisurvey.submit();
	}
	return false;
}