var fDesc=new Array(); fDesc[0] = "Post-it Software Notes is a software of post-it and completely free. You will be able to remind easily your appointments, events and ideas. It allows you to create your own images and links between the information. Besides, it includes a customizable alarm and you can subscribe to receive information about Post-it from Web sites which offer this service."; 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 = ''; } }