function ShowImg(pic,w,h){
	if (navigator.appName == "Netscape"){
		if(parseInt(navigator.appVersion)<5){w=w+20;h=h+20;}
	}
	sm=0;
	if (w<150 && h<150) {w=w+40;h=h+40;sm=20;}
	path=pic;
	newWin=window.open(""+path,"","toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+w+",height="+h+",top=50,left=100");
}


function SetCorners() {

    L1.style.top  = document.body.clientHeight
                      + document.body.scrollTop
                      - L1.height;
    
        if ((document.body.clientWidth - 780) > 0)
        {
        L1.style.left = 177 + (document.body.clientWidth - 780)/2;
        }
        else
        {
        L1.style.left = 177 + document.body.scrollLeft/100000;
        }
    
    
    
        L2.style.top  = L1.style.top;
    
        if ((document.body.clientWidth - 780) > 0)
        {
        L2.style.left = 177 + (document.body.clientWidth - 780)/2 + L1.width;
        }
        else
        {
        L2.style.left = 177 + document.body.scrollLeft/100000 + L1.width;
        }
    
    
    
        L3.style.top  = L1.style.top;
    
        if ((document.body.clientWidth - 780) > 0)
        {
        L3.style.left = 177 + (document.body.clientWidth - 780)/2 + L1.width + L2.width;
        }
        else
        {
        L3.style.left = 177 + document.body.scrollLeft/100000 + L1.width + L2.width;
        }
    
    
    
        L4.style.top  = L1.style.top;
    
        if ((document.body.clientWidth - 780) > 0)
        {
        L4.style.left = 177 + (document.body.clientWidth - 780)/2 + L1.width + L2.width + L3.width;
        }
        else
        {
        L4.style.left = 177 + document.body.scrollLeft/100000 + L1.width + L2.width + L3.width;
        }
    
    
    
        L5.style.top  = L1.style.top;
    
        if ((document.body.clientWidth - 780) > 0)
        {
        L5.style.left = 177 + (document.body.clientWidth - 780)/2 + L1.width + L2.width + L3.width + L4.width;
        }
        else
        {
        L5.style.left = 177 + document.body.scrollLeft/100000 + L1.width + L2.width + L3.width + L4.width;
        }
        
        
        L6.style.top  = L1.style.top;
        L6.style.left = 0;
	 L6.style.width = document.body.clientWidth;
        

        
}


function hiLite(imgDocID,imgObjName)
{
// manages mouseOver animations
//   imgDocID - the name or number of the document image to be replaced
//   imgObjName - the name of the image object to be swapped in

  if ((document.images)) document.images[imgDocID].src = eval(imgObjName + ".src")
}

{
var b1 = new Image();
b1.src = "images/o_komp_cl.jpg";
var b1_over = new Image();
b1_over.src = "images/o_komp_cl-ani.gif";

var b2 = new Image();
b2.src = "images/uslugi_cl.gif";
var b2_over = new Image();
b2_over.src = "images/uslugi_cl-ani.gif";

var b3 = new Image();
b3.src = "images/recvizit_cl.gif";
var b3_over = new Image();
b3_over.src = "images/recvizit_cl-ani.gif";

var b4 = new Image();
b4.src = "images/prise_cl.jpg";
var b4_over = new Image();
b4_over.src = "images/prise_cl-ani.gif";

var b5 = new Image();
b5.src = "images/proezd_cl.jpg";
var b5_over = new Image();
b5_over.src = "images/proezd_cl-ani.gif";

}