function openSurvey(doh){
	if(screen.height==768){
		window.open(doh,'survey','width=713,height=680,scrollbars=1');
	}else if(screen.height<768){
		window.open(doh,'survey','width=713,height=520,scrollbars=1');
	}else{window.open(doh,'survey','width=700,height=700');}
}

document.write('<style type="text/css">body{background:#000;margin:0;}#survey{border:1px solid #808080;font:bold 12px arial,helvetica,geneva,sans-serif;color:#808080;padding:10px;width:200px;text-decoration:none;}</style>');

document.write('<div align="center" style="width:994px;"><div style="margin:20px;"><a id="survey" href="survey/index.html" onclick="openSurvey(this.href);return false;">TAKE THE DISNEY PICTURES SURVEY</a></div><br />');