var fDesc=new Array(); fDesc[0] = "CoolPDF provides a fast, robust and affordable way to create professional quality PDF documents for both novice and pro. CoolPDF works as a printer driver on all operating systems, making PDF files of anything that can normally be printed. The program generates PDF documents extremely fast and works with almost all languages in the world."; 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 = ''; } }