function PNavSubmit ()
{ 
	pageIndex=document.nav_select.pages.selectedIndex;
	location = document.nav_select.pages.options[pageIndex].value;
}