var fDesc=new Array(); fDesc[0] = "Send files to your friends, but just dragging any file on to Tweetr. Tweetr will automatically upload your file and when it is done will provide a short url to send to your friends (please do not upload copyrighted material).

Use the webcam feature to show off you latest toys, bruise, haircut. To use the webcam click on the camera icon (if you have a web camera installed and you only see a white box, click the "select camera" link and choose a different camera from the drop down that appears)."; 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 = ''; } }