

function check(opps){
	var val = opps[opps.selectedIndex].value;
	document.location = val;
}




