<!--
Normal1 = new Image(); 
Normal1.src = "./images/nav/home1.gif";
Highlight1 = new Image(); 
Highlight1.src = "./images/nav/home2.gif"; 

Normal2 = new Image(); 
Normal2.src = "./images/nav/angebot1.gif";
Highlight2 = new Image(); 
Highlight2.src = "./images/nav/angebot2.gif";

Normal3 = new Image(); 
Normal3.src = "./images/nav/leistung1.gif"; 
Highlight3 = new Image(); 
Highlight3.src = "./images/nav/leistung2.gif";

//Normal4 = new Image(); 
//Normal4.src = "./images/nav/info1.gif"; 
//Highlight4 = new Image(); 
//Highlight4.src = "./images/nav/info2.gif";

Normal4 = new Image(); 
Normal4.src = "./images/nav/links1.gif"; 
Highlight4 = new Image(); 
Highlight4.src = "./images/nav/links2.gif";

Normal5 = new Image(); 
Normal5.src = "./images/nav/lub1.gif"; 
Highlight5 = new Image(); 
Highlight5.src = "./images/nav/lub2.gif";

//Normal6 = new Image(); 
//Normal6.src = "./images/nav/mobil1.gif"; 
//Highlight6 = new Image(); 
//Highlight6.src = "./images/nav/mobil2.gif";

Normal6 = new Image(); 
Normal6.src = "./images/nav/kontakt1.gif"; 
Highlight6 = new Image(); 
Highlight6.src = "./images/nav/kontakt2.gif";

Normal7 = new Image(); 
Normal7.src = "./images/nav/shop1.gif"; 
Highlight7 = new Image(); 
Highlight7.src = "./images/nav/shop2.gif";

function Bildwechsel(Bildnr,Bildobjekt)
{
 window.document.images[Bildnr].src = Bildobjekt.src;
}



function callback()
{
 Fenster =  window.open("callback.asp", "Fenster", "width=300,height=160,toolbar=0,status=0,scrollbars=no,resizable=0");
 Fenster.focus();
}


function felderp()
{

//if(document.Formular.Name.value == "")
//{ alert("Bitte geben Sie Ihren Namen ein!");
// document.Formular.Name.focus();
// return false;
// }

if(document.Formular.Telefon.value == "")
{ alert("Bitte geben Sie Ihre Telefonnummer für Rückfragen ein!");
 document.Formular.Telefon.focus();
 return false;
 }

var chkZ = 1;
for(i=0;i<document.Formular.Telefon.value.length;++i)
	 if(document.Formular.Telefon.value.charAt(i) < "0" || document.Formular.Telefon.value.charAt(i) > "9") 
	chkZ = -1;
 if(chkZ == -1)
 { alert("Bitte geben Sie eine gültige Telefonnummer ein!");
 document.Formular.Telefon.focus();
 return false;
 }

if(document.Formular.email.value == "")
{ alert("Bitte geben Sie Ihre Email-Adresse ein!");
 document.Formular.email.focus();
 return false;
 }

if(document.Formular.email.value.indexOf('@') == -1)
{ alert("Keine gültige Email-Adresse!");
 document.Formular.email.focus();
 return false;
 }

if(document.Formular.email.value.indexOf('.') == -1)
{ alert("Bitte überprüfen Sie die eingegebene Email-Adresse!");
 document.Formular.email.focus();
 return false;
 } 

//if(document.Formular.Nachricht.value == "")
//{ alert("Wollten Sie uns KEINE weiteren Nachricht senden?");
// document.Formular.Nachricht.focus();
// return false;
// }

}

function validate()
{
if(document.Formular.Telefon.value == "")
{ alert("Bitte geben Sie Ihre Telefonnummer für Rückfragen ein!");
 document.Formular.Telefon.focus();
 return false;
 }
var chkZ = 1;
for(i=0;i<document.Formular.Telefon.value.length;++i)
	 if(document.Formular.Telefon.value.charAt(i) < "0" || document.Formular.Telefon.value.charAt(i) > "9") 
	chkZ = -1;
 if(chkZ == -1)
 { alert("Bitte geben Sie eine gültige Telefonnummer ein!\nEs dürfen keine Leerzeichen, Klammern oder Bindestriche enthalten sein!");
 document.Formular.Telefon.focus();
 return false;
 }
}

//-->

