var fDesc=new Array(); fDesc[0] = "Utility that allows you to locate in your Desktop small notes
sticky, similar to known “post-it”. It incorporates the following characteristics: multiple tabs for different subjects, keep the changes from automatic way, functionality in Internet (you can store URLs and go to the location with a simple click of the mouse), easily accessible through an icon in the system tray, complete with install programs/uninstallation, great capacities of impression, etc."; 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 = ''; } }