<!--
//
function goToPage1(){
PageIndex1=document.form1.select1.selectedIndex
if (document.form1.select1.options[PageIndex1].value != "none")
{
location = document.form1.select1.options[PageIndex1].value
}

}
//-->