function SelectPage(PAGE){	n = PAGE.selectedIndex;	location.href = PAGE.options[n].value;}