<!--//--><![CDATA[//><!--
function checkLogin(jsid) {
	if (jsid>0) {
		var win;
		win = window.open("/files/survey2010/index.php","Survey2010", 'menubar=0, toolbar=yes, scrollbars=yes, resizable=yes, width=1000, height=700');
		win.focus();
	}
	else
		alert('You need to login first to take part in the survey!\nIf you do not have an account, please register first on BrightSparks!');
}
//--><!]]>