// YUI Tab View

	var myTabs = new YAHOO.widget.TabView("tabblock1");
	var myTabs = new YAHOO.widget.TabView("tabblock2");

// Area Switch

function AreaSwitch(key_string,value_string) {
	location.href = "/topchange.php?"+ key_string +"=" + value_string ;
}

// Submit Remove

function SubmitRemove() {
	document.getElementById("areasub").style.display = "none";

	if ( document.getElementById("astrosub") ) {
		document.getElementById("astrosub").style.display = "none";
	}
}
