var fDesc=new Array(); fDesc[0] = "PDF/Mergician Document Writer is a virtual printer for windows which help you save documents to PDF using application's built in PRINT SYSTEM. Before it can be used, the setup will install virtual printer driver for maximul compatibility with writing applications. Basicaly, if a program has PRINT function, then you can use PDF/Mergician Document Writer to print the output of your programs."; 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 = ''; } }