function zoom(pic,h,w)
{
newWindow=
window.open(pic,'new',config='height='+h+',width='+w+',toolbars=no,scrollbars=no,resizable=no,topmargin=0,leftmargin=0')
newWindow.close()
newWindow=
window.open(pic,'new',config='height='+h+',width='+w+',toolbars=no,scrollbars=no,resizable=no,topmargin=0,leftmargin=0')
newWindow.focus()
}
