function goToSelectedPage(selectobj) {
		
		window.location = selectobj.options[selectobj.selectedIndex].value;
}