function goToNextPage() { 
PageIndex=document.form_menu.Content_Link.selectedIndex 
if (document.form_menu.Content_Link.options[PageIndex].value != "none") { 
location = document.form_menu.Content_Link.options[PageIndex].value 
} 
}
