function changePage(thisForm) {
	var newPage = thisForm.selectPage.options[thisForm.selectPage.selectedIndex].value;
	location.href = newPage + ".htm";
}


