// these are for the splash page links to roll over

YueberunsL=new Image(60,14)
YueberunsL.src="images/splash/LueberO.jpg"
WueberunsL=new Image(60,14)
WueberunsL.src="images/splash/Lueber.jpg"

YbandmitL=new Image(110,14)
YbandmitL.src="images/splash/LbandmiO.jpg"
WbandmitL=new Image(110,14)
WbandmitL.src="images/splash/Lbandmit.jpg"

YtanzL=new Image(160,14)
YtanzL.src="images/splash/LtanzO.jpg"
WtanzL=new Image(160,14)
WtanzL.src="images/splash/Ltanz.jpg"

YunplugL=new Image(80,14)
YunplugL.src="images/splash/LunplugO.jpg"
WunplugL=new Image(80,14)
WunplugL.src="images/splash/Lunplug.jpg"

YonlineL=new Image(90,14)
YonlineL.src="images/splash/LonlineO.jpg"
WonlineL=new Image(90,14)
WonlineL.src="images/splash/Lonline.jpg"

YnewsL=new Image(40,14)
YnewsL.src="images/splash/LnewsO.jpg"
WnewsL=new Image(40,14)
WnewsL.src="images/splash/Lnews.jpg"

YhoerL=new Image(80,14)
YhoerL.src="images/splash/LhoerO.jpg"
WhoerL=new Image(80,14)
WhoerL.src="images/splash/Lhoer.jpg"

YlinkL=new Image(50,14)
YlinkL.src="images/splash/LlinksO.jpg"
WlinkL=new Image(50,14)
WlinkL.src="images/splash/Llinks.jpg"

YgalL=new Image(60,14)
YgalL.src="images/splash/LgalO.jpg"
WgalL=new Image(60,14)
WgalL.src="images/splash/Lgal.jpg"


// to make the Flash smarten up

n=navigator.userAgent;
w=n.indexOf("MSIE");
if((w>0)&&(parseInt(n.charAt(w+5))>5)){
T=["object","embed","applet"];
for(j=0;j<2;j++){
E=document.getElementsByTagName(T[j]);
for(i=0;i<E.length;i++){
P=E[i].parentNode;
H=P.innerHTML;
P.removeChild(E[i]);
P.innerHTML=H;
}}}


function toggleLayer(whichLayer)
{
if (document.getElementById)
{
// this is the way the standards work

var style2 = document.getElementById(whichLayer).style;
style2.display = style2.display? "":"block";
}
else if (document.all)
{

// this is the way old msie versions work

var style2 = document.all[whichLayer].style;
style2.display = style2.display? "":"block";
}
else if (document.layers)
{

// this is the way nn4 works

var style2 = document.layers[whichLayer].style;
style2.display = style2.display? "":"block";
}
}

