

var showimage_1		= "no"		// SHOW SIDEBAR IMAGE
var showarea_1		= "no"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "no"		// SHOW THE 2ND PARAGRAPH
var links			= "no"		// SHOW SAMPLE LINKS IN THE SIDEBAR

var showtitle		= "yes"		// SHOW GALLERY TITLE AS TEXT
var showtitleG		= "no"		// SHOW GALLERY TITLE AS IMAGE (sidebar.gif)
var showthumbs_1	= "yes"		// SHOW 1st GROUP OF GALLERY THUMBNAILS
var showthumbs_2	= "yes"		// SHOW 2nd GROUP OF GALLERY THUMBNAILS
var showthumbs_3	= "no"		// SHOW 2nd GROUP OF GALLERY THUMBNAILS


// FLASH CHANGER OPTIONS

var showsflash		= "yes"		// SHOW FLASH IMAGE CHANGER
var flashwC			= "200"		// WIDTH OF THE FLASH CHANGER
var flashhC			= "133"		// HEIGHT OF THE FLASH CHANGER
var flashborderC	= "000000"	// FLASH CHANGER BORDER COLOR

var movedown		= "45"		// SIDEBAR SPACE FROM TOP




document.write('<img src="picts/spacer.gif" height="'+movedown+'" width="130"><br>');
document.write('<TABLE cellpadding="2" cellspacing="0" width="100%" border="0" class="smalltext"><tr><td valign="top" align="center">');



// FLASH IMAGE CHANGER

   if (showsflash == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" style="border: #'+flashborderC+' 1px solid;"><tr><td>');
document.write('<IFRAME name="FlashFrame" src="flash/image_changer.htm" width="'+flashwC+'" height="'+flashhC+'" frameborder="0" scrolling="no"></IFRAME><br>');
document.write('</td></tr></table>');
document.write('<br><br>');
}





   if (showtitleG == "yes") {
document.write('<img src="picts/sidebar.gif"><br>');
}

   if (showthumbs_1 == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="200">');
document.write('<tr><td align="left" width="33%">');
document.write('<a href="coaching.htm"><img src="picts/coaching.jpg" alt="Coaching" border="0" width="50" height="50" class="Galborder"></a><br>');
document.write('</td><td align="center" width="33%">');
document.write('<a href="facilitation.htm"><img src="picts/facilitation.jpg" alt="Facilitation" border="0" width="50" height="50" class="Galborder"></a><br>');
document.write('</td><td align="right" width="33%">');
document.write('<a href="action_learning.htm"><img src="picts/a_learning.jpg" alt="Action Learning" border="0" width="50" height="50" class="Galborder"></a><br>');
document.write('</td></tr></table>');
document.write('<br>');
}

   if (showthumbs_2 == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="200">');
document.write('<tr><td align="left" width="33%">');
document.write('<a href="coach_skills_training.htm"><img src="picts/c_s_training.jpg" alt="Coach Skills Training" border="0" width="50" height="50" class="Galborder"></a><br>');
document.write('</td><td align="center" width="33%">');
document.write('<a href="coach_development.htm"><img src="picts/c_development.jpg" alt="Coach Development" border="0" width="50" height="50" class="Galborder"></a><br>');
document.write('</td><td align="right" width="33%">');
document.write('<a href="supervision.htm"><img src="picts/supervision.jpg" alt="Supervision" border="0" width="50" height="50" class="Galborder"></a>');
document.write('</td></tr></table>');
document.write('');
}


   if (showtitle == "yes") {
document.write('<span class="title2">');
document.write('<br>Our Services<br>');
document.write('</span>');
}


   if (showthumbs_3 == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="200">');
document.write('<tr><td align="left" width="33%">');
document.write('<a href="disabled.htm"><img src="disabled.jpg" border="0" width="50" height="50" class="Galborder"></a><br>');
document.write('</td><td align="center" width="33%">');
document.write('<a href="disabled.htm"><img src="disabled.jpg" border="0" width="50" height="50" class="Galborder"></a><br>');
document.write('</td><td align="right" width="33%">');
document.write('<a href="disabled.htm"><img src="disabled.jpg" border="0" width="50" height="50" class="Galborder"></a><br>');
document.write('</td></tr></table>');
document.write('<br>');
}



   if (showarea_1 == "yes") {

document.write('<fieldset style=" text-align:left; width:180px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Your Notes:</span></legend>');

document.write('This area is for notes or links. Edit the sidebar.js to update this text. ');

document.write('<a href="disabled.htm">More...</a>');

document.write('</fieldset>');
document.write('<br><br><br>');
}


   if (showimage_1 == "yes") {
document.write('<IMG SRC="picts/sidebar.jpg" border="0" width="200" height="133" class="borders"><br><br>');
}



   if (showarea_2 == "yes") {

document.write('<fieldset style=" text-align:left; width:180px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Your Notes:</span></legend>');

document.write('This area is for notes or links. Edit the sidebar.js to update this text. ');

document.write('<a href="disabled.htm">More...</a>');

document.write('</fieldset>');
document.write('<br><br><br>');
}

   if (links == "yes") {

document.write('<fieldset style=" text-align:left; width:180px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">More Links:</span></legend>');

document.write('<a href="disabled.htm">Edit This Sample Link</a><br>');

document.write('<a href="disabled.htm">Edit This Sample Link</a><br>');

document.write('<a href="disabled.htm">Edit This Sample Link</a><br>');

document.write('<a href="disabled.htm" target="_blank">Edit This Sample Link</a><br>');

document.write('<a href="disabled.htm" target="_blank">Edit This Sample Link</a><br>');

document.write('<a href="disabled.htm" target="_blank">Edit This Sample Link</a><br>');


document.write('</fieldset>');
document.write('<br><br><br>');
}


document.write('</td></tr></table>');

