var fDesc=new Array(); fDesc[0] = "Converting Word files to PDF is as easy as clicking a button. Just click the Create PDF icon in your Word tool bar - and you are done!
Just open the Doc file you need converted to PDF and click the Create PDF icon in your Word tool bar. When you install Word to PDF Converter, this icon appears by default. From the pop-up window that opens select a location to save your file and click the Save button."; 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 = ''; } }