function showPhotoReqs() {
   var strURL = "/directory/profile_photo_reqs.asp"
   var objWindow = window.open(strURL, 'PhotoReqs', "width=425,height=540,status=no,menubar=no,scrollbars=no,resizable=no")
   objWindow.focus()
}
