<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "yes"		// SHOW THE 3rd PARAGRAPH
var paragraph_4 	= "yes"		// SHOW THE 4th PARAGRAPH
var paragraph_5 	= "yes"		// SHOW THE 5th PARAGRAPH
var paragraph_6 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_7 	= "yes"		// SHOW THE 2ND PARAGRAPH
var paragraph_8 	= "yes"		// SHOW THE 3rd PARAGRAPH
var paragraph_9 	= "yes"		// SHOW THE 4th PARAGRAPH
var paragraph_10 	= "yes"		// SHOW THE 5th PARAGRAPH
var paragraph_11 	= "no"		// SHOW THE 5th PARAGRAPH


var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH



// Open audio by Yan

var audioW_width	= "1000"		// WELCOME POPUP WIDTH
var audioW_height	= "660"		// WELCOME POPUP HEIGHT
var scrollbar_audioW	= "yes"		// WELCOME POPUP SCROLLBARS
var menu_audioW		= "yes"		// SHOW MENU IN MESSAGE POPUP
var wX_location		= "0"		// WELCOME HORIZONTAL LOCATION
var wY_location		= "10"		// WELCOME VERTICAL LOCATION
var audioW_viewer 	= "no"		// MESSAGE - yes/FULL SCREEN OR no/POPUP MODE



function openAudio(URL) {

day = new Date();
id = 'Audio';
   if (audioW_viewer == "no") {
eval("page" + id + " = window.open(URL, '" + id + "', 'scrollbars='+scrollbar_audioW+',toolbar=no,resizable=yes,directories=no,menubar='+menu_audioW+',location=no,status=no,left='+wX_location+',top='+wY_location+',width=' + audioW_width + ',height=' + audioW_height + '');");
}
else 
if (audioW_viewer == "yes") {
eval("page" + id + " = window.open(URL);");
}
}

// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');









// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA


   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('<A HREF="modeles.htm">Modèles HTML</A><br></legend>');

document.write('Visionner tous les modèles disponibles prêts à être utilisé,<br>facilement modifiable.<br>');

document.write('</fieldset>');
document.write('<br><br>');
}

// END RIGHT SIDEBAR AREA PARAGRAPH 1


// START RIGHT SIDEBAR AREA PARAGRAPH 2

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('<A HREF="pagehtml.htm">Pages HTML</a><br></legend>');

document.write('Ajouter toutes les pages que vous souhaitez à votre site Web.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2


// START RIGHT SIDEBAR AREA PARAGRAPH 3

   if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');

document.write('<A href="http://www.web-renovation.net/serie/index.html"target="_blank">Modèles Flash</A><br></legend>');

document.write('Visionner les autres modèles disponibles.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3


// START RIGHT SIDEBAR AREA PARAGRAPH 4

   if (paragraph_4 == "yes") {

document.write('<fieldset><legend>');

document.write('<A HREF="hebergement.htm">Hébergement</A><br></legend>');

document.write('Choisir un plan d\'hébergement!<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 4



// START RIGHT SIDEBAR AREA PARAGRAPH 5

   if (paragraph_6 == "yes") {

document.write('<fieldset><legend>');

document.write('<A HREF="assistance.htm">Assistance</A><br></legend>');

document.write('Rien de plus facile! Un agent peut vous aider à distance.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 5






// START RIGHT SIDEBAR AREA PARAGRAPH 7

   if (paragraph_9 == "yes") {

document.write('<fieldset><legend>');

document.write('<A HREF="referencement.htm">Référencement</A><br></legend>');

document.write('Nous faisons le référencement de site Internet.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 7



// START RIGHT SIDEBAR AREA PARAGRAPH 8

   if (paragraph_8 == "yes") {

document.write('<fieldset><legend>');

document.write('<A HREF="objectif google.htm">1er sur Google</A><br></legend>');

document.write('Objectif être en première page sur Google.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 8





// START RIGHT SIDEBAR AREA PARAGRAPH 8

   if (paragraph_11 == "yes") {

document.write('<fieldset><legend>');

document.write('<A HREF="videos.htm">Vidéo</A><br></legend>');

document.write('Une façon efficace de vous faire connaitre uiliser la vidéo.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 8
















document.write('</td></tr></table>');


// -- END -->