function newWin(src,img,w,h)
{
win=window.open(src+'/img_popup.php?template=31&img='+img+'&width='+w+'&height='+h+'','zoom', 'width=".($imgsize[0]+100).", height=".($imgsize[1]+100).", status=0, toolbar=0, menubar=0, location=0, scrollbars=0, resizable=0');win.focus();
}