	function openURL(formName){

		selIndex = formName.elements[1].selectedIndex;
		goURL=formName.elements[1].options[selIndex].value;
		top.location.href=goURL;

	}