function survey_Opener_33392(domain)
{
	var dol = document.domain.length;
	if(domain != "")
	{
		newWindow = window.open (domain,"survey_server","toolbar,resizable,scrollbars,dependent,width=620,height=420,left=150,top=80");
		newWindow.focus();
	}else{
		newWindow = window.open(domain,"survey_server","toolbar,resizable,scrollbars,dependent,width=620,height=420,left=150,top=80");
		newWindow.focus();
		document.form1.submit();
	}
	return false;
}
