var fDesc=new Array(); fDesc[0] = "Super Drag & Drop Note is a personal note program which can help to capture the idea while surfing the Internet, organize into tree structure. All the operation can be done just by drag and drop.
Drag & Drop anything (such as selected content in the browser, selected paragraph in the Word, files on the disk, or an address link from the browser's address bar) to the floating window to build a note."; 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 = ''; } }