Normal1 = new Image();
Normal1.src = "images/1_Halle_klein.jpg";
Highlight1 = new Image();
Highlight1.src = "images/1_HalleAktiv_klein.jpg";

Normal2 = new Image(1);
Normal2.src = "images/6_Gallery__klein.jpg";
Highlight2 = new Image(1);
Highlight2.src = "images/6_Gallery_A_klein.jpg";

Normal3 = new Image(2);
Normal3.src = "images/2_Auge_klein.jpg";
Highlight3 = new Image(2);
Highlight3.src = "images/2_Auge_A_klein.jpg";

Normal4 = new Image(3);
Normal4.src = "images/3_Krieger_klein.jpg";
Highlight4 = new Image(3);
Highlight4.src = "images/3_Krieger_A_klein.jpg";

Normal5 = new Image(4);
Normal5.src = "images/4_Baumbuch_klein.jpg";
Highlight5 = new Image(4);
Highlight5.src = "images/4_Baumbuch_A_klein.jpg";

Normal6 = new Image(5);
Normal6.src = "images/5_Elf_klein.jpg";
Highlight6 = new Image(5);
Highlight6.src = "images/5_Elf_A_klein.jpg";

Normal7 = new Image(6);
Normal7.src = "images/7_DAK_Logo_klein.jpg";
Highlight7 = new Image(6);
Highlight7.src = "images/7_DAK_Logo_A_klein.jpg";

function Bildwechsel(Indexnr,Bildobjekt)
{
 window.document.images[Indexnr].src = Bildobjekt.src;
}




function pyropop() {
 //open ('anflug.html','pyropop','height=600,width=800');
 open ('halle2.html','pyropop','height=600,width=800');
}

function nachvorne() {		
	      open('halle2.html','pyropop','height=800,width=600');
            self.blur();
} 



if (document.layers) {
window.captureEvents(Event.MOUSEDOWN | Event.MOUSEUP)
window.onmousedown=rightclick;
window.onmouseup=rightclick;

function rightclick(e) {
if (e.which == 3) {
alert('Danke für Euer Interesse! \n \n Anfragen an: office@pyromania-arts.de');
return false; 
}
else {
return true; 
}
}
}

if (document.all){
function click() {
if (event.button==2) {
alert('Danke für Euer Interesse! \n \n Anfragen an: office@pyromania-arts.de')
}

if (event.button==3) {
alert('Danke für Euer Interesse! \n \n Anfragen an: office@pyromania-arts.de')}
}
document.onmousedown=click
}
