/***********************************************
 base.js
 file path: /

 This is the file containing Javascript functions.

 Created: 09/24/2008
 Changed: 12/08/2008

 By: DnS Software
 For:
 Copyright (c) 2006 - 2008
**************************************************/

function selectMake(url) {
  var idx = document.getMake.make.selectedIndex;
  var value = document.getMake.make.options[idx].value;
  window.location.href = url + value;
}