function infopromo(q) {
	if (q == 1) document.getElementById('infospromo_hotel').style.display = "block";
	else if (q == 2) document.getElementById('infospromo_resto').style.display = "block";
}
function infopromo_hide() {
	document.getElementById('infospromo_hotel').style.display = "none";
	document.getElementById('infospromo_resto').style.display = "none";
}

//AFFICHE VIA CE FICHIER EXTERNE LE ELEMENTS FLASH POUR EVITER LES CONTOURS
function embed(txt)
{
	document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" ");
	document.write("codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\"");
	 document.write("width=\"242\" height=\"22\">");
	 document.write("<param name=\"movie\" value=\"texte_dyn_baskerville.swf?p="+txt+"\">");
	 document.write("<param name=\"quality\" value=\"high\">");
	 document.write("<param name= \"wmode\" value=\"transparent\">");
	 document.write("<param name=\"bgcolor\" value=\"transparent\">");
	 document.write("<embed src=\"texte_dyn_baskerville.swf?p="+txt+"\" quality=\"high\" wmode=\"transparent\" document.write(\"bgcolor=\"transparent\" width=\"242\" height=\"22\" name=\"texte_dyn_times\" align=\"\"");
	 document.write("type=\"application/x-shockwave-flash\"  pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed>");
	document.write("</object>");
}

//POUR L'ACCUEIL
function embedacc(txt,url)
{
	document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" ");
	document.write("codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\"");
	 document.write("width=\"188\" height=\"22\">");
	 document.write("<param name=\"movie\" value=\"texte_dyn_baskerville_accueil.swf?p="+txt+"&u="+url+"\">");
	 document.write("<param name=\"quality\" value=\"high\">");
	 document.write("<param name= \"wmode\" value=\"transparent\">");
	 document.write("<param name=\"bgcolor\" value=\"transparent\">");
	 document.write("<embed src=\"texte_dyn_baskerville_accueil.swf?p="+txt+"&u="+url+" \" quality=\"high\" wmode=\"transparent\" document.write(\"bgcolor=\"transparent\" width=\"188\" height=\"22\" name=\"texte_dyn_times\" align=\"\"");
	 document.write("type=\"application/x-shockwave-flash\"  pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed>");
	document.write("</object>");
}
//POUR UN ARTICLE
function embed1art(txt)
{
	document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" ");
	document.write("codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\"");
	 document.write("width=\"550\" height=\"75\">");
	 document.write("<param name=\"movie\" value=\"texte_dyn.swf?p="+txt+"\">");
	 document.write("<param name=\"quality\" value=\"high\">");
	 document.write("<param name= \"wmode\" value=\"transparent\">");
	 document.write("<param name=\"bgcolor\" value=\"transparent\">");
	 document.write("<embed src=\"texte_dyn.swf?p="+txt+"\" quality=\"high\" wmode=\"transparent\" document.write(\"bgcolor=\"transparent\" width=\"550\" height=\"75\" name=\"texte_dyn_times\" align=\"\"");
	 document.write("type=\"application/x-shockwave-flash\"  pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed>");
	document.write("</object>");
}

//POUR LE TITRE D'UN ARTICLE
function embed1arttitre(txt)
{
	document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" ");
	document.write("codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\"");
	 document.write("width=\"400\" height=\"35\">");
	 document.write("<param name=\"movie\" value=\"texte_dyn_centaur.swf?p="+txt+"\">");
	 document.write("<param name=\"quality\" value=\"high\">");
	 document.write("<param name= \"wmode\" value=\"transparent\">");
	 document.write("<param name=\"bgcolor\" value=\"transparent\">");
	 document.write("<embed src=\"texte_dyn_centaur.swf?p="+txt+"\" quality=\"high\" wmode=\"transparent\" document.write(\"bgcolor=\"transparent\" width=\"400\" height=\"35\" name=\"texte_dyn_times\" align=\"\"");
	 document.write("type=\"application/x-shockwave-flash\"  pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed>");
	document.write("</object>");
}
