// common.js

function dispatch()
{
  if ($('service').value)
  {
    document.location = '/services/'+$('service').value+'.htm';
  }
}