function changePage()
{
	document.location = document.form1.select.value;
}
