var fDesc=new Array(); fDesc[0] = "The user-friendly uploaded Tool 2009 is now available for download at no cost. This software enables to upload and download files even easier and more effective. Beyond that it offers every user the possibility, to adapt all functions to the personalized wants. Especially the Download Manager is ideally suited, in order to coordinate several downloads with a precise traffic accounting. Therefore the uploaded Tool 2009 is adapted for all users of our platform, who upload files many a time, steadily want to held the overview of the uploads/downloads or simply would like to utilize a major advantage due to saving of time."; 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 = ''; } }