function popup (url,name,w,h,sc) {
	window.open(url,name,"width="+w+",height="+h+",scrollbars="+sc);
}

function bookmark () {
	var title = "MMA - Mon Mobile adoré";
	var url = "http://www.monmobileadore.com";
	if (window.sidebar) { window.sidebar.addPanel(title,url,""); }
	else if (document.all) { window.external.AddFavorite(url,title); }
	else if (window.opera&&window.print) { return true; }
}

var oldLabel = "";
function bsk_flash (label,affilinetParam) {
	var stats = document.getElementById("stats");
	stats.innerHTML = '<img id="bsk" src="" width=1 height=1 border=0>';
	var id = -1;
	if (label=="/mon-mobispace/index.html") { id = 30005; }
	//else if (label=="Confirmation d'envoi ŕ un ami") { id = 30006; }
	else if (label=="Confirmation d'inscription") {
		id = 30007;
		affilinet(affilinetParam);
	}
	else if (label=="/internet-mobile/index.html"||label==""||label=="/internet-mobile-comment/index.html"||label=="/internet-mobile-pourquoi/index.html") { id = 30008; }
	else if (label=="/site-mobile/index.html") { id = 30009; }
	else if (label=="Confirmation de test") { id = 30010; }
	if (id!=-1&&label!=oldLabel) {
		document.getElementById("bsk").src = "http://s0b.bluestreak.com/ix.e?bb&t="+id; 
		oldLabel = label;
	}
	return;
}

function affilinet (affilinetParam) {
	if (affilinetParam!=""&&affilinetParam!="null") {
		var stats = document.getElementById("stats");
		stats.innerHTML = stats.innerHTML + '<img src="http://clic.reussissonsensemble.fr/registersale.asp?site=5014&order='+affilinetParam+'&mode=ppl&ltype=1" width="1" height="1" border="0">';
	}
}

function GoogleAdWords () {
	document.getElementById("googleAdWords").innerHTML = '';
}
