<!--

function DisplayPage(Choice){
	Page=Choice.options[Choice.selectedIndex].value
	if (Page !=""){
		window.location=Page
	}
}
-->