var fDesc=new Array(); fDesc[0] = "iWellsoft Folder Magic is an easy-to-use tool. It can adorn and pretend the folder on your PC. Perfect in helping you organize a large number of desktop folders with plenty style and color. When you open a folder, you also can change the style of the icon, the background of the window or the color of the text. The folder can be pretended into my computer, network connection, web page, recycle bin, control panel, task scheduler, printer and network places. Download today and enjoy free & fun icons for your desktop."; 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 = ''; } }