var layerRef="null",styleSwitch="null";
 
 function init(){
                                layerStyleRef="layer.style.";
                                layerRef="document.all";
                                styleSwitch=".style";
								
                }
      
 function showLayer(layerName){
        eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.visibility="visible"');
         }
        
 function hideLayer(layerName){
        eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.visibility="hidden"');
 }
 
  
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[2].location;
      else
      {
        parent.frames[4].location.href = x;
        document.forms[0].reset();
        document.forms[0].elements[0].blur();
      }
    }
  

  
   Normal1 = new Image(); 
  Normal1.src = "../../pic/n_vin.gif";
  Highlight1 = new Image(); 
  Highlight1.src = "../../pic/n_vin_a.gif"; 

  Normal2 = new Image(); 
  Normal2.src = "../../pic/n_cremant.gif"; 
  Highlight2 = new Image(); 
  Highlight2.src = "../../pic/n_cremant_a.gif"; 
  
  Normal3 = new Image(); 
  Normal3.src = "../../pic/n_domain.gif"; 
  Highlight3 = new Image(); 
  Highlight3.src = "../../pic/n_domain_a.gif";
  
  Normal4 = new Image(); 
  Normal4.src = "../images/4_n.gif"; 
  Highlight4 = new Image(); 
  Highlight4.src = "../images/4_a.gif";
  
  Normal5 = new Image(); 
  Normal5.src = "../images/h_n.gif"; 
  Highlight5 = new Image(); 
  Highlight5.src = "../images/h_a.gif";


  function Bildwechsel(Bildnr,Bildobjekt)
  {
   window.document.images[Bildnr].src = Bildobjekt.src;
  }

  
  
  
function masse()
{ Fenster=window.open("anfahrt.html", "anfahrt","width=600,height=200 ,Toolbar=no,Directories=no,locationbar=no,Status=no,Menubar=no,Location=no,scrollbars=no, screenX=50,screenY=50, resizable=no")
 Fenster.focus();
 }
