var fDesc=new Array();
fDesc[0] = "The Rogosoft PDF Document Writer is a print-to-file driver that enables any Windows 7/Vista/XP/2000/2003/2008 application to create Adobe PDF files by printing.
Unlike other PDF creation programs, Rogosoft PDF Document Writer provides Improved Color Printing,
High-Fidelity Print Output, Improved End-User Experience, Improved Spooling and Rendering for Digital Publishing and Business Graphics.";
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 = '';
}
}