var fDesc=new Array(); fDesc[0] = "Se7en Theme Source Patcher is an app that allows you to patch of your Windows with a custom Theme Pack. You can create your own custom themes and icon packs and apply them with the 7tsp GUI. Also, you can add a Custom Theme Pack and the program is capable of giving a preview of the theme."; 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 = ''; } }