// JavaScript Document
function getLocation ( selectedtype )
{
  document.your_location_form.getLocation.value = selectedtype ;
  document.your_location_form.submit() ;

}