
   browserName = navigator.appName;
   browserVer = parseInt(navigator.appVersion);
   if ( (browserName == "Netscape" && browserVer >= 3) ||
   (browserName == "Microsoft Internet Explorer" && browserVer >= 4)) compat = "true";
   else compat = "false";

   function jumpBox(list) {
    	    if (compat == "true") {
              location.href = list.options[list.selectedIndex].value;
           }
   }

   function back() {
   	if (compat == "true") {
   	history.go(-1)
   	}
   }

   function mOvr(src,clrOver)
   {

   if (!src.contains(event.fromElement))
   {
   src.style.cursor = 'hand'; src.bgColor = clrOver;
   }
   }
   function mOut(src,clrIn)
   {
   if (!src.contains(event.toElement))
   {
   src.style.cursor = 'default';
   src.bgColor = clrIn;
   }
   }
   function mClk(src)
   {
   if(event.srcElement.tagName=='TD')
   {
   src.children.tags('A')[0].click();
   }
   }

   
 	    function curTime()
	    {
		var now=new Date();
		var hrs=now.getHours();
		var min=now.getMinutes();
		var sec=now.getSeconds();
		
		

		if (hrs<10) { hrs="0"+hrs; }
		if (min<10) { min="0"+min; }
		if (sec<10) { sec="0"+sec; }
		//clock.innerHTML=hrs+":"+min+":"+sec
		document.getElementById("clock").innerHTML=hrs+":"+min+":"+sec;
		setTimeout("curTime()",1000);
	    }

   function newWindow() {
    MeinFenster =
    window.open("http://www.disclaimer.de/disclaimer.htm?farbe=ABB9C5/000000/800000/800000", "", "width=600,height=500,scrollbars");
    MeinFenster.focus();
   }

   function newWindowKarte() {
    MeinFenster =
    window.open("text/karte.html", "", "width=600,height=600,scrollbars=no");
    MeinFenster.focus();
   }


   function newWindowKarteK() {
    MeinFenster =
    window.open("text/karte_detail.html", "", "width=600,height=600,scrollbars=no");
    MeinFenster.focus();
   }

      function newWindowSpezialK() {
    MeinFenster =
    window.open("text/spezial_karosserie.html", "", "width=600,height=600,scrollbars=no");
    MeinFenster.focus();
   }

      function newWindowSpezialC() {
    MeinFenster =
    window.open("text/spezial_cleanen.html", "", "width=600,height=600,scrollbars=no");
    MeinFenster.focus();
   }

         function newWindowSpezialKa() {
    MeinFenster =
    window.open("text/spezial_kaefig.html", "", "width=600,height=600,scrollbars=no");
    MeinFenster.focus();
   }

         function newWindowMStw() {
    MeinFenster =
    window.open("text/ms_wolfrum_tobias.html", "", "width=600,height=600,scrollbars=no");
    MeinFenster.focus();
   }


