var fDesc=new Array(); fDesc[0] = "Program Multidesktop allows to facilitate storage and the manipulation with numerous links (in terms of the Multidesktop - shortcuts) with programs, documents, Internet's addresses, etc. With its help it is possible to spread out objects on subjects (in terms of the program - desktops) and to start them from one shell, not blocking up the Windows desktop. On each such desktop, besides actually links, it is possible to create usual text records (Notes)."; 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 = ''; } }