<!-- 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		= "143"		// 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('<table border="0" width="200" cellpadding="3" cellspacing="1"><tr><td colspan="2" style="width: 200px;"><span class="dsigreen">More Information</span></td></tr><tr><td style="background-color: #EFEFEF; width: 200px;"><a href="digitech_demo.htm">Demo</a></td></tr><tr><td style="background-color: #EFEFEF; width: 200px;"><a href="Gallery3.htm">Screenshots</a></td></tr></table>');
document.write('<br>');


document.write('<fieldset style="width: 195px"><legend>');

document.write('<span style="color: #22812D;">Products</span><br></legend>');

document.write('<li><a href="PDF/Digitech_PaperVision_Enterprise.pdf" target="_blank">PaperVision Enterprise</a><br>');
document.write('<li><a href="PDF/Digitech_PaperFlow.pdf" target="_blank">PaperFlow</a><br>');
document.write('<li><a href="PDF/Digitech_Message_Manager.pdf" target="_blank">PaperVision Message Manager</a><br>');
document.write('<li><a href="PDF/Digitech_Workflow.pdf" target="_blank">PaperVision Enterprise WorkFlow</a><br>');
document.write('<li><a href="PDF/Digitech_Report_Manager.pdf" target="_blank">PaperVision Enterprise Report<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Management</a><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('<img src="images/cellphone.png" border="0"><br><br>');
document.write('<img src="images/QEA.png" border="0"><br>');
document.write('</center>');
document.write('<br><br>');
}







// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset style="width: 195px"><legend>');

document.write('<span style="color: #22812D;">A rock-solid company</span><br></legend>');

document.write('Digitech Systems has helped companies in many industries manage, retrieve and store information. As the leading provider of on-demand and on-premise Enterprise Content Management (ECM), Digitech Systems creates a competitive advantage for customers by giving them the ability to get any document, anywhere, anytime.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->
