function openChat() { 
	now= new Date();
	if(document.cs1.NICKNAME.value=="") { document.cs1.NICKNAME.value='Gast'+(now.getSeconds()+(now.getMinutes()*60)); }
	wn=''+(now.getSeconds()+(now.getMinutes()*60))+'';
	if(navigator.appName.indexOf('Internet Explorer',0)>0) { document.cs1.MODE.value='1048576'; }
}
function tb() { 
	//if (navigator.appName.indexOf("Internet Explorer",0)>0) { form.MODE.value = 1048576; }
	if (navigator.appName.indexOf("Internet Explorer",0)>0)
	{
		document.form.MODE.value = 1048576;
	}
	document.form.MODE.value='1048576';
	return true;
}
function openWindow(url,name,width,height,scroll) {
	var window_width = width; 
	var window_height = height; 
	displayWindow = window.open(''+ url + '',''+ name +'','resizable=yes,menubar=no,scrollbars=' + scroll + ',status=no,directories=no,width=' + window_width + ',height=' + window_height); displayWindow.focus(); 
}
function openID(name) { 
	openWindow('/cgi-bin/cx/wwb/wwb.cgi?_CID=hp/id1&NAME='+name+'','ID','775','490','yes'); 
}
window.defaultStatus = '- chatXtreme - abmelden war gestern!';