function erreur(){ return true; }
onerror=erreur;
hote = (self.location.host=="localhost") ? "localhost/perso" : "www.123gen.com";
if ((self==top)&&(!opener)){
top.location="http://"+hote+"/index.php?page_principale="+encodeURIComponent(self.location.href);
}
function fonctions_load(){
top.Cadre_liens.retablir();
top.document.title="Le site d\'Houzéf@ - "+self.document.title+" :-)";
if (top.background_anime=="true"){
document.body.style.backgroundImage="url(http://"+hote+"/bckgrndp.gif)";
}
}
if (top.ambiance_allumee=="true"){
with (top){
fenetre_ambiance["embed"+ambiance_choisie].stop();
ambiance_choisie = (ambiance_choisie==2) ? 1 : 2 ;
fenetre_ambiance["embed"+ambiance_choisie].play();
}
}
function embed_direct(fichier_embed, type_embed, largeur_embed, hauteur_embed){
with (document){
write("<embed src=\""+fichier_embed+"\"");
switch (type_embed){
case "director":
site_embed="http://www.macromedia.com/shockwave/download/";
type_embed="application/x-director";
break;
case "flash":
write(" quality=\"high\"");
site_embed="http://www.macromedia.com/go/getflashplayer";
type_embed="application/x-shockwave-flash";
break;
case "video":
site_embed="http://www.microsoft.com/Windows/MediaPlayer";
type_embed="application/x-mplayer2";
break;
}
write(" pluginspage=\""+site_embed+"\" type=\""+type_embed+"\"");
if (largeur_embed!=""){ write(" width=\""+largeur_embed+"\""); }
if (hauteur_embed!=""){ write(" height=\""+hauteur_embed+"\""); }
write(" border=\"0\" autostart=\"true\"></embed>");
}
}
function applet_direct(fichier_applet, largeur_applet, hauteur_applet){
document.write("<applet code=\""+fichier_applet+"\" width=\""+largeur_applet+"\" height=\""+hauteur_applet+"\"></applet>");
}