var fDesc=new Array(); fDesc[0] = "Desktop Media Uploader provides a small, cross-platform application that can be installed on your computer and allows you to easily upload media items directly to your sites media section.
Desktop Media Uploader honors user privileges, ensuring users can only upload files to folders they have access to. In addition, Desktop Media Uploader will disallow any file that is greater than the maximum file size allowed on the server, preventing unnecessary upload attempts."; 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 = ''; } }