var fDesc=new Array();
fDesc[0] = "The quick and “EZ” visual electronic document (contracts, forms, reports, pictures, etc. too!) Typing, and Printing Solution for Windows XP/Vista/7.
Easily Fill (type), Print, Share, Save Forms and Documents imported from .PD
Create fill-able documents instantly from .PDF files and graphic images (gif, jpg, png).
Create fill-able forms from any printable document created by almost any application. (Print to PDF then import into EZ-Forms EXPRESS. A free printer driver is available.)
Create fill-able documents instantly from your scanner.";
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 = '';
}
}