 <!--//
function goToPage(){
PageIndex=document.form.list.selectedIndex
if (document.form.list.options[PageIndex].value != "none")
{
location = document.form.list.options[PageIndex].value
}
}
//-->
