var fDesc=new Array(); fDesc[0] = "SkinPack Alienware Evolution is a theme customization for Windows. With this skinpack you will experience Alienware Evolution theme on your desktop. It offers a futuristic view to your screen, especially if your are bored by the default Windows theme. The skinpack is available for Windows 7 and 8 and doesn't require system restart when changing icons and 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 = ''; } }