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,Breit,Hoch)
{
	xsize = Breit+30; 
	ysize = Hoch+100; 
    
	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 Uli Stein");
	NewWindow.document.write ("</title></head>");
	NewWindow.document.write("<body background=images/back1.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='1' 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); 
}

                                                          
function abst()
    {
        window.open("abstammung.htm","ab","width=390,height=340,left=20,top=20");
        self-focus;
    };

function afr()
    {
        window.open("afrika.htm","afr","width=390,height=440,left=20,top=20");
        self-focus;
    };
 
function asia()
    {
        window.open("asia.htm","asia","width=390,height=400,left=20,top=20");
        self-focus;
    };

function car()
    {
        window.open("charakter.htm","car","width=390,height=220,left=20,top=20");
        self-focus;
    };

function ealt()
    {
        window.open("ele_alter.htm","ealt","width=390,height=180,left=20,top=20");
        self-focus;
    };

function ord()
    {
        window.open("ele_orden.htm","ord","width=390,height=220,left=20,top=20");
        self-focus;
    };

function weele()
    {
        window.open("weisser_ele.htm","weel","width=390,height=200,left=20,top=20");
        self-focus;
    };

function ern()
    {
        window.open("ernaehrung.htm","ern","width=390,height=200,left=20,top=20");
        self-focus;
    };

function elfe()
    {
        window.open("elfenbein.htm","elf","width=390,height=300,left=20,top=20");
        self-focus;
    }; 
function elehe()
    {
        window.open("elehe.htm","elehe","width=390,height=530,left=20,top=20");
        self-focus;
    }; 
function mah()
    {
        window.open("mahout.htm","car","width=390,height=200,left=20,top=20");
        self-focus;
    }; 
function must()
    {
        window.open("musth.htm","car","width=390,height=370,left=20,top=20");
        self-focus;
    }; 
function rog()
    {
        window.open("rogues.htm","car","width=390,height=200,left=20,top=20");
        self-focus;
    }; 
function rue()
    {
        window.open("ruessel.htm","car","width=390,height=370,left=20,top=20");
        self-focus;
    }; 
function trag()
    {
        window.open("tragezeit.htm","car","width=390,height=260,left=20,top=20");
        self-focus;
    }; 
function quele()
    {
        window.open("quellen.htm","car","width=390,height=290,left=20,top=20");
        self-focus;
    };

 function abfrage()
{
	 if (document.maiForm.realname.value == "")
 		 {
    			alert("Geben Sie einen Wert in das Feld \"Name\" ein.");
    			document.maiForm.realname.focus();
    			return (false);
  		}
  		  
  	  	  
	 if (document.maiForm.email.value == "")
 		{
			 alert("Geben Sie einen Wert in das Feld \"E-mail\" ein.");
 			document.maiForm.email.focus();
			 return (false);
		 }
 	else
 		{
			 var strmail = new String();
 			strmail = document.maiForm.email.value;
   			erg=(strmail.search('@')>=1 && (strmail.lastIndexOf('.')-2) > strmail.search('@') && strmail.lastIndexOf('.')>=strmail.length-5 && (strmail.length-2>strmail.lastIndexOf('.')));
   			if (erg == false)
   			{
   			maus=alert("Geben Sie eine gültige E-Mailadresse ein");
   			document.maiForm.email.focus();
  			return(false);
   			}
   		}
	 
 		 return (true);
 		  	 		  		 
 }



window.defaultStatus = "Evas Sammelsurium";

