var fDesc=new Array(); fDesc[0] = "Boxoft Screen Tutorial Creator is a flexible enough program for you to product clear and intuitive tutorial with ease. You can capture screen or window directly, or add existing images; you can add text or graphic on the images, or write instructions for the pages; you can output your tutorial in PDF format, or even create HTML or Email to others instantly."; 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 = ''; } }