function viewLarge(img,w,h)
{
win = window.open(img,'','scrollbars=1,resizable=yes,help=0,height='+h+',width='+w+',top=200,left=350');
win.focus();
}
