window.addEvent('domready',function(){

    var V2 = new viewer($$('#box2 img)'),{
      mode: 'alpha',
      interval: 2500
    });

    V2.play();
    //window.write("aaaa");

  });
document.write ("<style> ul.sub{position: absolute; z-index:10; visibility: hidden; } li.mainHover ul.sub{visibility: visible;} li {behavior: url(hover.htc);} <\/style>");

function ShowImage(name,width, height) {okno = window.open("image.html?"+name,"",  "toolbar=no,scrollbars=no,location=no,status=no,width="+width+",height="+height+",resizable=0,top=10,left=50");

    okno.focus();
};
 
function NOkno(CESTA)

    {

        okno = window.open(CESTA,"okno",'toolbar=no,scrollbars=no,location=no,status=no,width=200,height=200,top=230,left=7');

        okno.focus();

    }; 
    
    function printLetak()

    {

        pwin = window.open("image.html?PIC/tisk.png","_blank");
        setTimeout("pwin.print()",2000);

    }  

