function chgpage(select) {
	if (select.selectedIndex != 0) {
		location.href = select.options[select.selectedIndex].value; 
	}
}