var fDesc=new Array(); fDesc[0] = "SkinPack HUD-Gold is a theme for Windows 7, 8, and 10. You get new Windows icons, taskbar, start menu, and Windows Explorer, all with black and gold colored theme. Password for the installer is "skinpacks.com", without quotes. You must unistall old or other version of skin packs before install new one."; 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 = ''; } }