/**
 *
 */
 
 function chatlogin(form)
 {
	if(form.room.options[form.room.selectedIndex].value.length == 0)
	{
		alert("Bitte einen Raum wählen");
		return false;
	}
	else
	{
		if(form.chatwindow.checked == true)
		{
			form.target = "chatwindow";
			window.open("about:blank","chatwindow","width=900,height=800,top=150,left=150,menubar=no,toolbar=no,location=no,directories=no,status=no,copyhistory=no,resizable=yes");
		}
		return true;
	}
 }

 function openNickPage(a)
 {
 	window.open(a.href,'npage','toolbar=no,location=no,directories=no,status=no,copyhistory=no,scrollbars=yes,resizable=yes,width=700,height=550');
  	return false;
 }

 		
 function doRed() {
	setTimeout("doRedNow()", 600000);
	}
	