 <!--

 function show5(){
if (!document.layers&&!document.all)
return
 var Digital=new Date()
 var hours=Digital.getHours()
 var minutes=Digital.getMinutes()
 var seconds=Digital.getSeconds()
 var dn="AM" 
 if (hours>12){ hours=hours; }
 if (hours==0) hours=12
 if (hours<=9) hours="0"+hours
 if (minutes<=9) minutes="0"+minutes
 if (seconds<=9) seconds="0"+seconds

myclock="<font size='2' face='Arial' color='#FE702C'><b>"+hours+":"+minutes+":" +seconds+"</b></font>"
if (document.layers){
document.layers.liveclock.document.write(myclock)
document.layers.liveclock.document.close()
}
else if (document.all)
liveclock.innerHTML=myclock
setTimeout("show5()",1000)
 }
 
 
function dwa(adres1,adres2)
        { 
top.lewa.location.href=adres1;
top.prawa.location.href=adres2;
        }
        
function dwa1(adres1,adres2)
        { 
top.opis_architekt.lewa.location.href=adres1;
top.opis_architekt.prawa.location.href=adres2;
        }
        
 function selecturl(s)
 { var gourl = s.options[s.selectedIndex].value; window.location.href = gourl; }
  function selecturlA(s)
 { var gourl = s.options[s.selectedIndex].value; top.opis_architekt.prawa.location.href = gourl; }
 
 
 
function NoweOkno(url, width, height) {
var Win = window.open(url,'NoweOKNO','width=' + width + ',height=' + height + ',resizable=no,scrollbars=no,menubar=no,toolbar=no,fullscreen=no, status=no,location=no,directories=no,left=350,top=50' );}
 //-->

