function AbreVideo(url,nome,prop) { //v2.0
  window.open('video.htm','video','width=375,height=340');
}

function JumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}