function popupImage(sURL)
{
window.open( "image.html?"+sURL, "", "resizable=1,height=360,width=360");
}

