function gotourl(whichone) {
	var thisone = whichone.options[whichone.selectedIndex].value;
	if ( thisone != '#' ) {
		window.location = thisone;	
	}
	whichone.options[0].selected = true;
}

function changeit() {
	document.InformationFor.AboutSCS.options[0].selected = true;
	}