function Favoris(){
	nav = navigator.appName.substring(0,3);
	ver = navigator.appVersion.substring(0,1)
	if (nav == "Mic" && ver >= 4){
		window.external.addfavorite('http://www.sexepayant.fr/','Sexe Payant, guide et conseils');
	}else{
		alert('Faites CTRL+D pour ajouter ce site dans vos favoris !')
	}
}
function inc_mb(e,i,o){
	if(document.all)e=event
	if(e.type=="click"){
		if(document.images) 
			(new Image()).src="../classement/out/out_mb.php?i="+i+"&o="+o; 
		return true; 
	}
} 
function inc(e,i){
	if(document.all)e=event
	if(e.type=="click"){
		if(document.images) 
			(new Image()).src="../classement/out/out.php?i="+i+"&l="+e.href; 
		return true; 
	}
} 
function Basculer(formulaire){
	if (formulaire.categorie.selectedIndex!=0){
		location.href = formulaire.categorie.options[formulaire.categorie.selectedIndex].value;
	}else{
		alert('Destination non valide.');
	}
}
function PopupCentree(type,url,largeur,hauteur,options) {
	if(type==1){
		var page="../envoyerpage.php?url="+url;
	}else if(type==2){
		var page="note.php?id_site="+url;
	}
	var top=20;
	var left=(screen.width-largeur)/2;
	window.open(page,"","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options);
}
function ExitFrame(){
    if (window !=top ) {top.location=window.location;}
}


