// JavaScript Document
function goArc(a) {
	var h=a.options[a.selectedIndex].value;
	document.location.href=h;
}
