var navbutton01on = new Image;     
navbutton01on.src ="images/training-on.jpg";
var navbutton01off = new Image;
navbutton01off.src ="images/training.jpg";


var navbutton02on = new Image;     
navbutton02on.src ="images/financing-on.jpg";
var navbutton02off = new Image;
navbutton02off.src ="images/financing.jpg";

var navbutton03on = new Image;     
navbutton03on.src ="images/resources-on.jpg";
var navbutton03off = new Image;
navbutton03off.src ="images/resources.jpg";

function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""

}

function go(num)
{
	box = document.forms['busInfo'].navi;

//	alert(document.forms['busInfo'].navi.options[1].value);

	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}


