function DoPropertySearch( pForm ) {
   RemoveAllDefaultData( pForm );
   return true;
}

function DoAgentSearch( pForm ) {
   RemoveAllDefaultData( pForm );
   return true;
}

function DoOfficeSearch( pForm ) {
   RemoveAllDefaultData( pForm );
   return true;
}
