var fDesc=new Array(); fDesc[0] = "Veedid Memo Pad is a desktop memo pad software for Windows XP/Vista, help you to write personal memo by electronic way, share business memo by Email in workgroup.
With this free writing tool, you will clean all your paper sticky notes. You won't spend too much time to seek a memo within bunch of notes. And you won't forget something important!"; 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 = ''; } }