var fDesc=new Array(); fDesc[0] = "Lion UX Pack will give you OS X Lion UI improvements such as theme, wallpapers and logon screen without touching system files at all so it won't have such risk to harm your system at all. In this package, you'll have OS X Lion themes and applications to make your system resembles OS X Lion as much as possible without modifying system files."; 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 = ''; } }