<!-- 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_top 	= "yes"		// SHOW THE top PARAGRAPH
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_top == "yes") {

document.write('<fieldset><legend>');

document.write('<a href="tengig.html">10 gigabit<br> Ethernet?</a><br></legend>');

document.write('<a href="tengig.html">Check out our products for test, analysis and monitoring of 10GigE</a>.<br>');

document.write('</fieldset>');
document.write('<br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1



// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('<a href="vss-copper-fibre-taps.html">Network Taps?</a></legend>');

document.write('<a href="vss-copper-fibre-taps.html">Find the tap you need - up to 10GigE with filtering and aggregation</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="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


// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');

document.write('<a href="ethernet-tester.html">Testing ethernet<br>& Comms links?</a><br></legend>');

document.write('<a href="ethernet-tester.html">Check out the full range of ethernet link and transmission testers for 10/100, GigE and 10GigE.<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="breakingpoint.html">Testing content-aware<br>devices & services?</a><br></legend>');

document.write('<a href="breakingpoint.html">Check out BreakingPoint Systems for stress-testing function and performance</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="bridge.html">IPTV</a><br></legend>');

document.write('<a href="bridge.html">Have a look at the Bridge Technologies range of digital television and IPTV monitoring systems</a>.<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="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

document.write('</td></tr></table>');


// -- END -->