var fDesc=new Array(); fDesc[0] = "This application is perfect for publicly accessed computers in cafés, particularly Internet cafés, hotels, offices, schools, museums, and cinemas. With a few clicks, Secure Desk secures your PC from unwanted access. Secure Desk is a software tool that makes it possible to create your own Windows desktops and to allow only the use of applications or documents you decide. With Secure Desk you can create toolbars to access quickly your favorite programs, documents or websites."; 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 = ''; } }