<!-- 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 showimage	= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing	= "10"		// NUDGE SIDEBAR DOWN
var sidewidth	= "125"		// SIDEBAR WIDTH


// 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>');


/////////////////////////////////////////////////
// last update 2010-05-07 //
/////////////////////////////////////////////////

//		NOTE: If you use a ' add a slash before it like this \' or with &prime;		//
//		NOTE: If you use a ' add a slash before it like this \' or with &prime;		//
//		NOTE: If you use a ' add a slash before it like this \' or with &prime;		//

// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');
document.write('Raccourcis&nbsp;:<br></legend>');

//	<a href="dictionary.htm" title="cliquez pour aller au dictionnaire">Dictionnaire</a><br>4. 	removed dd. 30/12/8	//

document.write('1. <a href="activities.htm" title="cliquez pour visionner la page des activit&eacute;s">Activit&eacute;s</a><br>2. <a href="info.htm" title="cliquez pour visionner la page des informations">Lectures</a> (informations)<br>3. <a href="testimonials.htm" title="cliquez pour aller au t&eacute;moignages">Livre d\'Or</a> (t&eacute;moignages)<br>4. <a href="contact.htm" title="cliquez pour aller &agrave; la page CONTACT">Contactez-nous</a> pour toute demande ou suggestion&nbsp;!<br>');

document.write('</fieldset>');
document.write('<br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1



// SMALL PICTURE AREA	".jpg" (photo) exchanged for a ".gif" image (drawing) dd. 12/9/7		//
//			sidebar-right.gif = Shiva-Shakti Black 'n' white drawing			//
//	seems to be copyright logo of SkyDancing Institute changed to own (old) picture of Shiva-Shakti Statue	//

if (showimage == "yes")
{
	document.write('<br><center>');
//	added title-field	dd. 2008-05-27	picts/sidebar-right.jpg REPLACED BY picts/WhiteMarbleCouple.jpg dd. 2008-09-11 //
//							   REPLACED BY picts/CloudyDesert.jpg dd. 2010-05-08	  //
	document.write('<a href="index.html"><img src="picts/CloudyDesert.jpg" border="0" class="borders" title="l&prime;union du champs de conscience porteur de tout (Shiva, le m&acirc;le et le dieu) et de la Shakti (la femelle et la d&eacute;esse), l&prime;&eacute;nergie vitale d&prime;o&ugrave; &eacute;mergent les d&eacute;sirs et par l&agrave;, la cr&eacute;ativit&eacute;"></a><br>');
	document.write('</center>');
	document.write('<br><br>');
}


	// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');
document.write('Nos Mots Clefs&nbsp;:<br></legend>');
document.write('<a href="dicoA.htm#AMOUR"  title="cliquez pour lire un commentaire sur ce mot">amour</a>, <a href="dicoA.htm#ATTITUDE" title="cliquez pour en savoir plus sur ce mot">attitude</a>, <a href="dicoA.htm#AUTHENTICITE"  title="cliquez pour lire un commentaire sur ce mot">authenticit&eacute;</a>, <a href="dicoC.htm#CONSCIENCE" title="cliquez pour lire un commentaire &agrave; ce propos">conscience</a>, <a href="dicoC.htm#CONTACT" title="cliquez pour lire une r&eacute;flexion au sujet de ce mot">contact</a>, <a href="dicoD.htm#DESIR"  title="cliquez pour lire un commentaire sur ce mot">d&eacute;sir</a>, <a href="dicoD.htm#DOUCEUR" title="cliquez pour lire un commentaire &agrave; ce propos">douceur</a>, <a href="dicoE.htm#EXPERIENCE" title="cliquez pour lire un commentaire &agrave; ce propos">exp&eacute;rience</a>, <a href="dicoH.htm#HABITUDE" title="cliquez pour lire une r&eacute;flexion au sujet de ce mot">habitude</a>, <a href="dicoI.htm#INVITATION" title="cliquez pour lire une r&eacute;flexion au sujet de ce mot">invitation</a>, <a href="dicoL.htm#LIBERTE"  title="cliquez pour lire un commentaire sur ce mot">libert&eacute;</a>, <a href="dicoM.htm#MATURITE"  title="cliquez pour lire un commentaire sur ce mot">maturit&eacute;</a>, <a href="dicoP.htm#PRESENCE" title="cliquez pour en savoir plus sur ce mot">pr&eacute;sence</a>, <a href="dicoP.htm#PURETE" title="cliquez pour lire un commentaire &agrave; ce propos">puret&eacute;</a>, <a href="dicoR.htm#RESPECT" title="cliquez pour lire un commentaire &agrave; ce propos">respect</a>, <a href="dicoR.htm#RESPIRER" title="cliquez pour en savoir plus sur ce mot">respiration</a>, <a href="dicoS.htm#SEXUALITE" title="cliquez pour lire une r&eacute;flexion au sujet de ce mot">sexualit&eacute;</a>, <a href="dicoT.htm#TANTRA1" title="cliquez pour en savoir plus">tantra</a>, <a href="dicoT.htm#TANTRIKA" title="cliquez pour en savoir plus">tantrika</a>, <a href="dicoV.htm#VIE"  title="cliquez pour lire un commentaire sur ce mot">vie</a>, <a href="poems.htm#VRAI" title="cliquez pour lire ce po&egrave;me">&ecirc;tre vrai</a>.<br>');

document.write('</fieldset>');
}
	// END RIGHT SIDEBAR AREA PARAGRAPH 2

document.write('</td></tr></table>');

// -- END -->
