var welcherBrowser = navigator.appName;
var Ver = parseInt(navigator.appVersion);
var version = "0";
if(welcherBrowser == "Netscape" && Ver >= 4) version = "1";
if(welcherBrowser == "Microsoft Internet Explorer" && Ver >= 4) version = "1";
if(document.layers)
{
	ns = 1;
	ie = 0;
}
else
{
	ns = 0;
	ie = 1;
}


function NaviSetOn(nr)
{
	if(version == "1")
	{
		document.getElementById(nr+"top").style.backgroundColor = "#14489E";
		document.getElementById(nr+"leftline").style.backgroundColor = "#14489E";
		document.getElementById(nr+"left").style.backgroundImage = "url(images/butt_on.gif)";
		document.getElementById(nr+"center").style.backgroundColor = "#CDE5F1";
		document.getElementById(nr+"right").style.backgroundColor = "#CDE5F1";
		document.getElementById(nr+"rightline").style.backgroundColor = "#14489E";
		document.getElementById(nr+"bottom").style.backgroundColor = "#14489E";
		document.getElementById(nr+"link").className = "navion";
	}
}

function NaviSetOff(nr)
{
	if(version == "1")
	{
		document.getElementById(nr+"top").style.backgroundColor = "#ABABAB";
		document.getElementById(nr+"leftline").style.backgroundColor = "#ABABAB";
		document.getElementById(nr+"left").style.backgroundImage = "url(images/blank_w.gif)";
		document.getElementById(nr+"center").style.backgroundColor = "";
		document.getElementById(nr+"right").style.backgroundColor = "";
		document.getElementById(nr+"rightline").style.backgroundColor = "#ABABAB";
		document.getElementById(nr+"bottom").style.backgroundColor = "#ABABAB";
		document.getElementById(nr+"link").className = "navioff";
	}
}


function NaviSetOn2(nr)
{
	if(version == "1")
	{
		document.getElementById(nr+"top").style.backgroundColor = "#14489E";
		document.getElementById(nr+"leftline").style.backgroundColor = "#14489E";
		document.getElementById(nr+"left").style.backgroundColor = "#CDE5F1";
		document.getElementById(nr+"center").style.backgroundColor = "#CDE5F1";
		document.getElementById(nr+"right").style.backgroundColor = "#CDE5F1";
		document.getElementById(nr+"rightline").style.backgroundColor = "#14489E";
		document.getElementById(nr+"bottom").style.backgroundColor = "#14489E";
		document.getElementById(nr+"link").className = "unavion";
	}
}

function NaviSetOff2(nr)
{
	if(version == "1")
	{
		document.getElementById(nr+"top").style.backgroundColor = "#ABABAB";
		document.getElementById(nr+"leftline").style.backgroundColor = "#ABABAB";
		document.getElementById(nr+"left").style.backgroundColor = "";
		document.getElementById(nr+"center").style.backgroundColor = "";
		document.getElementById(nr+"right").style.backgroundColor = "";
		document.getElementById(nr+"rightline").style.backgroundColor = "#ABABAB";
		document.getElementById(nr+"bottom").style.backgroundColor = "#ABABAB";
		document.getElementById(nr+"link").className = "unavioff";
	}
}


function NaviSetOn3(nr)
{
	if(version == "1")
	{
		document.getElementById(nr+"name").className = "onavion";
		document.getElementById(nr+"line").style.backgroundColor = "#14489E";
	}
}

function NaviSetOff3(nr)
{
	if(version == "1")
	{
		document.getElementById(nr+"name").className = "onavioff";
		document.getElementById(nr+"line").style.backgroundColor = "";
	}
}


function PopUp(src,w,h)
{
	var breite = (screen.width - w) / 2;
	var hoehe = (screen.height - h) / 2;
	window.open(src,"popwin","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+w+",height="+h+",top="+hoehe+",left="+breite);
}

function PopUp2(src,w,h)
{
	var breite = (screen.width - w) / 2;
	var hoehe = (screen.height - h) / 2;
	window.open(src,"popwin","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width="+w+",height="+h+",top="+hoehe+",left="+breite);
}

function PrintView(src,w,h)
{
	var breite = (screen.width - w) / 2;
	var hoehe = (screen.height - h) / 2;
	window.open(src,"printview","toolbar=yes,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,width="+w+",height="+h+",top="+hoehe+",left="+breite);
}


function ResetKontaktform()
{
	document.kontaktform.reset();
	document.kontaktform.firma.value = "";
	document.kontaktform.ansprech.value = "";
	document.kontaktform.strasse.value = "";
	document.kontaktform.plz.value = "";
	document.kontaktform.ort.value = "";
	document.kontaktform.land.value = "";
	document.kontaktform.telefon.value = "";
	document.kontaktform.mobil.value = "";
	document.kontaktform.fax.value = "";
	document.kontaktform.email.value = "";
	document.kontaktform.homepage.value = "";
	document.kontaktform.text.value = "";
}

function ResetProductform()
{
	document.productform.reset();	
	document.productform.hersteller.value = "";
	document.productform.modell.value = "";
	document.productform.baujahr.value = "";
	document.productform.typennr.value = "";
	document.productform.format.value = "";
	document.productform.text.value = "";
	document.productform.preis.value = "";
	document.productform.avaiable.value = "";
	
	document.productform.anrede[0].checked = true;
	document.productform.name.value = "";
	document.productform.firma.value = "";
	document.productform.strasse.value = "";
	document.productform.plz.value = "";
	document.productform.ort.value = "";
	document.productform.land.value = "";
	document.productform.telefon.value = "";
	document.productform.fax.value = "";
	document.productform.email.value = "";
	document.productform.ansprech.value = "";
}
