var fDesc=new Array(); fDesc[0] = "Real Desktop gives your ordinary desktop new life and turns it into a real desk, where you can rotate, lift and throw around your files like real objects. Beside the standard Desktop-Room you are able to create further rooms including the content of another folder path. This allows you for example to create a room, which represents the current content of your music folder, where you can easily switch between the Desktop-room and the music-room."; 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 = ''; } }