function popUp(URL) 
{
 window.open(URL, "LargerImage", "toolbar=no,scrollbars=no,location=no,status=yes,menubar=no,resizable=no,width=380,height=390,left=80,top=120");
}