var fDesc=new Array(); fDesc[0] = "This is a Windows 7 theme with backgrounds from Amagi Brilliant Park cartoon. It gives you an entirely new Explorer, Start Menu, and Desktop. This theme requires patching of some of the Windows system files; tutorial for this is given in the developer site. Password for the given download is "Suck-Style"."; 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 = ''; } }