<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// THESE ARE SIDEBAR OPTIONS YOU CAN TURN ON AND OFF

var showimage_1		= "no"		// SHOW 1ST SIDEBAR IMAGE
var showimage_2		= "no"		// SHOW 2ND SIDEBAR IMAGE

var showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "yes"		// SHOW THE 2ND PARAGRAPH
var showarea_3		= "no"		// SHOW THE 3RD PARAGRAPH


var links		= "yes"		// SHOW SAMPLE LINKS IN THE SIDEBAR

var movedown		= "30"		// SIDEBAR SPACE FROM TOP




document.write('<img src="picts/spacer.gif" height="'+movedown+'" width="100"><br>');

document.write('<TABLE cellpadding="2" cellspacing="10" width="100%" border="0" class="smalltext"><tr><td valign="top" align="center">');



//  LINKS AREA
   if (links == "yes") {

document.write('<fieldset style=" text-align:left; width:140px; padding: 10px;" class="smalltext"><legend>');
document.write('<span class="subtitle">What We Do...</span></legend>');

document.write('<a href="techsupp.htm">Technical Support</a><br>');

document.write('<a href="virus.htm">Virus Removal</a><br>');

document.write('<a href="healthcheck.htm">PC Health Checks</a><br>');

document.write('<a href="repairs.htm">Repairs / Upgrades</a><br>');

document.write('<a href="broadband.htm">Broadband Installation</a><br>');

document.write('<a href="networks.htm">Network Installation</a><br>');

document.write('<a href="datarecovery.htm">Data Recovery</a><br>');

document.write('<a href="webdesign.htm">Web Design</a><br>');

document.write('<a href="webhosting.htm">Web Hosting</a><br>');

document.write('<a href="training.htm">Computer Training</a><br>');


document.write('</fieldset>');
document.write('<br><br><br>');
}
//  LINKS AREA



// FIRST IMAGE AREA


   if (showimage_1 == "yes") {
document.write('<IMG SRC="picts/sidebar-1.jpg" border="0" width="120" height="117" class="borders"><br><br>');
}


// START FIRST TEXT AREA

   if (showarea_1 == "yes") {

document.write('<fieldset style=" text-align:left; width:140px; padding: 10px;" class="smalltext"><legend>');
document.write('<span class="subtitle">What It Costs...</span></legend>');

document.write('<a href="pricing.htm">Pricing Policy</a><br>');
document.write('<a href="prices_home.htm">Home User Prices</a><br>');
document.write('<a href="prices_biz.htm">Business User Prices</a><br>');

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

// END FIRST TEXT AREA

// SECOND IMAGE AREA


   if (showimage_2 == "yes") {
document.write('<IMG SRC="picts/sidebar-2.jpg" border="0" width="120" height="117" class="borders"><br><br>');
}


// START SECOND TEXT AREA
   if (showarea_2 == "yes") {

document.write('<fieldset style=" text-align:left; width:140px; padding: 10px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Information...</span></legend>');

document.write('');

document.write('<a href="testimonials.htm">Customer Testimonials</a><br>');

document.write('<a href="virusthreats.htm">Latest Virus Threats</a><br>');

document.write('<a href="security.htm">Online Security</a><br>');

document.write('<a href="toptips.htm">Top PC Security Tips</a><br>');

document.write('<a href="newpcs.htm">New PC\'s - A Warning!</a><br>');

document.write('<a href="suppliers.htm">Recommended Suppliers</a><br>');

document.write('<a href="sponsorship.htm">TY Sponsorship</a><br>');

document.write('</fieldset>');
}
// END SECOND TEXT AREA


// START THIRD TEXT AREA
   if (showarea_3 == "yes") {

document.write('<fieldset style=" text-align:left; width:140px; padding: 10px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Title...</span></legend>');

document.write('');

document.write('<br>');

document.write('<a href="link1.htm">Link 1</a><br>');

document.write('<a href="link2.htm" target="_blank">Link 2</a><br>');

document.write('<a href="link3.htm">Link 3</a><br>');

document.write('</fieldset>');
document.write('<br>');
}
// END THIRD TEXT AREA







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