<!-- 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 	= "no"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "yes"		// SHOW THE 3th PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "1"		// 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>');

//new window for film
  function newwindow (){msgWindow=window.open("../film.htm","introfilm","toolbar=no,width=550,height=500,directories=no,status=no,scrollbars=no,resizable=no,menubar=no")}

//new window for contact
// function contact (){msgWindow=window.open("../stancontactform/contact.htm","contactformulier","toolbar=no,width=650,height=700,directories=no,status=no,scrollbars=no,resizable=no,menubar=no")}


// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

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

document.write('Jeroen van der Sluis<br></legend>');

//new code for popup contact
// document.write('Intergratief psychotherapeut, NLP Master Practioner, NLP Health Coach.<br></a>');
// document.write('<a href="JavaScript:contact()">Neem contact met mij op..</a" border="0" class="borders"></a><br>');
//end new code

document.write('Integratief therapeut en NLP Master en Health Coach.<a target="_blank" href="http://www.vit-therapeuten.nl">Lid van NVNLP en A-lid VIT.<br> <a href="../contact.htm">Neem contact op met mij...</a><br>');

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

}

// END RIGHT SIDEBAR AREA PARAGRAPH 1



// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<center>');
document.write('Klik op de foto voor een introductiefilmpje<br>');
document.write('<a href="JavaScript:newwindow()"><img src="../picts/jeroen-van-der-sluis.jpg" border="0" class="borders"></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('Elly Theelen<br></legend>');

//new code for popup contact
// document.write('NLP Master Practioner en NLP Health Coach.<br></a>');
// document.write('<a href="JavaScript:contact()">Neem contact met mij op..</a" border="0" class="borders"></a><br>');
//end new code

document.write('NLP Master en Health Coach.<a target="_blank"<br> <a href="../contact.htm">Neem contact op met mij...</a><br>');

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

}

// END RIGHT SIDEBAR AREA PARAGRAPH 2

// SMALL PICTURE AREA

   if (showimage == "yes") {

//document.write('<center>');
//document.write('<img src="../picts/levenskompas/elly.jpg"</a><br>');
//document.write('</center>');
//document.write('<br><br>');
}



// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

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

document.write('Prachtig liedje:<br></legend>');
document.write('Tekst: Herman Pieter de Boer, muziek: Lenny Kuhr<br>');
document.write('<br>');
document.write('Gesterkt door de tranen die je liet<br>');
document.write('Begroet door de zon die jij weer ziet<br>');
document.write('Kun je weer lachen overdag<br>');
document.write('En weer slapen in de nacht<br>');
document.write('<br>');
document.write('Zo nu en dan stralen je ogen weer<br>');
document.write('Niemand weet waarom in jou die ommekeer<br>');
document.write('Want er is niet veel veranderd sindsdien...<br>');
document.write('JIJ misschien?<br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3





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


// -- END -->
