function Popup(url)
{

win=window.open(url, 'PictureZoom','location=no,resizable=yes, scrollbars=yes, height=400, width=650');
win.focus();
}

