function LargePhoto(URL,imgWidth,imgHeight)
{
    w1 = window.open(URL,'w1','width='+imgWidth+',height='+imgHeight+',toolbar=no,menubar=no,location=no,status=no,resizable=no,scrollbars=no,top=50,left=50');
    w1.focus();
    return false;
}
