function jumpMenu( obj ) {
	eval( "window.location='" + obj.options[obj.selectedIndex].value + "'" );
}
