Normal1 = new Image();
Normal1.src = "/turkiye/buttons/nav_home.gif";    
Highlight1 = new Image();
Highlight1.src = "/turkiye/buttons/nav_home_hi.gif";

Normal2 = new Image();
Normal2.src = "/turkiye/buttons/nav_flugplan.gif";    
Highlight2 = new Image();
Highlight2.src = "/turkiye/buttons/nav_flugplan_hi.gif";

Normal3 = new Image();
Normal3.src = "/turkiye/buttons/nav_flugziele.gif";    
Highlight3 = new Image();
Highlight3.src = "/turkiye/buttons/nav_flugziele_hi.gif";

Normal4 = new Image();
Normal4.src = "/turkiye/buttons/nav_service.gif";    
Highlight4 = new Image();
Highlight4.src = "/turkiye/buttons/nav_service_hi.gif";

Normal5 = new Image();
Normal5.src = "/turkiye/buttons/nav_buchung.gif";    
Highlight5 = new Image();
Highlight5.src = "/turkiye/buttons/nav_buchung_hi.gif";

Normal6 = new Image();
Normal6.src = "/turkiye/buttons/subnav_kontakt.gif";    
Highlight6 = new Image();
Highlight6.src = "/turkiye/buttons/subnav_kontakt_hi.gif";

Normal7 = new Image();
Normal7.src = "/turkiye/buttons/subnav_bestimmungen.gif";    
Highlight7 = new Image();
Highlight7.src = "/turkiye/buttons/subnav_bestimmungen_hi.gif";

Normal8 = new Image();
Normal8.src = "/turkiye/buttons/subnav_unternehmen.gif";    
Highlight8 = new Image();
Highlight8.src = "/turkiye/buttons/subnav_unternehmen_hi.gif";

Normal9 = new Image();
Normal9.src = "/turkiye/buttons/subnav_presse.gif";    
Highlight9 = new Image();
Highlight9.src = "/turkiye/buttons/subnav_presse_hi.gif";

Normal11 = new Image();
Normal11.src = "/turkiye/buttons/nav_mietwagen.gif";    
Highlight11 = new Image();
Highlight11.src = "/turkiye/buttons/nav_mietwagen_hi.gif"


function change(which,Bildobjekt)
{



 if (document.layers)
         {
        eval('document.' + which + '.src =' + Bildobjekt + '.src');
        
        }
         else if(document.all)
         {

        eval('document.' + which +'.src =' + Bildobjekt + '.src;');

         }
          else if(document.getElementById)
        {
        eval('document.' + which +'.src =' + Bildobjekt + '.src;');

        }
}
