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