// Used On Each Option Menufunction jump(location){		newLoc = location.options[location.selectedIndex].value;			if (newLoc != "")	{		window.location = newLoc; 			}}						