
function nav(f,g) {

	var theUrl = f.jump.options[f.jump.selectedIndex].value ;
	if (theUrl != ""){
            window.open(theUrl);
	}
}


