function popupImage(url)
{
    myWindow = window.open (url,
               "ProductImage","status=0,toolbar=0,menubar=0,resizable=1,scrollbars=yes,width=550, height=450, top=100, left=100");
}
