<!--

//Function to jump to another forum
function ForumJump(URL) {
	
	if (URL.options[URL.selectedIndex].value != "") self.location.href = URL.options[URL.selectedIndex].value;	
	return true;
}

//Function to open pop up window
function openWin(theURL,winName,features) {
  	window.open(theURL,winName,features);
}


//Function to open preview post window
function OpenPreviewWindow(targetPage, formName){
	
	now = new Date  
	
	//Open the window first 	
   	openWin('','preview','toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=680,height=400')
   		
   	//Now submit form to the new window
   	formName.action = targetPage + "?ID=" + now.getTime();	
	formName.target = "preview";
	formName.submit();
}

function openregwindow()
	{
	var how="toolbar=no,location=no,directories=no,menubar=no,status=no,scrollbars=yes,resizable=no,left=0,top=0,ScreenX=500,ScreenY=525,height=500,width=525";
	rWin=window.open("","rWin",how);
	rWin.location="http://wmail.ch/de/reg.html";
	rWin.focus();
	}

function openchatwindow()
	{
	var how="toolbar=no,location=no,directories=no,menubar=no,status=no,scrollbars=no,resizable=no,left=0,top=0,ScreenX=400,ScreenY=500,height=400,width=500";
	cWin=window.open("","cWin",how);
	cWin.location="http://www.grossmatten.ch:1182/chat";
	cWin.focus();
	}

function gamewin(theURL,winName,features)
	{
  	alert('ACHTUNG! Es wird nun ein bildschirmfüllendes Fenster geöffnet! \nUm dieses wieder zu schliessen, drücken Sie die Tasten: \n\n                                       "ALT+F4" \n\n-->   Haben Sie etwas Geduld bis das Spiel geladen ist. \n-->   Je nach Verbindung kann dies 30-60 Sekunden dauern.')
	window.open(theURL,winName,features);
	}

function camwin(theURL,winName,features)
	{
	window.open(theURL,winName,features);
	}

function forumcamwin(theURL,winName)
	{
	var how="toolbar=no,location=no,directories=no,menubar=no,scrollbars=1,status=no,resizable=yes,left=0,top=0,width=339,height=646";
	window.open(theURL,winName,how);
	}


var tickerheight=120;
var tickerwidth=150;
var fontcolor="#000066";
var tickercolor="#eeeeee";
var bordercolor="#000000";
var bordersize=1;
var fontspace=2;
var fontsize=10;
var visitedlink="#333333";
var rollovercolor="#FFFFFF";
var font="Verdana";
var transparent = 0;
var speed=30;
var pause=3000;
var sparte=4;
var rubrik=13;
var ticker_stop=1;
var rollover_underline=0;
var font_underline=0;
var tickertyp=2;
var u_id = 320909;

//-->