<!-- 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		= "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>');







// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

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

document.write('<div align="center">Academic Contests<br></div></legend>');

document.write('<br>Every year, San Juan BOCES coordinates the regional Science Fair and Destination ImagiNation academic contests. <br><br>This year\'s events are coming up in March. <br><br>Please click for more information:<br><br> <li><a href="sciencefair.htm">Science Fair</a></li><br><li><a href="http://www.di-swcolorado.org/" target="new">Destination Imagination</a></li>');

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

}

// END RIGHT SIDEBAR AREA PARAGRAPH 1


// FLASH CHANGER OPTIONS

var showsflash		= "yes"		// SHOW FLASH IMAGE CHANGER
var flashwC		= "150"		// WIDTH OF THE FLASH CHANGER
var flashhC		= "100"		// HEIGHT OF THE FLASH CHANGER
var flashborderC	= "000000"	// FLASH CHANGER BORDER COLOR

var movedown		= "45"		// SIDEBAR SPACE FROM TOP







// 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="slideshow/image_changer.htm" width="'+flashwC+'" height="'+flashhC+'" frameborder="0" scrolling="no"></IFRAME><br>');
//document.write('</td></tr></table>');
//document.write('<br><br>');
//}




// SMALL PICTURE AREA

//   if (showimage == "yes") {

//document.write('<br><center>');
//document.write('<a href="index.html"><img src="picts/sidebar-right.jpg" border="0" class="borders"></a><br>');
//document.write('</center>');
//document.write('<br><br>');
//}

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

document.write('<div align="center">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Programs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br></div></legend>');

document.write('<br>San Juan BOCES has been awarded two new grants; one from the Colorado Legacy Foundation, and one from the Colorado Health Foundation. <br><br>Please <a href="programs.htm">Click Here</a> for details of these new programs.');

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



// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

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

//document.write('<div align="center">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Induction&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br></div></legend>');

//document.write('<br>The 2011-2012 Induction Program starts October 19th. <br><br>Please <a href="induction.htm">Click Here</a> for more information.');

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



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

//document.write('&nbsp;STEM&nbsp;<br></legend>');

//document.write('<br><a href="rsa_site/internship.htm" target="new">Click Here</a> for information on the regional STEM internship program.<br><br>');

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

}


// END RIGHT SIDEBAR AREA PARAGRAPH 2







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


// -- END -->
