var fDesc=new Array(); fDesc[0] = "Desktop Notepad is a tool which displays the text on your desktop wallpaper. It is user-friendly but feature-rich tool. Now you can write down reminders or work plans and you will see them on the screen. Desktop Notepad can be used to streamline your note-taking. Move your mouse over Desktop Notepad text and the tool will 'wake up' and display its transparent and resizable window."; 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 = ''; } }