<!--
    function OpenPopUp(url,height,width) {
      photo=window.open(url,'photo', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=no,height=' + height + ',width=' + width);
      photo.focus();
    }
//-->

