<!-- 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 	= "no"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "no"		// SHOW THE 3RD PARAGRAPH

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>');

//document.write('<br><center>');
//document.write('<a href="index.html"><img src="picts/chaositylogo.gif" alt="Chaosity Home" border="0" class="borders"></a><br>');
//document.write ('<a href="index.html"><img src="picts/home-grow-clipart.jpg" alt="Chaosity Services"  border="0" class="borders"></a><br>');
//document.write('</center>');
//document.write('<br><br>');



// START RIGHT SIDEBAR PARAGRAPH 1 AREA NOTE 

 if (paragraph_1 == "yes") {
document.write('<fieldset><legend>');
document.write('<br><center>');
document.write('<a href="index.html"><img src="picts/boise state logo.jpg" alt="BSU Logo" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<center><b>Adv Project Mgt Skills<br>February 14-15, 2012</center></b></legend>');
document.write('<center>Sponsored by Boise State Center for Professional Development.</center><br>');
document.write('<center>Day 1–People: Advanced Skills for Managing the Project Team and Stakeholders<br><br>');
document.write('<center>Day 2–Process: Advanced Skills for Defining and Managing the Project Lifecycle<br><br>')
document.write('For more information and to register, go to<a href="http://cpd.boisestate.edu/courses/advanced-projectmgmt.html" target="_blank" target="_top" class="link"> BSU Center for Professional Development.</center><br>');
document.write('</fieldset>')
}
document.write ('<br>');
// END RIGHT SIDEBAR FACILITATION AREA NOTE


// START RIGHT SIDEBAR PARAGRAPH 2 AREA NOTE 

 if (paragraph_2 == "yes") {
document.write('<br><center>');
document.write('<a href="index.html"><img src="picts/bpm_institute.jpg" alt="BPM Institute" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<fieldset><legend>');
document.write('<center><b>The Process Facilitator<br>Skills & Techniques to<br>Enhance Collaboration</center></b></legend>');
document.write('<center>Sponsored by the BPMInstitute.org. </center><br>')
document.write('<center>These online workshops will help you assess your strengths and weaknesses as a process facilitator, build confidence in your ability to run productive meetings that achieve their stated goals, and augment your tool box with techniques to help you better manage conflict, make and own decisions, stay on topic and more.<br><br>')
document.write('- March 26-27, 2012<br>');
document.write('- August 6-7, 2012<br>');
document.write('- December 3-4, 2012<br><br>');
document.write('For more information and to register, go to<a href="http://www.BPMInstitute.org/FAC" target="_blank" target="_top" class="link"> www.bpminsitute.org/FAC.<br>');
document.write('</fieldset>')
}
// END RIGHT SIDEBAR FACILITATION AREA NOTE


// START RIGHT SIDEBAR PARAGRAPH 3 AREA NOTE 
 
  if (paragraph_3 == "yes") {
document.write('<fieldset><legend>');
document.write("We'll Help You by...<br></legend>");
document.write('- Asking the Right Questions<br>- Achieving the Desired Results<br>- Empowering Your Team<br>');
document.write('</fieldset>');
document.write('<br><br>');
}

// END RIGHT SIDEBAR IM AREA NOTE

document.write('</td></tr></table>');


// -- END -->
