function goToPage(formName) {
	location.href = document.forms[formName].combobox.value;
	
}
