
Event.observe('country','change',(function(e){getCountryStates('states','states','country',$F('country'),'state',$F('state'));return false;}),false);Event.observe('business_registration_country','change',(function(e){getCountryStates('business_registration_states','business_registration_states','business_registration_country',$F('business_registration_country'),'business_registration_state',$F('business_registration_state'));return false;}),false);Event.observe('business_country','change',(function(e){getCountryStates('business_states','business_states','business_country',$F('business_country'),'business_state',$F('business_state'));return false;}),false);