<!-- 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="images/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');

document.write('<center>');
document.write('<a href="http://support.ntwo.com"><img src="images/button-support125.png" border="0"></a><br><br>');
document.write('</center>');


// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');
document.write('<center> At your service!<br></legend>');
document.write('<a href="contact.htm"><strong>24 - 7 - 365</strong></a><br>');
document.write('<a href="https://ver100.escfrontoffice.com/Web%20Forms/Login.aspx?ServerID=7210" target="_blank"><img src="images/button9b.png" border="0"></a><br>');
document.write('<a href="newcust.aspx"><img src="images/buttonnewcust96b.png" border="0"></a>');
document.write('</center></fieldset>');
document.write('<br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
// document.write('<center><a href="contact.htm"><img src="images/eye125.jpg" border="0"></a><br>');
// document.write('Who&rsquo;s looking out for you? <a href="contact.htm">Contact us...</a><br><br>');
document.write('<a href="http://www.esc5.net" target="_blank"><img src="images/region5esc.gif"  alt="Region 5 Awarded Vendor" width="125" height="104" border="0"></a>');
document.write('</center>');

}







// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Region 5  Vendor<br></legend>');

document.write('telecommunications - cabling - infrastructure - fiber optics - audio visual - multi media - computers - peripherals - &amp; more');

document.write('</fieldset>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->