/// nabor funkcij dlja zarra2


// otkritie kartinok
function openimg(img)
{
    wd=screen.width;
    hd=screen.height;
    l=(wd-500)/2;
    t=(hd-320)/2-50;
    window.open("img.php?img="+img, "_blank", "toolbar=no, location=no, left="+l+", top="+t+", directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, fullscreen=no, width=200, height=200");
}
//