<!--

if(top!=self)
top.location=self.location;

image0= new Image(); image0.src = "img/menue_typo.gif";
image0on = new Image(); image0on.src = "img/menue_typo_on.gif";

image1= new Image(); image1.src = "img/menue_lomo.gif";
image1on = new Image(); image1on.src = "img/menue_lomo_on.gif";

image2= new Image(); image2.src = "img/menue_vs.gif";
image2on = new Image(); image2on.src = "img/menue_vs_on.gif";

image3= new Image(); image3.src = "img/menue_buch.gif";
image3on = new Image(); image3on.src = "img/menue_buch_on.gif";

image4= new Image(); image4.src = "img/menue_webmobil.gif";
image4on = new Image(); image4on.src = "img/menue_webmobil_on.gif";

image5= new Image(); image5.src = "img/menue_email.gif";
image5on = new Image(); image5on.src = "img/menue_email_on.gif";

image6= new Image(); image6.src = "img/menue_news.gif";
image6on = new Image(); image6on.src = "img/menue_news_on.gif";

image7= new Image(); image7.src = "img/fav.gif";
image7on = new Image(); image7on.src = "img/fav_on.gif";

function on(name)   {
        document[name].src = eval(name + "on.src");
}
function off(name)  {
        document[name].src = eval(name + ".src");
}


function mail() {
window.open('kontakt.php3','','width=320,height=407,resizable=no,scrollbars=no');
}
function laufweite() {
window.open('laufweite.php','','width=231,height=117,resizable=no,scrollbars=no');
}
function serifen() {
window.open('serifen.php','','width=150,height=180,resizable=no,scrollbars=no');
}
function durchschuss() {
window.open('durchschuss.php','','width=300,height=300,resizable=no,scrollbars=no');
}

// Floater-Code von Sandra Wiegard 2002 . www.Elfengleich.de + www.Bits-dont-Byte.de 

var floater;
var theTop = 260;
var old = theTop;

function init()
{
floater = new getObj('floater');
movefloater();
}

function getObj(name)
{
if (document.getElementById)
{
this.obj = document.getElementById(name);
this.style = document.getElementById(name).style;
}
else if (document.all)
{
this.obj = document.all[name];
this.style = document.all[name].style;
}
else if (document.layers)
{
this.obj = getObjNN4(document,name);
this.style = this.obj;
}
}

function movefloater()
{
        
if (window.innerHeight)                    // Netscape 4.x
	{    pos = window.pageYOffset}
        
else if (document.documentElement && document.documentElement.scrollTop)
        {    pos = document.documentElement.scrollTop}
        
else if (document.body)                    // IE
        {    pos = document.body.scrollTop}

if (pos < theTop) pos = theTop;
else pos += 50;

if (pos != old)
{
pos = (.1 *(pos-old))+old;
floater.style.top = pos;
}
old = pos;
temp = setTimeout('movefloater()',10);
}

//-->
