function formHandler(q_jump){
	var URL = document.q_jump.page.options[document.q_jump.page.selectedIndex].value;
	window.location.href = URL;
}