function btnGoOnclick(form)
{
  if(form.selModel.options[form.selModel.selectedIndex].value == '')
    alert('Select your hydraulic hammer model.');
  else 
    location.href = form.selModel.options[form.selModel.selectedIndex].value; 
}