<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

//-->
<!--
hexColor1 = ["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"];
var browser = navigator.appName;

function mOver1(Navibg)
{

   if(browser == "Netscape")
            {
                  var docudaten = 'document.getElementById(\'' + Navibg + '\').style.borderColor';
                  for (i = 0; i < 15; i++)
                                  {
                                        setTimeout(docudaten+'= "#'+hexColor1[15-i]+'0'+hexColor1[15-i]+'0c0";', i * 30);
                                  }
                }

        if(browser == "Microsoft Internet Explorer")
            {
                  var docudaten = 'document.all.' + Navibg + '.style.borderColor';
                  for (i = 0; i < 15; i++)
                                  {
                                        setTimeout(docudaten+'= "#'+hexColor1[15-i]+'0'+hexColor1[15-i]+'0c0";', i * 30);
                                                                  }
                }
}
function mOut1(Navibg)
{

   if(browser == "Netscape")
            {
                  var docudaten = 'document.getElementById(\'' + Navibg + '\').style.borderColor';
                  for (i = 0; i < 16; i++)

                                  {
                                        setTimeout(docudaten+'= "#'+hexColor1[i]+'f'+hexColor1[i]+'fff";', i * 30);
                                                                }
             }


        if(browser == "Microsoft Internet Explorer")
            {
                  var docudaten = 'document.all.' + Navibg + '.style.borderColor';
                  for (i = 0; i < 16; i++)
                                  {
                                        setTimeout(docudaten+'= "#'+hexColor1[i]+'f'+hexColor1[i]+'fff";', i * 30);
                                                                  }

             }
}
//-->
<!--
function Fensterfabrikate(Url,Name)
        {
            window.open(Url,Name,"height=335,width=635,screenX=50,screenY=100, top=100, left=50,scrollbars=yes,resizable=no,locationbar=no, toolbar=no ,menubar=no , status=no");
                        window.focus();
        }
//-->
<!--
function Fensterfocus()
        {
            window.focus();
        }
//-->
<!--
function neuFenster(Url,Name)
        {
            window.open(Url,Name,"height=height=400,width=400,screenX=50,screenY=100, top=100, left=50,scrollbars=yes,resizable=no,locationbar=no, toolbar=no ,menubar=no , status=no");
        }
//-->
<!--
function neuFenster2(Url,Name)
        {
            window.open(Url,Name,"height=495,width=696,screenX=50,screenY=100, top=100, left=50,scrollbars=yes,resizable=no,locationbar=no, toolbar=no ,menubar=no , status=no");
        }
//-->
<!--
function neuFenster3(Url,Name)
        {
            window.open(Url,Name,"height=550,width=500,screenX=50,screenY=50, top=50, left=50,scrollbars=yes,resizable=no,locationbar=no, toolbar=no ,menubar=no , status=no");
        }
//-->
<!--
function Fensterfocus()
        {
            window.focus();
        }
//-->
<!--
function news()
      {
                var News = '<p align="justify"><u>E-MAIL’INIZ ICIN TESEKK&Uuml;R EDERIZ!<br><br></u><font color="#000069">Digiprog3 <i>plus</i> - DiagProg III<br></font></p><p align="justify"><u>TAKOMETRE AYARLAMA TEST::<br><br></u><font color="#000069">GMT tek olarak Test’de "Pek iyi" olarak ulasti.</font></p><img src="../jpg/testurteil.jpg" width="190" height="95" border="1" align="center" alt="GMT Tuning Kundenservice Testurteil: Sehr gut">';

        if (document.getElementById)
                        {
                                x = document.getElementById("news");
                                x.innerHTML = '';
                                x.innerHTML = News;
                        }
                else if (document.all)
                        {
                                x = document.all[news];
                                x.innerHTML = News;
                        }
      }
//-->
function news2()
      {
                var News = '<p align="justify"><u>E-MAIL’INIZ ICIN TESEKK&Uuml;R EDERIZ!<br><br></u><font color="#000069">Digiprog3 <i>plus</i> - DiagProg III<br></font></p><p align="justify"><u>TAKOMETRE AYARLAMA TEST::<br><br></u><font color="#000069">GMT tek olarak Test’de "Pek iyi" olarak ulasti.</font></p><img src="jpg/testurteil.jpg" width="190" height="95" border="1" align="center" alt="GMT Tuning Kundenservice Testurteil: Sehr gut">';

        if (document.getElementById)
                        {
                                x = document.getElementById("news");
                                x.innerHTML = '';
                                x.innerHTML = News;
                        }
                else if (document.all)
                        {
                                x = document.all[news];
                                x.innerHTML = News;
                        }
      }
//-->

<!--
function checkdata()
        {
                 var Name = document.Kontakt.Name.value;
                 var Vorname = document.Kontakt.Vorname.value;
                 var Telefon = document.Kontakt.Telefon.value;
                 var Email = document.Kontakt.Email.value;
                 var Text = document.Kontakt.Text.value;
                 var re_email = /^([_a-zA-Z0-9-]+)(\.[_a-zA-Z0-9-]+)*@([a-zA-Z0-9-]+\.)+([a-zA-Z]{2,3})$/;
                 var checked = true;

                                 if (Vorname.length<2)
                                         {
                         alert("Isim en az 2 Harf olmasi gerekiyor.");
                         checked = false;
                         document.Kontakt.Vorname.focus();
                     }

                                 if (Name.length<2)
                                         {
                         alert("Soyad en az 2 Harf olmasi gerekiyor.");
                         checked = false;
                         document.Kontakt.Name.focus();
                    }

                if (Telefon.length=="" && Email.length =="")
                    {
                        alert("E-Mail Adress veya Telefon Numarasi gerekiyor.");
                        checked = false;
                        document.Kontakt.Telefon.focus();
                    }

                if (Email !="" && (re_email.test(Email))==false)
                    {
                         alert("Lütfen gecerli E-Mail adres verin!");
                         checked = false;
                    }

                 if (Text.length<1)
                    {
                         alert("Lütfen Mesajinizi yazin");
                         checked = false;
                         document.Kontakt.Text.focus();
                    }

                 if (checked)
                    {
                         document.Kontakt.method = "post";
                         document.Kontakt.action="kontakt.php4";
                         document.Kontakt.submit();
                     }
            return checked;
}
//-->
<!--
function checkdataempf()
        {
                 var Nameempf = document.Empfehlung.Nameempf.value;
                 var Emailempf = document.Empfehlung.Emailempf.value;
                 var re_email = /^([_a-zA-Z0-9-]+)(\.[_a-zA-Z0-9-]+)*@([a-zA-Z0-9-]+\.)+([a-zA-Z]{2,3})$/;
                 var checked = true;

                if (Nameempf.length<2)
                    {
                         alert("Isim en az 2 Harf olmasi gerekiyor.");
                         checked = false;
                         document.Empfehlung.Nameempf.focus();
                    }

                if (Emailempf =="" || (re_email.test(Emailempf))==false)
                    {
                         alert("Lütfen gecerli E-Mail adres verin.");
                         checked = false;
                         document.Empfehlung.Emailempf.focus();
                    }

               if (checked)
                    {
                         document.Empfehlung.method = "post";
                         document.Empfehlung.action="empfehlung.php4";
                         document.Empfehlung.submit();
                     }
            return checked;
}
//-->
<!--
function checkdataempfindex()
        {
                 var Nameempf = document.Empfehlung.Nameempf.value;
                 var Emailempf = document.Empfehlung.Emailempf.value;
                 var re_email = /^([_a-zA-Z0-9-]+)(\.[_a-zA-Z0-9-]+)*@([a-zA-Z0-9-]+\.)+([a-zA-Z]{2,3})$/;
                 var checked = true;

                if (Nameempf.length<2)
                    {
                         alert("Isim en az 2 Harf olmasi gerekiyor.");
                         checked = false;
                         document.Empfehlung.Nameempf.focus();
                    }

                if (Emailempf =="" || (re_email.test(Emailempf))==false)
                    {
                         alert("Lütfen gecerli E-Mail adres verin.");
                         checked = false;
                         document.Empfehlung.Emailempf.focus();
                    }

               if (checked)
                    {
                         document.Empfehlung.method = "post";
                         document.Empfehlung.action="html/empfehlung.php4";
                         document.Empfehlung.submit();
                     }
            return checked;
}
//-->


