function goToNextPage1()
{
PageIndex=document.form_menu1.gallery.selectedIndex
if (document.form_menu1.gallery.options[PageIndex].value != "none")
{
location = document.form_menu1.gallery.options[PageIndex].value
}
}