////////////////////////////////////////////////////////////////////////////
// Stefan Reiser                                                          //
//                                                                        //
// Ludwigshafen                                                           //
// Webmaster http://www.multi-online.com                                  //
// webmaster@multi-online.com                                             //
//                                                                        //
////////////////////////////////////////////////////////////////////////////

// Bild Pullover

IMG01 = "http://www.waldhof-mannheim-07.de/images/on.gif"  
IMG02 = "http://www.waldhof-mannheim-07.de/images/off.gif" 
IMG03 = "http://www.waldhof-mannheim-07.de/images/on.gif"  
IMG04 = "http://www.waldhof-mannheim-07.de/images/off.gif" 
IMG05 = "http://www.waldhof-mannheim-07.de/images/on.gif"  
IMG06 = "http://www.waldhof-mannheim-07.de/images/off.gif" 

function imgover(imgname){
     imgname.src = IMG01
}

function imgout(imgname){
     imgname.src = IMG02
}

function imgover(imgname){
     imgname.src = IMG03
}

function imgout(imgname){
     imgname.src = IMG04
}
function imgover(imgname){
     imgname.src = IMG05
}

function imgout(imgname){
     imgname.src = IMG06
}


//Popupfenster
<!--

function Maximieren(Datei)
{
  if (document.all) {
    var hoehe = screen.availHeight - 134;
    var breite = screen.availWidth - 558;
    neu = window.open(Datei,'neu','width='+breite+',height='+hoehe+',toolbar=0,menubar=0,scrollbars=1,status=0,location=0,left=0,top=0');
  }
  else
    neu = window.open(Datei,'neu','toolbar=0,menubar=0,scrollbars=1,status=0,location=0');
}

//-->
// popup-funktionen
function fenster(ort,w,h) {
	wname='_de_newwin';
	win = window.open(ort, wname, 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width='+w+',height='+h);
	}
	
function fenster_fest(ort,w,h) {
	wname='_de_newwin';
	win = window.open(ort, wname, 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width='+w+',height='+h);
	}
		
//dhtml popupfenster

<!--
var ZielSeite1="poberliga.php"
var ZielSeite2="poberliga0405.php"
var ZielSeite3="itmanager.html"
var ZielSeite4="vertrieb.html"

var FensterHoehe=450
var FensterGroesse=200
var FensterGroesseMax=390
var FensterHoeheMax=600
var x=20

function start1(){
Fenster2=window.open("","","scrollbars")
if (!document.layers&&!document.all){
Fenster2.location=ZielSeite1
return
}
Fenster2.resizeTo(600,500)
Fenster2.moveTo(0,0)
start2()
}

function start2(){
if (FensterHoehe>=FensterHoeheMax)
x=0
Fenster2.resizeBy(20,x)
FensterHoehe+=20
FensterGroesse+=20
if (FensterGroesse>=FensterGroesseMax){
Fenster2.location=ZielSeite1
FensterHoehe=250
FensterGroesse=100
x=5
if (document.layers){
	document.location=document.location;
}
return
}
setTimeout("start2()",50)
}


function start3(){
Fenster2=window.open("","","scrollbars")
if (!document.layers&&!document.all){
Fenster2.location=ZielSeite2
return
}
Fenster2.resizeTo(300,500)
Fenster2.moveTo(0,0)
start4()
}

function start4(){
if (FensterHoehe>=FensterHoeheMax)
x=0
Fenster2.resizeBy(20,x)
FensterHoehe+=20
FensterGroesse+=20
if (FensterGroesse>=FensterGroesseMax){
Fenster2.location=ZielSeite2
FensterHoehe=380
FensterGroesse=100
x=5
if (document.layers){
	document.location=document.location;
}
return
}
setTimeout("start4()",50)
}


function start5(){
Fenster2=window.open("","","scrollbars")
if (!document.layers&&!document.all){
Fenster2.location=ZielSeite3
return
}
Fenster2.resizeTo(100,380)
Fenster2.moveTo(0,0)
start6()
}

function start6(){
if (FensterHoehe>=FensterHoeheMax)
x=0
Fenster2.resizeBy(20,x)
FensterHoehe+=20
FensterGroesse+=20
if (FensterGroesse>=FensterGroesseMax){
Fenster2.location=ZielSeite3
FensterHoehe=280
FensterGroesse=100
x=5
if (document.layers){
	document.location=document.location;
}
return
}
setTimeout("start6()",50)
}


function start7(){
Fenster2=window.open("","","scrollbars")
if (!document.layers&&!document.all){
Fenster2.location=ZielSeite4
return
}
Fenster2.resizeTo(150,500)
Fenster2.moveTo(0,0)
start8()
}


function start8(){
if (FensterHoehe>=FensterHoeheMax)
x=0
Fenster2.resizeBy(20,x)
FensterHoehe+=20
FensterGroesse+=20
if (FensterGroesse>=FensterGroesseMax){
Fenster2.location=ZielSeite4
FensterHoehe=400
FensterGroesse=150
x=5
if (document.layers){
	document.location=document.location;
}
return
}
setTimeout("start8()",50)
}

