function setFlashHeight(divid, newH){
	document.getElementById(divid).style.height = newH+"px";
	return newH;		
}

function setFlashWidth(divid, newW){
	var Largeur; 
	Largeur= document.body.offsetWidth;
	if(Largeur<=newW){
		document.getElementById(divid).style.width = newW+"px";
	}else{
		document.getElementById(divid).style.width = "100%";
	}
	return newW;		
}

function MM_checkPlugin(plgIn, theURL, altURL, autoGo) { //v4.0
  var ok=false; document.MM_returnValue = false;
  with (navigator) if (appName.indexOf('Microsoft')==-1 || (plugins && plugins.length)) {
    ok=(plugins && plugins[plgIn]);
  } else if (appVersion.indexOf('3.1')==-1) { //not Netscape or Win3.1
    if (plgIn.indexOf("Flash")!=-1 && window.MM_flash!=null) ok=window.MM_flash;
    else if (plgIn.indexOf("Director")!=-1 && window.MM_dir!=null) ok=window.MM_dir;
    else ok=autoGo; }
  if (!ok) theURL=altURL; if (theURL) window.location=theURL;
}

function recommander()
{
var email= prompt('E-mail de votre ami(e) :',' ');
var sujet= "www.anapecinternational.com";
var message="Je te recommande de visiter ce site Web : Infitah, www.anapecinternational.com" ;
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.anapecinternational.com", ".:: Infitah ::.");
    } else {
        alert("Cette fonction n'est activée que dans Internet Explorer v5.0 ou + ...\n Tapez CTRL + D pour ajouter Le site Aïn Soltane à vos sites favoris !");
    }
}