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

