<!-- 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 	= "no"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// 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('Qualified<br></legend>');

document.write('All of our engineers are fully qualified Microsoft Certified System Engineers, Microsoft Certified Systems Administrators or Microsoft Office Specialists with many years corporate experience.<br>');

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.asp"><img src="picts/MCSE-RGB.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
document.write('<br><center>');
document.write('<a href="index.asp"><img src="picts/MCSA-RGB.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
document.write('<br><center>');
document.write('<a href="index.asp"><img src="picts/mos.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('Hardware<br></legend>');

document.write('365 Computers only recommend the industry leading hardware brands for all IT equipment supplied.')
document.write('<br><br>');
document.write('By using HP, Dell or IBM you can be assured of high quality hardware, tested by Microsoft as their platform benchmark, with 3 year on site warranty for all parts and replacements.')
document.write('<br><br>');
document.write('Increase your business productivity by using 365 Computers supplied and installed hardware. With 365 Computers you can be assured of hardware that will always work for you and your business.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->