<!-- 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 paragraph_3 	= "yes"		// SHOW THE 3RD PARAGRAPH
var paragraph_4 	= "yes"		// SHOW THE 4TH PARAGRAPH
var paragraph_5 	= "yes"		// SHOW THE 5TH PARAGRAPH
var paragraph_6 	= "yes"		// SHOW THE 6TH PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('');

document.write('<table cellpadding="0" cellspacing="5" 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('<a href="networkphysics.html">Applications<br> Performance?</a><br></legend>');

document.write('<a href="networkphysics.html">Monitor and troubleshoot with OPNET ACE Live</a>.<br>');

document.write('</fieldset>');
document.write('<br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "no") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="images/MNT_S.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br>');
}







// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('<a href="compliance-solutions.html">IT Security <br>Compliance?</a><br></legend>');

document.write('<a href="compliance-solutions.html">See how our products can help you meet PCI DSS and other security compliance standards</a>.<br>');

document.write('</fieldset>');
document.write('<br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2


// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');

document.write('<a href="21cn.html">21st Century <br>Networks</a><br></legend>');

document.write('<a href="21cn.html">Developing, implementing or testing 21CN - check out appropriate test and simulation products</a>.<br>');

document.write('</fieldset>');
document.write('<br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3

// START RIGHT SIDEBAR AREA PARAGRAPH 4 EDIT THIS AREA

   if (paragraph_4 == "yes") {

document.write('<fieldset><legend>');

document.write('<a href="voip.html">Voice-over-IP?</a><br></legend>');

document.write('<a href="voip.html">Check out our products and services for VoIP pre- and post-deployment testing</a>.<br>');

document.write('</fieldset>');
document.write('<br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 4

// START RIGHT SIDEBAR AREA PARAGRAPH 5 EDIT THIS AREA

   if (paragraph_5 == "yes") {

document.write('<fieldset><legend>');

document.write('<a href="sunrisemtt.html">Testing ethernet<br>& Comms links?</a><br></legend>');

document.write('<a href="sunrisemtt.html">Check out the highly adaptable Sunset MTT (Modular Test Toolkit)</a> for link throughput and RFC2544 testing.<br>');

document.write('</fieldset>');
document.write('<br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 5

// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_6 == "yes") {

document.write('<fieldset><legend>');

document.write('<a href="security.html">Network Security?</a><br></legend>');

document.write('<a href="security.html">Check out our portfolio of security and compliance products</a>.<br>');

document.write('</fieldset>');
document.write('<br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2

document.write('</td></tr></table>');


// -- END -->