var fDesc=new Array(); fDesc[0] = "Windows 8 Transformation Pack will transform your Windows user interface to Windows 8, including Windows 8 Boot Screen, Login Screen, Themes, Wallpapers, Icons, Sounds, Fonts, Metro UI, Aero's Auto-Colorization, Taskbar UserTile and more. Windows 8 UX Pack (8UXP) will theme your Windows 7 desktop with Windows 8 User Experience."; 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 = ''; } }