<!--
function DisplayPage(s) { 
var url = s.options[s.selectedIndex].value 
if (url != ""){location = url} 
} 
-->
