var fDesc=new Array(); fDesc[0] = "VisualVision's Paper Killer is a professional and easy-to-use visual tool specializing in the creation, management, off-line publishing of any type of hyperlinked electronic documentation (hypertext). In other words, it deals well with text-sets (just like the one you are reading), and includes the advantage of multiple links, colored pages, audio, video and much more... All of the most popular formats such as Html, Rtf, WinHelp HLP, HTMLHelp CHM are supported."; 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 = ''; } }