function showSurveyWindow(){
	var askMEcanesten = readCookie("askMEcanesten");

	if(askMEcanesten == null){
		createCookie("askMEcanesten",true,365);
		Dialog.info('<div id=\"survey-popup\"><div class=\"content\"><h1>Website Satisfaction Survey</h1><p class=\"divider\"> We\'re looking for site visitors to help us improve the Canesten website. You can participate by answering a few questions as you enter the site (this should take no more than 30 seconds), and a few more after you have completed your visit. </p><p>Please allow a few seconds for the survey to download; your screen may go blank momentarily during the process, but it should not take more than a few seconds. </p><p class=\"divider\" style=\"text-align:center\"><strong>Will you help us out?</strong><br /><br /><input name=\"button\" type=\"submit\" class=\"survey-button\" id=\"button\" value=\"I\'ll Help\" onClick = \"showSurvey(); Dialog.closeInfo();\" />  &nbsp;&nbsp;<input name=\"button2\" type=\"submit\" class=\"survey-button\" id=\"button2\" value=\"No Thanks\" onClick = \"Dialog.closeInfo();\" /><p class=\"buttons divider\">This survey is being conducted by Organik, a market research company on behalf of Bayer HealthCare. <br /><br /><a href=\"http://survey.askme.net/StaticPages/privacy/x6Q3SxxB5ZGYe385\" target = \"_blank\">Privacy Statement</a><br /><br /><strong>Please Note:</strong> Children under the age of 16 are not eligible to participate in this survey. </p></div><div class=\"footer\">&nbsp;</div></div>', {width:572, height:447} );

	}
}

function showSurvey(){
	window.open('http://survey.askme.net/Participants/startSurvey/212','','width=760,height=800,scrollbars=1');
}
