var fDesc=new Array(); fDesc[0] = "Another really handy tool for regular Internet users. If you're trying to quickly share a screen shot, or include pictures in an online auction like eBay, or simply to append a picture to your MySpace comments, a tool like Dojotech's InstantUpload is invaluable. Simply drag 'n drop an image onto the front of the InstantUpload application, and it will upload it to a file server run by Dojotech Software and provide you with a handy weblink. All you have to do is copy the link and insert it."; 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 = ''; } }