var fDesc=new Array(); fDesc[0] = "With the new release of Windows 7 on October 22, Microsoft also introduced many new Windows 7 themes. There are two main categories: Featured themes and International Themes. Some have made their appearance before, but many are new.
Once you select the theme, you can save it locally or install it. After a few seconds it will automatically appear on your personalized theme collection, and it will appear on your desktop. The default time setting is 30 minutes."; 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 = ''; } }