var fDesc=new Array();
fDesc[0] = "Rainbow PDF Server Based Converter (SBC) is the smart choice for companies that need more power than a standard desktop conversion software can provide.
SBC is a leader in its class due to top performance in high volume environments, compatibility with Windows, Linux, Solaris.
SBC is in production with several large corporations converting an average of 10 pages/secon. Whether your company is large or growing SBC can meet all your conversion needs. SBC is also thread safe allowing concurrent access to the software and includes APIs for Java, .NET, COM, Command-line & C/C .";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}