<!-- 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 	= "no"		// SHOW THE 2ND PARAGRAPH
var showimage		= "no"		// 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>');



// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

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

document.write('Trade Shows<br></legend>');

document.write('See our Products at these Trade Shows<br><br>');


document.write('<a target="_blank" href="http://www.nfmt.com/baltimore/">NFMT<br>Baltimore, MD<br>March 13-15, 2012</a><br><br>');

document.write('<a target="_blank" href="http://www.lightfair.com/lightfair/V40/">LIGHTFAIR INTERNATIONAL<br>Las Vegas, NV<br>May 9-11, 2012</a><br><br>');

document.write('<a target="_blank" href="http://facilitiesexpo.com/FESC/index.php">SO CAL FACILITIES EXPO<br>Anaheim, CA<br>May 16-17, 2012</a><br><br>');

document.write('<a target="_blank" href="http://www.energyevent.com/">WEST COAST EMC<br>Seattle, WA<br>May 23-24, 2012</a><br><br>');

document.write('<a target="_blank" href="http://www.nfmt.com/vegas/">NFMT Vegas<br>Las Vegas, NV<br>October 2-3, 2012</a><br><br>');

document.write('<a target="_blank" href="http://www.aeeprograms.com/weec/">WEEC<br>Alanta, GA<br>Oct 31-Nov 1, 2012</a><br><br>');

document.write('<a target="_blank" href="http://www.power-gen.com/index.html">POWERGEN INTERNATIONAL<br>Orlando, FL<br>December 11-13, 2012</a><br><br>');

// document.write('<a target="_blank" href="http://www.facilitydecisions.com/">FACILITY DECISIONS<br>Las Vegas, NV<br>October 11-12, 2011<br>Booth #755</a><br><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('<a href="index.html"><img src="picts/sidebar-right.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('<fieldset><legend>');

document.write('Past Trade Shows<br></legend>');

document.write('Did you see us at...<br><br>');

// document.write('You can also turn off this area in the sidebar-right.js and have no right side bar showing in this area.<br>');

document.write('<a target="_blank" href="http://www.energyevent.com/">WEST COAST EMC<br>Long Beach, CA<br>June 15-16, 2011</a><br><br>');

document.write('<a target="_blank" href="http://www.lightfair.com/lightfair/V40/">LIGHTFAIR INTERNATIONAL<br>Philadelphia, PA<br>May 17-19, 2011<br>Booth #755</a><br><br>');

document.write('<a target="_blank" href="http://facilitiesexpo.com/FESC/index.html">SO CAL FACILITIES EXPO<br>Anaheim, CA<br>May 4 -5, 2011</a><br><br>');

document.write('<a target="_blank" href="http://www.globalconevent.com//">GLOBALCON<br>Philadelphia, PA<br>March 30-31, 2011</a><br><br>');

document.write('<a target="_blank" href="http://www.nfmt.com/default11.asp">NFMT<br>Baltimore, MD<br>March 15-17, 2011<br>Booth #728</a><br><br>');



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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







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


// -- END -->
