Prefix = "/gottwald/site"
 
Normal = new Image();
Normal.src = Prefix + "/gottwald/de/applications/buttons/Anwendungen.jpg";

HighlightContainerLagerung = new Image();
HighlightContainerLagerung.src = Prefix + "/gottwald/de/applications/buttons/Containerlagerung1.gif";                            
PushContainerLagerung = new Image();
PushContainerLagerung.src = Prefix + "/gottwald/de/applications/buttons/Containerlagerung2.gif";           

HighlightTransport = new Image();
HighlightTransport.src = Prefix + "/gottwald/de/applications/buttons/Containertransport1.gif";
PushTransport = new Image();
PushTransport.src = Prefix + "/gottwald/de/applications/buttons/Containertransport2.gif";

HighlightPickPlace = new Image();
HighlightPickPlace.src = Prefix + "/gottwald/de/applications/buttons/Laden_Loeschen1.gif";
PushPickPlace = new Image();
PushPickPlace.src = Prefix + "/gottwald/de/applications/buttons/Laden_Loeschen2.gif";   

HighlightProjectCargo = new Image();
HighlightProjectCargo.src = Prefix + "/gottwald/de/applications/buttons/Project1.gif";
PushProjectCargo = new Image();
PushProjectCargo.src = Prefix + "/gottwald/de/applications/buttons/Project2.gif";

HighlightCargo = new Image();
HighlightCargo.src = Prefix + "/gottwald/de/applications/buttons/Stueckgut1.gif";
PushCargo = new Image();
PushCargo.src = Prefix + "/gottwald/de/applications/buttons/Stueckgut2.gif";

HighlightShip = new Image();
HighlightShip.src = Prefix + "/gottwald/de/applications/buttons/Schiff-zu-Schiff1.gif";
PushShip = new Image();
PushShip.src = Prefix + "/gottwald/de/products/applications/Schiff-zu-Schiff2.gif";

HighlightBulk = new Image();
HighlightBulk.src = Prefix + "/gottwald/de/applications/buttons/Schuetgut1.gif";
PushBulk = new Image();
PushBulk.src = Prefix + "/gottwald/de/products/applications/Schuetgut2.gif";

HighlightMulti = new Image();
HighlightMulti.src = Prefix + "/gottwald/de/applications/buttons/Mehrzweck1.gif";
PushMulti = new Image();
PushMulti.src = Prefix + "/gottwald/de/products/applications/Mehrzweck2.gif";

function Bildwechsel (Bildnr, Bildobjekt){  window.document.images[Bildnr+4].src=Bildobjekt.src;}

function MouseOverContainerLagerung (){ Bildwechsel(0, HighlightContainerLagerung) ;}
function MouseOutContainerLagerung(){Bildwechsel(0, Normal);}
function ClickContainerLagerung() {Bildwechsel(0, PushContainerLagerung);}

function MouseOverTransport(){Bildwechsel(0, HighlightTransport) ;}
function MouseOutTransport(){Bildwechsel(0, Normal);}
function ClickTransport(){Bildwechsel( 0, PushTransport);}

function MouseOverPickPlace(){ Bildwechsel(0, HighlightPickPlace); }
function MouseOutPickPlace(){Bildwechsel(0, Normal); }
function ClickPickPlace(){Bildwechsel(0,PushPickPlace);}

function MouseOverProjectCargo(){Bildwechsel(0, HighlightProjectCargo);}
function MouseOutProjectCargo(){ Bildwechsel(0, Normal); }
function ClickProjectCargo(){Bildwechsel(0,PushProjectCargo);}

function MouseOverCargo(){ Bildwechsel(0,HighlightCargo);}
function MouseOutCargo(){Bildwechsel(0, Normal);}
function ClickCargo(){Bildwechsel(0, PushCargo);}

function MouseOverShip (){ Bildwechsel(0,HighlightShip);}
function MouseOutShip(){ Bildwechsel( 0, Normal);}
function ClickShip(){ Bildwechsel(0,PushShip);}

function MouseOverBulk (){ Bildwechsel(0,HighlightBulk);}
function MouseOutBulk(){ Bildwechsel( 0, Normal);}
function ClickBulk(){ Bildwechsel(0,PushBulk);}

function MouseOverMulti(){ Bildwechsel(0,HighlightMulti);}
function MouseOutMulti(){ Bildwechsel( 0, Normal);}
function ClickMulti(){ Bildwechsel(0,PushMulti);}

