function MM_jumpMenu(url,Obj){		//v3.0
  var url_link=document.getElementById(Obj).options[document.getElementById(Obj).selectedIndex].value
  window.location=url+url_link;
}
