<!--
var imgpath	= "../../images/pMOD/topmenu/";

if(document.images){
homeaus		= new Image();homeaus.src	= imgpath+"home-aus.gif";
homean		= new Image();homean.src	= imgpath+"home-an.gif";
homehover	= new Image();homehover.src	= imgpath+"home-hover.gif";
newsaus		= new Image();newsaus.src	= imgpath+"news-aus.gif";
newsan		= new Image();newsan.src	= imgpath+"news-an.gif";
newshover	= new Image();newshover.src	= imgpath+"news-hover.gif";
brancheaus	= new Image();brancheaus.src	= imgpath+"branche-aus.gif";
branchean	= new Image();branchean.src	= imgpath+"branche-an.gif";
branchehover	= new Image();branchehover.src	= imgpath+"branche-hover.gif";
emailaus	= new Image();emailaus.src	= imgpath+"email-aus.gif";
emailan		= new Image();emailan.src	= imgpath+"email-an.gif";
emailhover	= new Image();emailhover.src	= imgpath+"email-hover.gif";
homepageaus	= new Image();homepageaus.src	= imgpath+"homepage-aus.gif";
homepagean	= new Image();homepagean.src	= imgpath+"homepage-an.gif";
homepagehover	= new Image();homepagehover.src	= imgpath+"homepage-hover.gif";
flohaus		= new Image();flohaus.src	= imgpath+"floh-aus.gif";
flohan		= new Image();flohan.src	= imgpath+"floh-an.gif";
flohhover	= new Image();flohhover.src	= imgpath+"floh-hover.gif";
interaus	= new Image();interaus.src	= imgpath+"inter-aus.gif";
interan		= new Image();interan.src	= imgpath+"inter-an.gif";
interhover	= new Image();interhover.src	= imgpath+"inter-hover.gif";
specialaus	= new Image();specialaus.src	= imgpath+"special-aus.gif";
specialan	= new Image();specialan.src	= imgpath+"special-an.gif";
specialhover	= new Image();specialhover.src	= imgpath+"special-hover.gif";
termineaus	= new Image();termineaus.src	= imgpath+"termine-aus.gif";
terminean	= new Image();terminean.src	= imgpath+"termine-an.gif";
terminehover	= new Image();terminehover.src	= imgpath+"termine-hover.gif";
suchmaus	= new Image();suchmaus.src	= imgpath+"suchm-aus.gif";
suchman		= new Image();suchman.src	= imgpath+"suchm-an.gif";
suchmhover	= new Image();suchmhover.src	= imgpath+"suchm-hover.gif";
surfaus		= new Image();surfaus.src	= imgpath+"surf-aus.gif";
surfan		= new Image();surfan.src	= imgpath+"surf-an.gif";
surfhover	= new Image();surfhover.src	= imgpath+"surf-hover.gif";
}

function changer(id,name,info){

	if(document.images){
	document.images[id].src=eval(name+".src");
	}
	window.status=info;

}

//-->
