function ChatFenster()
{
	ChatWindow = window.open("../chat.htm", "Chat", "width=540,height=250");
	ChatWindow.focus();
}

function ticker (theURL,winName,features) {
	window.open(theURL,winName, 'width=780,height=580,resizable=no,locationbar=no,menubar=no,scrollbars=no,screenX=0,screenY=0');
}

function MM_openBrWindow(theURL,winName,features){ //v2.0
	window.open(theURL,winName,features);
}