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

