var fDesc=new Array(); fDesc[0] = "The Minus desktop app allows you to drag-n-drop photos, music, documents and files into the taskbar and instantly upload onto Minus. Drag one or more files to taskbar icon and drop into popup panel to start uploading. Popup panel will display upload progress. If the cursor moves away from the panel, the window will hide. Once upload finishes, a system tray message or a growl message (if installed on mac) will show up."; 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 = ''; } }