<!-- 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		= "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>');




//border="0" class="borders"

// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="sxd-pics/sxd-logo-small.gif" border="none" ></a><br>');
document.write('</center>');
document.write('<br><br>');
}





// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

//   if (paragraph_1 == "yes") {
//document.write('<fieldset><legend>');
//document.write('Council Meeting Date<br></legend>');
//document.write('Jule 4th to blow up fireworks!<br>');
//document.write('</fieldset>');
//document.write('<br><br>');
//}

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="http://www.desertdiamond.com/" target="_blank"><img src="sxd-pics/ddclogo.gif" border="none" ></a><br>');
document.write('</center>');
document.write('<br><br>');
}





// END RIGHT SIDEBAR AREA PARAGRAPH 1






// SMALL PICTURE AREA This is where it was by default now moved above and this is remarked out

 //  if (showimage == "yes") {

//document.write('<br><center>');
//document.write('<a href="index.html"><img src="sxd-pics/sxd-id-logo2.jpg" border="none" ></a><br>');
//document.write('</center>');
//document.write('<br><br>');
//}
//border="0" class="borders"







// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Webmail<br></legend>');

document.write('Webmail portal for District employees.  To remotely access your email; just click <a href="https://mail.waknet.org/owa" target="_blank"><strong>HERE</strong>!</a> (contact IT Department for help and more info.) <br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2






document.write('</td></tr></table>');


// -- END -->
