<!-- 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 paragraph_3 	= "yes"		// SHOW THE 3RD PARAGRAPH
var paragraph_4 	= "yes"		// SHOW THE 4TH PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE
var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "225"		// SIDEBAR WIDTH

// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="15" border="0" class="sidebartext-right"><tr><td>');

// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA
 if (showimage == "yes") {

document.write('<br><center>')
document.write('<a href="http://www.dbtuners.com" target ="_blank"><img src="picts/dbtuners.jpg" border="0" height="122" width="224"></a><br>');
document.write('</center>');
document.write('<br><br>');
}
   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');
document.write('OpenSource Solutions Delivery<br></legend>');
document.write('Cotran OpenSource solutions delivery model includes help with; Product Selection, ROI Assessment, Implementation, and training services. Our consultants will help you identify, customize, deploy and support OpenSource software systems for your business requirements. <img src="picts/spacer.gif" height="5" width="140" alt="image"><a href="opensource.htm"><img src="picts/learnmore_2.gif" border="0"></a><br>');
document.write('</fieldset>');
document.write('<br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1

// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="arra_stimulus.htm"><img src="picts/arra_stimulus_1.jpg" border="0"></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('Content Management<br></legend>');
document.write('Follow the link to learn more about some of the leading OpenSource frameworks/platforms. These can be used to create WEB2.0  based solutions to include: Content Management (CMS), Communities, Portals, Corporate Intranets, Blogs, Social Networking and Resource Directories. <img src="picts/spacer.gif" height="5" width="140" alt="image"><a href="cntmgt.htm"><img src="picts/learnmore_2.gif" border="0"></a><br>');
document.write('</fieldset>');
document.write('<br><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('Business Intelligence<br></legend>');
document.write('Business Intelligence (BI) Suite that provides a full spectrum of business intelligence (BI) capabilities including query and reporting, interactive analysis, dashboards, data integration/ETL, data mining. Web 2.0 power and ease of use in a secure, enterprise-ready platform. Solutions that be can deployed to deliver simple, powerful business intelligence for any kind of data, in any application.<img src="picts/spacer.gif" height="5" width="140" alt="image"> <a href="bisint.htm"><img src="picts/learnmore_2.gif" border="0"></a>');
document.write('</fieldset>');
document.write('<br><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('Asset Management<br></legend>');
// document.write('Follow the link to learn more about some of the leading OpenSource Asset Management software systems and solutions. <img src="picts/spacer.gif" height="5" width="140" alt="image"><a href="assetmgt.htm"> <img src="picts/learnmore_2.gif" border="0"></a><br>');
// document.write('</fieldset>');
// document.write('<br><br>');

// }
// END RIGHT SIDEBAR AREA PARAGRAPH 4

document.write('</td></tr></table>');
// -- END -->