var fDesc=new Array();
fDesc[0] = "Win2PDF creates PDF files from any Windows application. To make PDF files, just print to the Win2PDF printer.
Win2PDF Advantages
Easy To Use - Just Print to the Win2PDF printer and choose a file name. That's it!
Easy To Download - We won't ask to download or install extra software that you don't want or need.
Easy To Try - The Win2PDF trial is fully functional, but adds an extra page to each document. There is no time limit.
Easy To Buy - When you're ready to buy, purchase a license online with a credit card, enter your license code, and start using Win2PDF immediately. No need to re-download.";
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 = '';
}
}