// include CSS

if ((navigator.appVersion.indexOf("Mac") != -1) && (navigator.appVersion.indexOf("MSIE") == -1)) 
 {document.write("<LINK REL=stylesheet HREF=\"../m.css\" TYPE=\"text/css\">");}
else 
 {document.write("<LINK REL=stylesheet HREF=\"../w.css\" TYPE=\"text/css\">");}
 

// neues fenster
function windowopen(theURL,winName,features)
	{window.open(theURL,winName,features);}
	
// ubootfun.com
function pop(url)
	{window.open(url,'RPE','toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=yes,width=530,height=490');}