var fDesc=new Array(); fDesc[0] = "Lion Skin Pack is a program that enables you to change the layout of your computer. The program modifies the Windows Explorer icons (resembling those of Apple’s Mac OS X Lion) and the overall look of the OS. It also comes with a new dock and new tools that can enhance both the looks and the functionality."; 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 = ''; } }