function obrazok(path,obrazok)
{
if (obrazok==1)
{
PicWindow=window.open('', '', 'left='+(screen.width-500)/2+', top='+(screen.height-375)/2+', fullscreen=no, toolbar=no, status=no, scrollbars=no, location=no, menubar=no, directories=no, width=510, height=385');
PicWindow.document.write('<BODY bgcolor="#FFFFFF" marginwidth=0 marginheight=0 leftmargin=5 topmargin=5><a href="JavaScript:close();"><img src='+path+' border=0 alt="zatvor okno"></a></body>')
}
if (obrazok==2)
{
PicWindow=window.open('', '', 'left='+(screen.width-300)/2+', top='+(screen.height-400)/2+', fullscreen=no, toolbar=no, status=no, scrollbars=no, location=no, menubar=no, directories=no, width=310, height=410');
PicWindow.document.write('<BODY bgcolor="#FFFFFF" marginwidth=0 marginheight=0 leftmargin=5 topmargin=5 align="center"><a href="JavaScript:close();"><img src='+path+' border=0 alt="zatvor okno"></a></body>')
}
if (obrazok==3)
{
PicWindow=window.open('', '', 'left='+(screen.width-500)/2+', top='+(screen.height-350)/2+', fullscreen=no, toolbar=no, status=no, scrollbars=no, location=no, menubar=no, directories=no, width=510, height=350');
PicWindow.document.write('<BODY bgcolor="#FFFFFF" marginwidth=0 marginheight=0 leftmargin=5 topmargin=5 align="center"><a href="JavaScript:close();"><img src='+path+' border=0 alt="zatvor okno"></a></body>')
}
if (obrazok==4)
{
PicWindow=window.open('', '', 'left='+(screen.width-375)/2+', top='+(screen.height-500)/2+', fullscreen=no, toolbar=no, status=no, scrollbars=no, location=no, menubar=no, directories=no, width=385, height=510');
PicWindow.document.write('<BODY bgcolor="#FFFFFF" marginwidth=0 marginheight=0 leftmargin=5 topmargin=5 align="center"><a href="JavaScript:close();"><img src='+path+' border=0 alt="zatvor okno"></a></body>')
}
}
function imgdet(path,w,h) {
        window.open(path, "Preview", "width=" + w + ", height=" + h +", left=30, top=30, fullscreen=no, toolbar=no, status=no, scrollbars=no, resizable=yes, location=no, menubar=no, directories=no");
}

