var fDesc=new Array(); fDesc[0] = "5CM Uploader is an app for uploading screenshots to the hosting with three clicks. It saves time when you need to share an image. Make screenshots by pressing Ctrl PrtScr or by clicking on the tray icon, mark the area and post it to the server. For each uploaded picture two resized copies will be created automatically: 640 and 225 pixels in width."; 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 = ''; } }