<!-- 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 2008-10-15 //
/////////////////////////////////////////////////

//		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('Shortcuts:<br></legend>');

document.write('1. <a href="PDFfiles/AgendaFR.pdf" title="click here for the agenda">Agenda</a><br>2. <a href="site-map_EN.htm" title="click here for the INDEX">INDEX</a><br>3. <a href="dictionary_EN.htm" title="click here for the dictionary">Dictionary</a><br>4. <a href="testimonials_EN.htm" title="click here to view some testimonials">Testimonials</a> (golden book)<br>5. <a href="contact_EN.htm" title="click here to go to the CONTACT-page">Contact us</a> for any question or comment!<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-08-12	//
	document.write('<a href="index.html"><img src="picts/sidebar-right.jpg" border="0" class="borders" title="the union of the consciousness (god Shiva) and the vital energy (goddess Shakti) which a.o. brings creativity into life"></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('Keywords:<br></legend>');
document.write('Attitude, authenticity, awareness, breathing, desire, experiencing, liberty, life, love, maturity, presence, purity, respect, <a href="dicoT_EN.htm#TANTRA" title="click to go to the review of this word">tantra</a>, tenderness, truth, vitality.<br>');

document.write('</fieldset>');
}
	// END RIGHT SIDEBAR AREA PARAGRAPH 2

document.write('</td></tr></table>');

// -- END -->