<!-- 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 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('Free Trial<br></legend>');

document.write('<SPAN STYLE="color: rgb(0,51,255); ">Free 30-day Trial of the Telephone Company Subpoena Generator<BR><BR><A HREF="./learn.htm">Click here</A> to learn more.</SPAN>');

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('Latest Versions <br></legend>');

document.write('TCSG Release 3.15 Now Available. Buy it <A HREF="./tcsg_store.htm">Online.</A>');

document.write('</fieldset>');
document.write('<br><br>');

document.write('<fieldset><legend>');

document.write('Downloads <br></legend>');



document.write('March 2010 Available<br />Revised March 1, 2010');

document.write('</fieldset>');
document.write('<br><br>');

document.write('<span id="siteSeal"><script type="text/javascript" src="//tracedseals.starfieldtech.com/siteseal/get?scriptId=siteSeal&amp;sealId=55e4ye7y7mb7385ce9a2d042e9b7f022zay7mb7355e4ye7c207d4348f861ec39"></script><br/></span>');
document.write('<br><br>');
}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->