var Bild = new Array(20);
Bild[0] = new Image(); Bild[0].src="bilder_basis/navigation2_dgr_r1_c1.gif";
Bild[1] = new Image(); Bild[1].src="bilder_basis/navigation2_dgr_r1_c3.gif";
Bild[2] = new Image(); Bild[2].src="bilder_basis/navigation2_dgr_r1_c5.gif";
Bild[3] = new Image(); Bild[3].src="bilder_basis/navigation2_dgr_r1_c7.gif";
Bild[4] = new Image(); Bild[4].src="bilder_basis/navigation2_dgr_r1_c9.gif";
Bild[5] = new Image(); Bild[5].src="bilder_basis/navigation2_dgr_r3_c3.gif";
Bild[6] = new Image(); Bild[6].src="bilder_basis/navigation2_dgr_r3_c7.gif";
Bild[7] = new Image(); Bild[7].src="bilder_basis/navigation2_dgr_r5_c3.gif";
Bild[8] = new Image(); Bild[8].src="bilder_basis/navigation2_dgr_r5_c7.gif";

Bild[9] = new Image(); Bild[9].src="bilder_basis/navigation2_gr_r1_c1.gif";
Bild[10] = new Image(); Bild[10].src="bilder_basis/navigation2_gr_r1_c3.gif";
Bild[11] = new Image(); Bild[11].src="bilder_basis/navigation2_gr_r1_c5.gif";
Bild[12] = new Image(); Bild[12].src="bilder_basis/navigation2_gr_r1_c7.gif";
Bild[13] = new Image(); Bild[13].src="bilder_basis/navigation2_gr_r1_c9.gif";
Bild[14] = new Image(); Bild[14].src="bilder_basis/navigation2_gr_r3_c3.gif";
Bild[15] = new Image(); Bild[15].src="bilder_basis/navigation2_gr_r3_c7.gif";
Bild[16] = new Image(); Bild[16].src="bilder_basis/navigation2_gr_r5_c3.gif";
Bild[17] = new Image(); Bild[17].src="bilder_basis/navigation2_gr_r5_c7.gif";

Bild[18] = new Image(); Bild[18].src="bilder_basis/back.gif";
Bild[19] = new Image(); Bild[19].src="bilder_basis/back2.gif";
Bild[20] = new Image(); Bild[20].src="bilder_basis/kmod_navigation2_dgr_r3_c5.gif";
Bild[21] = new Image(); Bild[21].src="bilder_basis/kmod_navigation2_gr_r3_c5.gif";
Bild[22] = new Image(); Bild[22].src="bilder_basis/navigation_presse_off.gif";
Bild[23] = new Image(); Bild[23].src="bilder_basis/navigation_presse_on.gif";
function wechsel(Bild,Bildobjekt)
 {
  window.document.images[Bild].src=Bildobjekt.src;
 }
 
function verteiler(weite,hoehe) {
var weite2 = weite;
var hoehe2 = hoehe;
var weite3 = Math.ceil(weite/2);
var hoehe3 = Math.ceil(hoehe/2);
if(hoehe3<100){
hoehe3 = 100;
}
if(weite3<100){
weite3 = 100;
}
var intScrWidth = (window.screen.width/2) - (weite3 + 10);
var intScrHeight = (window.screen.height/2) - (hoehe3 + 40);
var win2=window.open("verteiler/verteiler_inc.php","winname2","width="+weite2+",height="+hoehe2+",toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,left=" + intScrWidth + ",top=" + intScrHeight + ",screenX=" + intScrWidth +",screenY=" + intScrHeight);
win2.focus();
}
 
function popUp(bild,pfad,weite,hoehe) {
var weite2b = weite;
var hoehe2b = hoehe;
var weite3b = Math.ceil(weite/2);
var hoehe3b = Math.ceil(hoehe/2);
if(hoehe3b<100){
hoehe3b = 100;
}
if(weite3b<100){
weite3b = 100;
}
var intScrWidth = (window.screen.width/2) - (weite3b + 10);
var intScrHeight = (window.screen.height/2) - (hoehe3b + 40);
var win=window.open("","","width="+weite2b+",height="+hoehe2b+",toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,left=" + intScrWidth + ",top=" + intScrHeight + ",screenX=" + intScrWidth +",screenY=" + intScrHeight);
win.location.href="bh.php?bild="+bild+"&pfad="+pfad;
win.focus();
}

function quicktime(bild,pfad,weite,hoehe) {
var weite2b = weite;
var hoehe2b = hoehe;
var weite3b = Math.ceil(weite/2);
var hoehe3b = Math.ceil(hoehe/2);
if(hoehe3b<100){
hoehe3b = 100;
}
if(weite3b<100){
weite3b = 100;
}
var intScrWidth = (window.screen.width/2) - (weite3b + 10);
var intScrHeight = (window.screen.height/2) - (hoehe3b + 40);
var win3=window.open("","","width="+weite2b+",height="+hoehe2b+",toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,left=" + intScrWidth + ",top=" + intScrHeight + ",screenX=" + intScrWidth +",screenY=" + intScrHeight);
win3.location.href="fh.php?bild="+pfad+bild+"&weite="+weite+"&hoehe="+hoehe;
win3.focus();
}