	<!--
     IE4 = (document.all) ? true : false;
     NS4 = (document.layers) ? true : false;

     ScreenWidth = screen.width;
     ScreenHeight = screen.height;
     
     nWidth = 0;
     nHeight= 0;
    //-->

    <!--- Hide script from old browsers
	function OpenNewWindow(cPicture,nWidth,nHeight)
	{

    a = Math.random();
    a = 10000000*a;
    a = Math.round(a);

    xpos = (ScreenWidth/2)-(nWidth/2);
    ypos = (ScreenHeight/2)-(nHeight/2);
     
	NewWindow=window.open("",""+a+"","HEIGHT="+nHeight+",WIDTH="+nWidth+",status=0,scrollbars=0,resizable=no,top="+ypos+",left="+xpos+"");
	NewWindow.document.write ("<HTML><HEAD><TITLE>dogs SOLAR GmbH&Co.KG</TITLE></HEAD>");
	NewWindow.document.write ("<BODY BGCOLOR='black' marginheight='0' marginwidth='0' leftmargin='0' topmargin='0'>");
	NewWindow.document.write ("<a href='javascript:self.close();' title='Fenster schliessen'><IMG SRC=");
	NewWindow.document.write (cPicture);
	NewWindow.document.write (" border='0'></a>");
	NewWindow.document.write ("</BODY></HTML>");
	NewWindow.document.close();
    return false;
	}

    
    function openWindow(url,name,eigenschaften) {
    
      window.open(url,"formular","HEIGHT=530,WIDTH=430,status=no,scrollbars=no,resizable=no,top=30,left=30");
    }

    function openGB(url,name,eigenschaften) {

    xpos = (ScreenWidth/2)-(900/2);
    ypos = (ScreenHeight/2)-(600/2);
    
      window.open(url,"Guestbook","HEIGHT=600,WIDTH=900,status=1,scrollbars=1,resizable=1,top="+ypos+",left="+xpos+"");
    }
    



function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

	
	

// Zahlenfelder in Formularen

function nurZahlen(el)
{
  var val = el.value.replace(/[a-zA-ZÄÜÖäüö€@*#+~;:_-§$%&/()=?]/g, '');
  el.value = val;
}

function plz(el)
{
  var val = el.value.replace(/[^\^\d]/g, '');
  el.value = val;
}
// end hiding from old browsers -->

