// Pop up windows
function openWin( windowURL, windowName, windowFeatures ) {
     return window.open( windowURL, windowName, windowFeatures
	 ) ;
} 

// Footer Selection menu
function go(){
if (document.selecter.select1.options[document.selecter.select1.selectedIndex].value != "none") {
location = document.selecter.select1.options[document.selecter.select1.selectedIndex].value
		}
	}