image1 = new Image();
image1.src = "navi1_01_over.gif";

image2 = new Image();
image2.src = "navi1_02_over.gif";

image3 = new Image();
image3.src = "navi1_03_over.gif";

image4 = new Image();
image4.src = "navi1_04_over.gif";

image5 = new Image();
image5.src = "navi1_05_over.gif";

image6 = new Image();
image6.src = "navi1_06_over.gif";

image7 = new Image();
image7.src = "navi1_07_over.gif";



function OpenNewWindow(Picture)
{
	xsize = 380 
	ysize = 450; 
    
	ScreenWidth = screen.width;
	ScreenHeight = screen.height;

	xpos = (ScreenWidth/2)-(xsize/2);
	ypos = (ScreenHeight/2)-(ysize/2);

	NewWindow=window.open("","Picture","height="+ysize+",width="+xsize+",scrollbars=no,resizable=no,top="+ypos+",left="+xpos+"");
	NewWindow.document.write ("<html><head><title>Cartoons von Johann Mayr");
	NewWindow.document.write ("</title></head>");
	NewWindow.document.write("<body background=images/back_stier.gif leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 onload='focus()' onBlur='close()'>");
	NewWindow.document.write ("<table align='center'><tr>");
	NewWindow.document.write ("<td align='center' valign='top'>");
	NewWindow.document.write ("<table border='0' bgcolor='#FFFFFF' cellpadding='0' cellspacing='1'><tr><td align='center'>");
	NewWindow.document.write ("<img src=");
	NewWindow.document.write (Picture);
	NewWindow.document.write (">");
	NewWindow.document.write ("</tr></table>");
	NewWindow.document.write ("</td></tr><tr>");
	NewWindow.document.write ("<td align='center' valign='bottom'>");
	NewWindow.document.write ("<br><center><form><input type='button' value='Fenster schliessen' style='background-color:009999;color:FFFFFF;font-family: Verdana; font-size: 8pt;' onClick='self.close()'>");
	NewWindow.document.write ("</td></tr></table>");
	NewWindow.document.write ("</form></body></html>");
	NewWindow.document.close();
                     NewWindow.resizeTo(xsize,ysize); 
}

                                                          
window.defaultStatus = "Die Eigenheiten der im Sternzeichen Stier Geborenen";
