var fDesc=new Array(); fDesc[0] = "Control the look and feel of your graphical user interface by customizing and installing Windows desktop themes. The Install Wizard simplifies using themes downloaded from the Internet, automatically finding the files needed, and installing them to the appropriate places. The Package Wizard allows you distribute your theme as a self-installing package or .zip file. Before installing, you can preview every element, including the icons, sounds, animated logo previews, and screen savers. This version adds transparent desktop icons, a quick-theme tab in the Display Properties, and a tray icon."; 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 = ''; } }