/*
Datei wird von index.html eingebunden
*/

<!--
function onLoadTasks() {
	showContest();
}

function showContest() {
  s4_popup = window.open('/www/win.htm',"S4","width=300,height=300,left=100,top=200,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizable=yes");
  s4_popup.focus();
}
//-->
