
   function ShowPage(menulist) {
	 if (menulist.options[menulist.selectedIndex].value != "")	{
	   top.location.href = menulist.options[menulist.selectedIndex].value
		 }
   }
