var fDesc=new Array(); fDesc[0] = "Moby Desktop Software permits that you simply drop images onto the app to post, screen capturing by using standard key combinations to snap screens to share automatically, and post instantly from your webcam.
Other features are:
Browse and upload from files
Plays nice with both OS X and Windows
Draggable windows for convenient use
Login with Mobypicture or Twitter account"; 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 = ''; } }