<!-- 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		= "no"		// SHOW A SIDEBAR IMAGE
var showscroll		= "no"		// SHOW A SCROLLING IMAGE

var topspacing		= "5"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH

// NUDGE SPACER
	document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');
	document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');
// END NUDGE

// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA
if (paragraph_1 == "yes") 
{
	document.write('<fieldset><legend>');
	document.write('Let\'s Talk Solutions<br></legend>');
	document.write('Without dialogue we can\'t offer a solution.<br><br> Call us now to see how <strong>TTS Systems</strong> can provide you with an answer to your problem<br><br><a href="contact.htm">Contact us now ...</a><br>');
	document.write('</fieldset>');
	document.write('<br><br>');
}
// END RIGHT SIDEBAR AREA PARAGRAPH 1

// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA
if (paragraph_2 == "yes")
{
	document.write('<fieldset><legend>');
	document.write('High Performance<br>Tension Controller<br></legend>');
	document.write('Our new High Performance Tension Controller is proving a big hit ........<br><br>');
	document.write('It\'s unique Windows interface provides more production and diagnostic information than any other comparable product.<br><br> Why not visit our special pages to find out more or give us a call for a demonstration of it\'s capabilities ?<br><br>');
	document.write('<a href="Prod-tension2.htm"><img src="picts/Tension/133x200/HPC-E-TTS.PNG" border="0""></a><br>');
	document.write('</fieldset>');
	document.write('<br><br>');
}

// END RIGHT SIDEBAR AREA PARAGRAPH 2


// SMALL PICTURE AREA
if (showimage == "yes") 
{	

	document.write('<br><center>');
	document.write('</center>');
	document.write('<br><br>');
}

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

// -- END -->
