function showProfilePageInfo(strSrc) {
   var strURL = "/directory/profile_page_info.asp?src=" + strSrc
   var objWindow = window.open(strURL, 'ProfilePageInfo', "width=500,height=350,status=no,menubar=no,scrollbars=no,resizable=no")
   objWindow.focus()
}
