var fDesc=new Array(); fDesc[0] = "XPize Lite is a program intended to allow you to change hundreds of aspects of your operating system. You are able to change the windows style, screens, and animations. This software does not replace any files, system or otherwise. Instead it "patches" the files by replacing the old resources inside the 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 = ''; } }