function goToPage800(mySelect)
{
PageIndex2=mySelect.selectedIndex;
{
if 
(
mySelect.options[PageIndex2].value != "none"
)
{
frames['_floater'].location.href = mySelect.options[PageIndex2].value;
}
}
}