<!--

function loadPage(list){
	if (list.options[list.selectedIndex].value!="none"){
		window.location=list.options[list.selectedIndex].value;
	}
}

function loadPage_link(list){
	if (list.options[list.selectedIndex].value!="none"){
		window.location=list.options[list.selectedIndex].value;
	}
}

// -->
