function showscreen(titel,serie,bild, mywidth, myheight) {
	var URL1 = window.location.href;
	var URL = URL1.replace(/\/index.*/,"");
	bilder = window.open('','Screen','width='+mywidth+'px,height='+myheight+'px,scrollbars=no,toolbars=no,menubars=no,location=no');
	if (window.open('','Screen')==true) {window.close('','Screen')}
	else
	{
		bilder.document.open();
		bilder.document.writeln('<html><head><title>'+titel+'</title><link rel="stylesheet" type="text/css" href="../stylens.css"></head>');
		bilder.document.writeln('<body topmargin=0px leftmargin=0px marginheight=0px marginwidth=0 valign="middle" onLoad="self.focus()" onclick="self.close()" style="background-color:black">');
		bilder.document.writeln('<center><img src="'+URL+'/pics/screenshots/big_'+serie+'_'+bild+'.jpg" onclick="self.close()"></center></body></html>');
		bilder.document.close();
	}
}

function showforum() {
	var URL1 = window.location.href;
	var URL = URL1.replace(/\/index.*/,"");
	window.open(URL+'/forum/','Forum','width=900px,height=650px,scrollbars=yes,toolbars=no,menubars=no,location=no');
}

//function showguide(mywidth,myheight,titel,myfile) {
//	var URL1 = window.location.href;
//	var URL = URL1.replace(/\/index.*/,"");
//	guides = window.open('','Guides','width=680px,height=500px,scrollbars=no,toolbars=no,menubars=no,location=no');
//	if (window.open('','Guides')==true) {window.close('','Guides')}
//	else
//	{
		//guides.document.open();
		//guides.document.writeln('<html><head><title>'+titel+'</title><link rel="stylesheet" type="text/css" href="../stylens.css"></head>');
		//guides.document.writeln('<body topmargin=0px leftmargin=0px marginheight=0px marginwidth=0 valign="middle" onLoad="self.focus()" style="background-color:white">');
		//guides.document.writeln('<center><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+mywidth+'" height="'+myheight+'" ID="Captivate1">');
		//guides.document.writeln('<param name="movie" value="mirc_leeching.swf">');
		//guides.document.writeln('<param name="quality" value="high">');
		//guides.document.writeln('<param name="menu" value="false">');
		//guides.document.writeln('<param name="loop" value="0">');
		//guides.document.writeln('<embed src="'+URL+'/guides/'+myfile+'.swf" width="'+mywidth+'" height="'+myheight+'" loop="0" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false"></embed>');
		//guides.document.writeln('</object></center></body></html>');
		//guides.document.close();
	//}
//}

function showflashguide(myfile) {
	var URL1 = window.location.href;
	var URL = URL1.replace(/\/index.*/,"");
	guides = window.open(URL+'/guides/'+myfile+'.htm','Guides','width=680px,height=500px,scrollbars=no,toolbars=no,menubars=no,location=no');
}