﻿ function PopUpWindowOpen(filePath)
{
   //window.open(filePath,'_blank','resizable=yes,status=no,toolbar=no,scrollbars=yes,menubar=no,location=no,width=100,height=600',true);
   window.open(filePath,'_blank','resizable=yes,status=yes,toolbar=yes,scrollbars=yes,menubar=yes,location=no',true);
}
function closePopUpWindow() 
{
  $find("<%= mpeFoundPhones.ClientID %>").hide();    
}