
function SetClass (Element, Style){
         document.getElementById(Element).className = Style;
         }
/************************* stránka společnost ***************/
okno1 = null  //otevření okna
function otevriOkno1(){  
        okno1 = window.open("images/vozidla.jpg","okno1","toolbar=0,location=0,directories=0,menuBar=0,  scrollbars=0,resizable=0,width=500,height=380,left=60,top=60");
}   
okno2 = null  //otevření okna
function otevriOkno2(){  
        okno2 = window.open("images/budova.jpg","okno2","toolbar=0,location=0,directories=0,menuBar=0,  scrollbars=0,resizable=0,width=500,height=380,left=60,top=60");
}            
okno3 = null  //otevření okna
function otevriOkno3(){  
        okno3 = window.open("images/prodejna.jpg","okno3","toolbar=0,location=0,directories=0,menuBar=0,  scrollbars=0,resizable=0,width=500,height=380,left=60,top=60");
}   
