
			/* Archive to Selectbox Script */
			function Go_URL(selectObject){if(selectObject.options[selectObject.selectedIndex].value){location.href=selectObject.options[selectObject.selectedIndex].value;}}
		