var fDesc=new Array(); fDesc[0] = "Standalone application for uploading files to Easy-share.com - the free file hosting service. No registration needed. Allows multiple parallel file upload, proxy support, export of uploaded files urls. Ftp and Http support. Portable and lightweight software. Add as many files as you wish to the file query and click upload button. When all files are uploaded, you can view or save preformatted file urls."; 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 = ''; } }