<!--  // Select Menu Navigation
function goSelect(theform) {
with(theform) {
top.window.location=options[selectedIndex].value;       // navigate to that option's value
selectedIndex = 0;      // Reset Menu back to Site Menu option before leaving this page
}
}
// -->
	

