<!-- 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		= "100"		// 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="fbblue">More Information</span></td></tr><tr><td style="background-color: #EFEFEF; width: 200px;"><a href="filebound_demo.htm">Demo</a></td></tr><tr><td style="background-color: #EFEFEF; width: 200px;"><a href="Gallery2.htm">Screenshots</a></td></tr></table>');
document.write('<br>');

document.write('<fieldset style="width: 200px"><legend>');

document.write('<span style="color: #1F4EA0;">The FileBound Difference</span><br></legend>');

document.write('<li>Unlimited Users<br>');
document.write('<li>ASP or Premised Based Licensing<br>');
document.write('<li>Integrated E-Forms<br>');
document.write('<li>Configurable Workflow<br>');
document.write('<li>Unlimited Integration Options<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.html"><img src="images/cellphone.png" border="0"></a><br><br>');
document.write('<a href="index.html"><img src="images/QEA.png" 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 style="width: 200px"><legend>');

document.write('<span style="color: #1F4EA0;">A unique approach</span><br></legend>');

document.write('FileBound provides a unique approach to document imaging that bridges the gap between information stored on paper documents and those converted to digital images. This allows you to implement the right solution based upon the needs of the application. In addition, FileBound will easily and seamlessly integrate into your legacy applications.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->
