// JavaScript Document
function doChange(field,ref){
	val = document.getElementById(field)[ref.selectedIndex].value;
location.href = val;
	}
