//OWN SCRIPT
var cont1="<img id='imghead' src='bilder/banner1007x270rest.JPG' width='1007' height='270' border='0' alt='Hotel Adria Zirndorf'>"
var cont="<img id='imghead' src='bilder/banner1007x270.JPG' width='1007' height='270' border='0' alt='Hotel Adria Zirndorf'>"


function overMouse(did,sub)
{
//document.getElementById(did).style.backgroundColor='rgb(153,0,0)';
document.getElementById(did).style.backgroundImage="url('grafik/navbtn.jpg')";
if ((sub)!='hid'){document.getElementById(sub).style.visibility='visible';}


}

function mmove(did,sub)
{
  document.getElementById(did).style.backgroundImage="url('grafik/navbtn.jpg')";
  document.getElementById(did).style.visibility='visible';
  document.getElementById(sub).style.visibility='visible';
}

function nodisplay(did,sub)
{
document.getElementById(did).style.backgroundImage="url('grafik/hgnavbar.jpg')";
document.getElementById(sub).style.visibility='hidden';
//if ((mid)!=''){document.getElementById(mid).style.display='none';}
//if ((did)!= ''){document.getElementById(did).style.backgroundColor='transparent';}
//else if ((mid)!=''){document.getElementById(mid).style.display='none';}
}


function contchange(did,menue,cont,info)
       {

        if ((menue)!=''){document.getElementById(menue).style.display='none';}
                document.getElementById(did).innerHTML.scr = cont;
                 document.getElementById('infoli').innerHTML = info;
               //alert("test  " + did );
       }

function change(did)
       {
        if ((did)=='imgrest'){
                         document.getElementById('head').innerHTML = cont1;
                         document.getElementById('ifr').innerHTML.scr='html/restaurant.html';
                         }
        else if ((did)=='imghotel'){
                         document.getElementById('head').innerHTML = cont;
                         document.getElementById('ifr').innerHTML='html/hotel.html';
                         }

         else if ((did)=='imggalerie'){
                         document.getElementById('head').innerHTML = cont;
                         document.getElementById('ifr').innerHTML='html/galerie.html';
                         }
         else if ((did)=='imgfreizeit'){
                         document.getElementById('head').innerHTML = cont;
                         document.getElementById('ifr').innerHTML='html/freizeit.html';
                         }
         else if ((did)=='imghome'){
                         document.getElementById('head').innerHTML = cont;
                         document.getElementById('ifr').innerHTML='html/startseite.html';
                         }
        // alert("test  " + cont1 );
       }
