function changePage(page) {
	selPage = page.Style_Name.selectedIndex;
	location.href = page.Style_Name[selPage].value;
}