function OpenSurveyWindow()
{
	window.open ("/Portal/Aspx/Survey.aspx","Survey","menubar=0,resizable=0,width=578,top=50%,left=50%,height=450,scrollbars=1");
}


function OpenSurveyService()
{
	if (document.getElementById('divSurveyService'))
	{
		document.getElementById('divSurveyService').style.display='none';
	}
}
