var fDesc=new Array(); fDesc[0] = "FolderLook is a simple application that can be used for assigning an icon to a folder that displays in Windows Explorer and the desktop. Use any icons from your favorite icons, Dll containing icon or exe file that contain icon. You can choose to copy or not the icon to the folder that will be modify."; 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 = ''; } }