// JavaScript Document
function popupCentrer(page,largeur,hauteur) {
  var top=(screen.height-hauteur)/2;
  var left=(screen.width-largeur)/2;
  window.open(page,"","top="+top+",left="+left+",width="+largeur+",height="+hauteur+", menubar=no,resizable=no,scrollbars=yes,statusbar=no");
}

function runFoo(swf, largeur, hauteur , couleur, nom) {
	document.write("  <object type=\"application/x-shockwave-flash\" data=\""+swf+"\" width=\""+largeur+"\" height=\""+hauteur+"\"><param name=\"movie\" value=\""+swf+"\" />  </object>");
	document.write("<br /><div class='fond_titre'>");
	document.write("<div class='titre1'><a href='videos-x.php'>Vid&eacute;os X</a></div>");
	document.write("<div class='titre2'><a href='star-porno.php'>Stars X</a></div>");
	document.write("<div class='titre3'><a href='dernieres-videos.php'>Nouveaut&eacute;</a></div>");
	document.write("<div class='titre4'><a href='top-videos-x.php'>Top video</a></div>");		
	document.write("<div class='titre5'><a href='aide.php'>Aide et support</a></div>");			
	document.write("</div>");	
}

function runFoo2(swf, largeur, hauteur , couleur, nom) {
	document.write("  <object type=\"application/x-shockwave-flash\" data=\""+swf+"\" width=\""+largeur+"\" height=\""+hauteur+"\"><param name=\"movie\" value=\""+swf+"\" />  </object>");
}

function iFrameHeight() {
	if(document.getElementById && !(document.all)) {
		h = document.getElementById('iframename').contentDocument.body.scrollHeight;
		document.getElementById('iframename').style.height = h;
	}
	else if(document.all) {
		h = document.frames('iframename').document.body.scrollHeight;
		document.all.iframename.style.height = h;
	}
}

function ajoutFavoris(url_site, titre_site)
{
	nav = navigator.appName.substring(0,3);
	ver = navigator.appVersion.substring(0,1)

	if (nav == "Mic" && ver >= 4)
	{
		window.external.AddFavorite(url_site, titre_site);
	}
	else
	{
		document.write('Faites CTRL+D pour ajouter Video-X-Téléchargement dans vos favoris !');
	}
}