function popup()
{
	window.open("danke04.htm","startpop","width=600,height=400,left=20,top=20");
	self-focus;
}
function wmteam()
{
	window.open("wm_mannschaft06.htm","agi","width=470,height=500,left=20,top=20,scrollbars=yes");
	self-focus;
}

function OpenNewWindow(Picture,Breit,Hoch)
{
	xsize = Breit+40; 
	ysize = Hoch+120; 
    
	ScreenWidth = screen.width;
	ScreenHeight = screen.height;

	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>&raquo; Austrian Spirit Shelties &laquo; - Bildanzeige");
	NewWindow.document.write ("</title></head>");
	NewWindow.document.write("<body background='images/bildback.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' bordercolor='FFFFCC' 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-image:url(images/back_dkl.gif);color:ffffcc;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 atrej()
    {
        window.open("pedigree_atrej.htm","ruede","width=550,height=600,left=30,top=20,scrollbars=yes" );
        self-focus;
    };
function chelsi()
    {
        window.open("pedigree.htm","huendin","width=550,height=600,left=30,top=20,scrollbars=yes" );
        self-focus;
    };
function memus()
    {
        window.open("pedigree_memus.htm","ruede","width=550,height=600,left=30,top=20,scrollbars=yes" );
        self-focus;
    };

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

  window.defaultStatus = "Willkommen bei .: Austrian spirit Shelties :.";


