<!--

//Hide from Java Script

function goToPage2()

{

PageIndex2=document.form2.select2.selectedIndex

if (document.form2.select2.options[PageIndex2].value != "none")

{

location = document.form2.select2.options[PageIndex2].value

}

}

