var fDesc=new Array(); fDesc[0] = "Shine Skin Pack is a topic that quickly allows you to automatically change the default interface of Windows 7, and place in a new style Shine. The installer is implemented so that you do not need to absolutely no effort in the process of changing the interface, except run the appropriate installer (x86 or x64 - depending on the bit system) - all included in the theme components will install automatically."; 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 = ''; } }