//Sylesheetausgabe
var Fenster = null;
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 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)
}
function neuesFenster2(meineSeite){
w=500;
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)
}
function neuesFenster3(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)
}
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)
}
ns6=document.getElementById&&!document.all
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">');
}

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
	}
//Start NS Hover
<!--
var ns = document.layers ? true : false;

function HoverInit()
{
  if (onLoadOld)
    onLoadOld();
  tmpLayer = new Layer(1);
  tmpLayer.bgColor = document.bgColor;
}

var obj = null;
var tmpLayer = null;
var onLoadOld = null;

if (ns) {
  if (window.onload)
    onLoadOld = window.onload;
  window.onload = HoverInit;
  document.captureEvents(Event.MOUSEOVER);
  document.onmouseover = Hover;
}

function Hover(evt)
{
  document.routeEvent(evt);

  if (tmpLayer && tmpLayer.visibility == 'hide' && evt.target.text) {

    obj = evt.target;

    tmpLayer.left = obj.x;
    tmpLayer.top  = obj.y;
    tmpLayer.width = 1;

    with (tmpLayer.document) {
      open();
      write('<nobr><a href="'+obj.href+'" class="hover"' +
            (obj.target ? ' target="' + obj.target + '"' : '') +
            '>'+obj.text+'</a></nobr>');
      close();
    }

    tmpLayer.visibility = 'show';

    document.captureEvents(Event.MOUSEMOVE);
    document.onmousemove = Hoveroff;

  }

}

function Hoveroff(evt)
{
  if (tmpLayer && evt.target != tmpLayer.document.links[0] && evt.target != obj) {

    tmpLayer.visibility = 'hide';
    document.releaseEvents(Event.MOUSEMOVE);

  }
}
//--ENDE NS HOVER


function g_kontakt(URL,NAME,PARAMETER) 
	{ 
	
  window.open(URL,NAME,PARAMETER);
	}
function g_detail(URL,NAME,PARAMETER) 
	{ 
	
  window.open(URL,NAME,PARAMETER);
	}
function a_kontakt(URL,NAME,PARAMETER) 
	{ 
	
  window.open(URL,NAME,PARAMETER);
	}
function a_detail(URL,NAME,PARAMETER) 
	{ 
	
  window.open(URL,NAME,PARAMETER);
	}
