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

function recommander()
{
var email= prompt('E-mail de votre ami(e) :','');
var sujet= "Mitsubishi FUSO";
var message="Site Web Mitsubishi FUSO" ;
window.location="mailto:"+email+"?subject="+sujet+"&BODY="+message;

}

function favoris() {
if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )) {
        window.external.addFavorite("http://www.mitsubishi-fuso.ma", "Mitsubishi FUSO");
    } else {
        alert("Cette fonction n'est activée que dans Internet Explorer v5.0 ou + ...\n Tapez CTRL + D pour ajouter le site Mitsubishi FUSO dans vos favoris !");
    }
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
