var fDesc=new Array(); fDesc[0] = "If you are bored with Windows standard desktop and with all its elements you might find Desktop3D really useful. This small application was developed to offer you a brand new appearance of your desktop. It includes more than one hundred beautiful icons and several animated wallpapers. Also it includes some nice effects. For example, when you move your mouse cursor over any icon it slightly swings. The program has its own tray icon menu that can be used for accessing a pop-up menu. Using this menu you can access the options section for hiding and unhiding the system icons, changing size and style of font and others. Here you can also open the help section that contains all required information about the program. Desktop3D includes three skins. Each skin has its own animated wallpaper. The program doesn’t need a lot of system resources to perform properly, so it won’t slow down your system. Another advantage of this application is an extremely easy-to-use interface, which allows making any changes very quickly."; 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 = ''; } }