function submitForm(s)
{
s.value="Vielen Dank!";
return true;
}

function abfrage(s)
{
	 if (document.eviForm.realname.value == "")
 		 {
    			alert("Geben Sie einen Wert in das Feld \"Name\" ein.");
    			document.eviForm.realname.focus();
    			return (false);
  		}
  		  
  	  	  
	 if (document.eviForm.email.value == "")
 		{
			 alert("Geben Sie einen Wert in das Feld \"E-mail\" ein.");
 			document.eviForm.email.focus();
			 return (false);
		 }
 	else
 		{
			 var strmail = new String();
 			strmail = document.eviForm.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.eviForm.email.focus();
  			return(false);
   			}
   		}
	 
 		 return submitForm(eviForm.abschicken);
 		 
 		  		  	 		  		 
 }

function info()
    {
        window.open("trimmen.htm","info","width=600,height=500,left=30,top=30,scrollbars=yes" );
        self-focus;
    };
function sem()
    {
        window.open("morauf.htm","pudel","width=690,height=690,left=30,top=30,scrollbars=yes" );
        self-focus;
    };

function vtoe()
    {
        window.open("vtoe.htm","info","width=800,height=600,left=30,top=30,scrollbars=yes" );
        self-focus;
    };

function OpenNewWindow(Picture,Breit,Hoch)
{
	xsize = Breit+40; 
	ysize = Hoch+120; 
    
	xpos =20;
	ypos = 20;

	NewWindow=window.open("","Picture","height="+ysize+",width="+xsize+",scrollbars=no,resizable=no,top="+ypos+",left="+xpos+"");
	NewWindow.document.write ("<html><head><title>.:. Evis Hundestyling .:.");
	NewWindow.document.write ("</title></head>");
	NewWindow.document.write("<body bgcolor='#FFFFFF' background='img/back_pic.gif' leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 onload='focus()'>");
	NewWindow.document.write ("<table align='center'><tr>");
	NewWindow.document.write ("<td align='center' valign='top'>");
	NewWindow.document.write ("<table border='1' bordercolor='999999' cellpadding='2' cellspacing='0'><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:999999;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 = ".:. Willkommen bei Evis Hundestyling .:.";

