function MM_jumpMenu(targ,restore){ //v3.0
	selObj =document.getElementById('jumpMenu');
	eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
	if (restore) document.getElementById('jumpMenu').selectedIndex=0;
}