/* funktion zum laden des login-fensters */ function openLoginWindow(){ myLightWindow.activateWindow({ href: '/we/include/loginbox.inc.php', title: 'Loginfester wird geladen...', width: 500, height: 620, type: 'external' }); } /* funktion zum laden des login-fensters (mit hinweis dass login erforderlich ist) */ function openLoginWindow_e(errorcode){ myLightWindow.activateWindow({ href: '/we/include/loginbox.inc.php?error='+errorcode, title: 'Loginfester wird geladen...', width: 500, height: 620, type: 'external' }); } /* funktionen zum voting */ function radioWert(rObj) { for (var i=0; i