Normal1 = new Image();
Normal1.src = "http://www.aignerart.at/DE/_IMG/aigner_spacer.gif";
Highlight1 = new Image();
Highlight1.src = "http://www.aignerart.at/DE/_IMG/aigner_selected.gif";

Normal2 = new Image();
Normal2.src = "http://www.aignerart.at/DE/_IMG/aigner_spacer.gif";
Highlight2 = new Image();
Highlight2.src = "http://www.aignerart.at/DE/_IMG/aigner_selected.gif";

Normal3 = new Image();
Normal3.src = "http://www.aignerart.at/DE/_IMG/aigner_spacer.gif";
Highlight3 = new Image();
Highlight3.src = "http://www.aignerart.at/DE/_IMG/aigner_selected.gif";

Normal4 = new Image();
Normal4.src = "http://www.aignerart.at/DE/_IMG/aigner_spacer.gif";
Highlight4 = new Image();
Highlight4.src = "http://www.aignerart.at/DE/_IMG/aigner_selected.gif";

Normal5 = new Image();
Normal5.src = "http://www.aignerart.at/DE/_IMG/aigner_spacer.gif";
Highlight5 = new Image();
Highlight5.src = "http://www.aignerart.at/DE/_IMG/aigner_selected.gif";

Normal6 = new Image();
Normal6.src = "http://www.aignerart.at/DE/_IMG/aigner_but_fritz.gif";
Highlight6 = new Image();
Highlight6.src = "http://www.aignerart.at/DE/_IMG/aigner_but_fritz_f2.gif";

Normal7 = new Image();
Normal7.src = "http://www.aignerart.at/DE/_IMG/aigner_but_matthias.gif";
Highlight7 = new Image();
Highlight7.src = "http://www.aignerart.at/DE/_IMG/aigner_but_matthias_f2.gif";

Normal8 = new Image();
Normal8.src = "http://www.aignerart.at/DE/_IMG/aigner_but_florian.gif";
Highlight8 = new Image();
Highlight8.src = "http://www.aignerart.at/DE/_IMG/aigner_but_florian_f2.gif";

Normal9 = new Image();
Normal9.src = "http://www.aignerart.at/DE/_IMG/aigner_aigner_but_lukas.gif";
Highlight9 = new Image();
Highlight9.src = "http://www.aignerart.at/DE/_IMG/aigner_aigner_but_lukas_f2.gif";

Normal10 = new Image();
Normal10.src = "http://www.aignerart.at/DE/_IMG/aigner_but_helga.gif";
Highlight10 = new Image();
Highlight10.src = "http://www.aignerart.at/DE/_IMG/aigner_but_helga_f2.gif";

function Bildwechsel_home(Bildnr,Bildobjekt,Bildobjekt2) {
 window.document.menue_button[Bildnr].src = Bildobjekt.src
 window.document.menue_bild[Bildnr].src = Bildobjekt2.src
}

function Bildwechsel(Bildnr,Bildobjekt,Bildobjekt2) {
 window.document.menue_button[Bildnr].src = Bildobjekt.src
}

function openWin (strTemplate, intWidth, intHeight) {
	objWindow = open (strTemplate, 'openWin', 'width=' + intWidth + ',height=' + intHeight + ',toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1');
	objWindow.moveTo(screen.width / 2 - intWidth / 2, screen.height / 2 - intHeight / 2);
	return 1;
}
