// Copyright Jan 2010, A. Lefebvre	

	var rep=0;
	var son="";
	var gazebo = "allonge_01_sans_txt.gif";	// image du gazebo ("gazebox.gif")
	var la_date=new Date();
	var mois = la_date.getMonth()+1;
	document.write('<bgsound id="sons">');
	
	SON = new Object();
	SON[0] = "sons/moustique.wav";

	texte = new Array(5);
	texte[0] = "Boiseries St-Narcisse";	// ligne 1
	texte[1] = "Fabriquant No ";		// ligne 2
	texte[2] = "1";			// ligne 2 (chiffre)
	texte[3] = "de Gazébos en Mauricie";	// ligne 3
	texte[4] = "width:500px; height:50px";	// dimention de l'espace texte

	police = new Array(3);	
	police[0] = "Palatino Linotype";		// Type de police texte sur image
	police[1] = "<i>";			// début italique
	police[2] = "</i>";			// début italique

	haut = new Array(7);	// en pixel
	haut[0] = "52";	// ligne1-ombrage
	haut[1] = "50";	// ligne1-couleur
	haut[2] = "87";	// ligne2-ombrage
	haut[3] = "85";	// ligne2-couleur
	haut[4] = "142";	// ligne3-ombrage
	haut[5] = "140";	// ligne3-couleur
	haut[6] = "100";	// image du gazebo

	gauche = new Array(7);  // en pixel
	gauche[0] = "-48";	// ligne1-ombrage
	gauche[1] = "-50";	// ligne1-couleur
	gauche[2] = "-48";	// ligne2-ombrage
	gauche[3] = "-50";	// ligne2-couleur
	gauche[4] = "-53";	// ligne3-ombrage
	gauche[5] = "-55";	// ligne3-couleur
	gauche[6] = "550";	// image du gazebo

function Sons() 
	{
	document.all.sons.src=SON[0];
	}
		
function Affiche(no)
	{
	if (no==0){rep="";son="Sons()";}else{son="";}
	if (no==1){rep="../";}
	if (no==2){rep="../../";}
	
	document.write('<img src=" '+rep+'images/head_bg.jpg" alt="" height="291" width="878" border="0" onMouseOver="'+son+'">');
	document.write('<div style="position:absolute; top:'+haut[0]+'px; left:'+gauche[0]+'px; '+texte[4]+' ">');
	document.write('<strong><font face=" '+ police[0]+' " size="+3" color="BFBFBF"> '+ police[1] + texte[0] +  police[2] + '<\/font><\/strong><br><\/div>');
	document.write('<div style="position:absolute; top:'+haut[1]+'px; left:'+gauche[1]+'px;  '+texte[4]+' ">');
	document.write('<strong><font face=" '+ police[0]+' " size="+3" color="6D4016"> '+ police[1] + texte[0] +  police[2] + '<\/font><\/strong><br><\/div>');
	document.write('<div style="position:absolute; top:'+haut[2]+'px; left:'+gauche[2]+'px;  '+texte[4]+' ">');				
	document.write('<strong><font face=" '+ police[0]+' " size="+3" color="BFBFBF"> '+ police[1] + texte[1] +  police[2] + '<\/font><font face=" '+ police[0]+' " size="+4" color="BFBFBF"> '+ police[1] + texte[2] +  police[2] + '<\/font><\/strong><br><\/div>');	
	document.write('<div style="position:absolute; top:'+haut[3]+'px; left:'+gauche[3]+'px;  '+texte[4]+' ">');				
	document.write('<strong><font face=" '+ police[0]+' " size="+3" color="6D4016"> '+ police[1] + texte[1] +  police[2] + '<\/font><font face=" '+ police[0]+' " size="+4" color="6D4016"> '+ police[1] + texte[2] +  police[2] + '<\/font><\/strong><br><\/div>');
	document.write('<div style="position:absolute; top:'+haut[4]+'px; left:'+gauche[4]+'px;  '+texte[4]+' ">');		
	document.write('<strong><font face=" '+ police[0]+' " size="+2" color="BFBFBF"> '+ police[1] + texte[3] +  police[2] + '<\/font><\/strong><br><\/div>');
	document.write('<div style="position:absolute; top:'+haut[5]+'px; left:'+gauche[5]+'px; '+texte[4]+' ">');		
	document.write('<strong><font face=" '+ police[0]+' " size="+2" color="6D4016"> '+ police[1] + texte[3] +  police[2] + '<\/font><\/strong><br><\/div>'); 
	document.write('<div style="position:absolute; top:'+haut[6]+'px; left:'+gauche[6]+'px; width:150px; height:100px"><img src=" '+rep+'images/'+gazebo+' " alt="Modèle PRESTIGE allongé"><\/div>');
	}

function RSVP(no)
	{
	if(mois <=5 )
		{
		if (no==0){rep="";}
		if (no==1){rep="../";}
		if (no==2){rep="../../";}
		document.write('<div style="position:absolute; top:250px; left:300px; width:100px; height:100px"><img src=" '+rep+'images/rsvp.gif "><\/div>');
		document.write('<div style="position:absolute; top:250px; left:300px; width:100px; height:100px"><img src=" '+rep+'images/rsvt.gif"><\/div>');
		}
	}