// JavaScript Document
function SetClass (Element, Style){
         document.getElementById(Element).className = Style;
         }
//**********************************************************************
 okno1 = null  //otevøení okna - mapa letiste
function otevriOkno1(){  
okno1 = window.open("doplnky/mapa-letiste.html","okno1","toolbar=0,location=0,directories=0,menuBar=0,  scrollbars=0,resizable=0,width=840,height=670,left=30,top=30");
} 
 okno2 = null  //otevøení okna - mapa letiste
function otevriOkno2(){  
okno2 = window.open("polepy/ukazky-polepu.html","okno2","toolbar=0,location=0,directories=0,menuBar=0,  scrollbars=0,resizable=0,width=520,height=650,left=30,top=30");
} 