function impPopup() {
	smsWindow = window.open("impressum.html", "Impressum", "scrollbars=no,toolbar=no,resize=no,menubar=no,width=500,height=420");
	smsWindow.focus();
}

gPixel1 = new Image();
gPixel1.src ="../gfx/menu_l_button1.gif";
rPixel1 = new Image();
rPixel1.src ="../gfx/menu_l_button1_a.gif";
gPixel2 = new Image();
gPixel2.src ="../gfx/menu_l_button2.gif";
rPixel2 = new Image();
rPixel2.src ="../gfx/menu_l_button2_a.gif";
gPixel3 = new Image();
gPixel3.src ="../gfx/menu_l_button3.gif";
rPixel3 = new Image();
rPixel3.src ="../gfx/menu_l_button3_a.gif";
gPixel4 = new Image();
gPixel4.src ="../gfx/menu_l_button4.gif";
rPixel4 = new Image();
rPixel4.src ="../gfx/menu_l_button4_a.gif";
gPixel5 = new Image();
gPixel5.src ="../gfx/menu_l_button5.gif";
rPixel5 = new Image();
rPixel5.src ="../gfx/menu_l_button5_a.gif";
gPixel6 = new Image();
gPixel6.src ="../gfx/menu_l_button6.gif";
rPixel6 = new Image();
rPixel6.src ="../gfx/menu_l_button6_a.gif";
gPixel16 = new Image();
gPixel16.src ="../gfx/back_de.gif";
rPixel16 = new Image();
rPixel16.src ="../gfx/back_de_a.gif";
function revolve(nr,nobj){
	window.document.images[nr].src = nobj.src;
}


function impPopup2(datei,w,h) {
	smsWindow = window.open(datei, "Screenshots", "scrollbars=no,toolbar=no,menubar=no,width=" + w + ",height=" + h);
	smsWindow.focus();
}