var fDesc=new Array(); fDesc[0] = "With Ablebits Note&Do for Microsoft Office you can take notes of formulas, messages and interesting wordings on the notes tab. You may take this lovely yellow sticky note and start putting every detail of your concept in writing. The closer you get to the note edge, the smaller become the letters. You get more ideas and more notes stick out on all sides of your work place."; 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 = ''; } }