<!-- Begin

function goThere(form)
{
	var linkList=form.make.selectedIndex
	if(!linkList=="")
	{
		window.location.href=form.make.options[linkList].value;
	}
}

// -->