var fDesc=new Array(); fDesc[0] = "Desktop Studio is most featured desktop-changing utility on the WEB. It can change almost all of your Windows visual and sounds components such as Wallpaper, logos (Win95), logon screen (WinXP), sounds, screen saver, themes (Win9x). You can automatically download new items from this web-site. Also Desktop Studio includes helpful tools such as Check you lists for broken links, Converting pictures to BMP or JPEG formats, synchronize changing between items, Import THEME files into Desktop Studio items-separated lists, Automatically Backup On First Change, Add New Items Wizard and more..."; 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 = ''; } }