// JavaScript Document

function reviewjump(me) {
	selected=me.options[me.selectedIndex].value;
	window.location=selected;
}


