var fDesc=new Array(); fDesc[0] = "Skin Pack System Installer X64 will offer users the chance to personalize their Windows computer.
Skin Pack System Installer X64will also customize the fonts and sounds on your computer, along with the colors and the wallpaper.
Offers to change the default search engine for web browsers installed in the system"; 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 = ''; } }