<!-- 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		= "250"		// SIDEBAR WIDTH


// NUDGE SPACER
document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');


// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA
// Removed <fieldset> from before <legend> in Sidebar Area Paragraph 1 area

   if (paragraph_1 == "yes") {

document.write('<legend>');
document.write('E.O. Distillation<br /></legend>');
document.write('<img src="../../picts/distillation-250.jpg" width="200" height="200" border="0" class="borders" title="The Aromatherapy School - Classic Essential Oil Distillation Equipment" alt="The Aromatherapy School - Classic Essential Oil Distillation Equipment"></a><br />')
document.write('Classic Essential Oil Distillation Equipment<br />');
//document.write('</fieldset>');
document.write('<br /><br />');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1


// SMALL PICTURE AREA

//   if (showimage == "yes") {

//document.write('<br /><center>');
//document.write('<img src="../../picts/essential-oils-250.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('<legend>');
document.write('Distillation Room<br /></legend>');
document.write('<img src="../../picts/distillation-room-250.jpg" width="200" height="128" border="0" class="borders" title="The Aromatherapy School - Essential Oil Distillation Room" alt="The Aromatherapy School - Essential Oil Distillation Room"></a><br />')
document.write('Essential Oil Distillation Room<br />');
//document.write('</fieldset>');
document.write('<br /><br />');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2


document.write('<legend>');
document.write('Lavender Field<br /></legend>');
document.write('<img src="../../picts/lavender-field-250.jpg" width="200" height="134" border="0" class="borders" title="The Aromatherapy School - Field of Lavender in Provence" alt="The Aromatherapy School - Field of Lavender in Provence"></a><br />')
document.write('Field of Lavender in Provence<br />');
//document.write('</fieldset>');
document.write('<br /><br />');

document.write('</td></tr></table>');


// -- END -->



















