var fDesc=new Array(); fDesc[0] = "AltaPixShare is a free image optimization and sharing tool. It is a simple solution designed for opening each picture in an image editor, rescaling it, saving it with a different name and, finally, dropping the new file to the chat window. You can drop the pictures in the app, choose the rescaling factor with a single mouse click, and optionally apply an image effect, then drop them all to the chat window with a single mouse gesture."; 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 = ''; } }