<!--hide from old browsers
	function leapto(form) {
	var myindex=form.selectedIndex;
	parent.top.location.href=(form.options[myindex].value);
	}
//stop hiding from old browsers-->