window.defaultStatus = "LIMATA GmbH . Bleicherfleck 3 . D-85737 Ismaning . fon + 49[0]89. 21 90 91 13 - 0 . fax 49[0]89. 21 90 91 13 - 9";

function openPicture(imageType,imageName,imageWidth,imageHeight,alt,posLeft,posTop,windowWidth,windowHeight,name,email,kommentar) { 
	newWindow = window.open("","newWindow","width="+windowWidth+",height="+windowHeight+",scrollbars=no,left="+posLeft+",top="+posTop);
	newWindow.document.open();
	newWindow.document.write('<html><head><title>Felgenansicht</title><link href="../css/style.css" rel="stylesheet" type="text/css"></head><body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#000000"><table width="250" border="0" cellspacing="0" cellpadding="0"><tr><td colspan="2">'); 
	newWindow.document.write('<br><center><img src=\"'+imageName+'\"></center>'); 
	newWindow.document.write('</td></tr><tr><td colspan="2" height="5">&nbsp;</td></tr>');		
	newWindow.document.write('<tr><td width="125"><p align="center"><a href="javascript:window.close();"><img src="../images/schliessen.gif" border="0"></a></p></td><td width="125"><p align="center"><a href="javascript:window.print();"><img src="../images/drucken2.gif" border="0"></a></p></td></tr></table></body></html>');
	newWindow.document.close();
}

function chkFormular()
{
 if(document.Anfrage.name.value == "")  {
   alert("Bitte Namen eingeben!");
   document.Anfrage.name.focus();
   return false;
  }
 if(document.Anfrage.email.value == "") {
   alert("Bitte E-Mail-Adresse eingeben!");
   document.Anfrage.email.focus();
   return false;
  }
 if(document.Anfrage.email.value.indexOf('@') == -1) {
   alert("Keine E-Mail-Adresse!");
   document.Anfrage.email.focus();
   return false;
  }
   if(document.Anfrage.reifen.value == "") {
   alert("Bitte eine Felgengrösse und dann einen Reifen auswählen.");
   document.Anfrage.reifen.focus();
   return false;
  }
}

function Go(x) {
 if(x == "nothing") {
   document.forms[0].reset();
   document.forms[0].elements[0].blur();
   return;
 }
 else if(x == "end")
   top.location.href = parent.frames[1].location;
 else {
   window.open(x,"Angebot_des_Monats","width=700,height=500,left=0,top=0");
   document.forms[0].reset();
   document.forms[0].elements[0].blur();
 }
}

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-21364535-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();


