//Sylesheetausgabe
var Fenster = null;
var ns6=document.getElementById&&!document.all;
function neuesFenster(meineSeite){
w=400;
h=400;
//scroll="yes";
meinName="neuesF";
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings ='height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars=yes,resizable=no'
Fenster = window.open(meineSeite,meinName,settings)
}

function neuesFenster2(meineSeite){
w=800;
h=600;
//scroll="yes";
meinName="neuesF";
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings ='height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars=yes,resizable=yes'
Fenster = window.open(meineSeite,meinName,settings)
}
//search
	function checksucheingabe()
			{
			if (document.se.q.value.length>0)
			document.se.submit();
			else
			{
			//alert('please enter a query!');
			return false;
			}
			}
//end search
function whoisthat(meineSeite){
domain=document.whois.domain.value;
ext=document.whois.ext.options[document.whois.ext.selectedIndex].text;
meineSeite=meineSeite+'?domain='+domain+'&ext='+ext;
w=600;
h=400;
//scroll="yes";
meinName="neuesF";
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings ='height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars=yes,resizable=no'
Fenster = window.open(meineSeite,meinName,settings)
}

if (document.layers)
{
document.write ('<link rel="STYLESHEET" type="text/css" href="StoryboardNS.css">');

}
else
{
document.write ('<link rel="STYLESHEET" type="text/css" href="aufbau/php_content/Storyboard.css">');
document.write ('<link rel="STYLESHEET" type="text/css" href="aufbau/php_content/custom.css">');
}

if (document.layers)
{
document.write ('<link rel="STYLESHEET" type="text/css" href="adminbereich/navstyleNS475.css">');

}
else
{
if (ns6)
{
document.write ('<link rel="STYLESHEET" type="text/css" href="adminbereich/navstyleNS6.css">');
}
else
document.write ('<link rel="STYLESHEET" type="text/css" href="adminbereich/navstyle.css">');
}
//END Stylesheet
function leerzeichenweg()
		{
		y="";
		x=document.se.q.value;
		neu=x.split(" ");
		for (i=0;i<neu.length;i++)
			{
			//alert (neu[i]);
			if (neu[i].length>0)
				{
				if (y.length>0)
			y=y+" "+neu[i];
			else
			y=y+neu[i];
				}
			}
			//y=y.replace(",","");
			document.se.q.value=y;
		}
	function gourl(x)
	{
	window.location=window.location+"#"+x;//Ankerlink ansteuern
	}




