/* vorladen rollover navi */
if (document.images) {
img99off = new Image();
img99off.src = "../global/images/navi/ausga_of.gif";
img98off = new Image();
img98off.src = "../global/images/navi/aktue_of.gif";
img97off = new Image();
img97off.src = "../global/images/navi/abo_of.gif";
img96off = new Image();
img96off.src = "../global/images/navi/termi_of.gif";
img95off = new Image();
img95off.src = "../global/images/navi/ueber_of.gif";
img94off = new Image();
img94off.src = "../global/images/navi/impres_of.gif";
img93off = new Image();
img93off.src = "../global/images/navi/media_of.gif";
img92off = new Image();
img92off.src = "../global/images/navi/index_of.gif";
img91off = new Image();
img91off.src = "../global/images/navi/service_of.gif";
img90off = new Image();
img90off.src = "../global/images/navi/fotolabore_of.gif";
img89off = new Image();
img89off.src = "../global/images/navi/fotoschulen_of.gif";
img88off = new Image();
img88off.src = "../global/images/navi/anzeigenkunden_of.gif";
img87off = new Image();
img87off.src = "../global/images/navi/galerie_of.gif";

/* vorladen rollover navi */
img99on = new Image();
img99on.src = "../global/images/navi/ausga_on.gif";
img98on = new Image();
img98on.src = "../global/images/navi/aktue_on.gif";
img97on = new Image();
img97on.src = "../global/images/navi/abo_on.gif";
img96on = new Image();
img96on.src = "../global/images/navi/termi_on.gif";
img95on = new Image();
img95on.src = "../global/images/navi/ueber_on.gif";
img94on = new Image();
img94on.src = "../global/images/navi/impres_on.gif";
img93on = new Image();
img93on.src = "../global/images/navi/media_on.gif";
img92on = new Image();
img92on.src = "../global/images/navi/index_on.gif";
img91on = new Image();
img91on.src = "../global/images/navi/service_on.gif";
img90on = new Image();
img90on.src = "../global/images/navi/fotolabore_on.gif";
img89on = new Image();
img89on.src = "../global/images/navi/fotoschulen_on.gif";
img88on = new Image();
img88on.src = "../global/images/navi/anzeigenkunden_on.gif";
img87on = new Image();
img87on.src = "../global/images/navi/galerie_on.gif";
}

/* framewechsel steuerung navi  */
function fourframe(url1,frame1,url2,frame2,url3,frame3,url4,frame4){
	parent.frames[frame1].location.href=url1;
	parent.frames[frame2].location.href=url2;
	parent.frames[frame3].location.href=url3;
	parent.frames[frame4].location.href=url4;
}

/* rollover */
function imgOn(imgName) {
	document[imgName].src=eval(imgName+"off.src");
}
function imgOff(imgName) {
	document[imgName].src=eval(imgName+"on.src");
}