// JavaScript Document
function replaceContent() {
document.getElementById("div_xhtml_conteneur").innerHTML ='<table cellpadding="0" cellspacing="0" id="tblconteneur"><tr><td height="100%"><div id="flashcontent"><img src="../themes/defaut/img/picto/logo_flashplayer.gif" /> Ce contenu nécessite l\'installation de <a href="http://www.adobe.com/go/getflashplayer" onClick="window.open(this.href); return false;">Flash Player (version 8 ou supérieure) </a>et l\'activation de Javascript dans votre navigateur.</div></td></tr></table>';
var so = new SWFObject("http://www.villas-chalets.clubmed.fr/albion_en/main.swf", "flashmovie", "100%", "100%", "8", "#94BFD4");
so.write("flashcontent");
}

window.onload = replaceContent;

