var fDesc=new Array(); fDesc[0] = "Jet Screenshot is a service enabling you to share screenshot via the internet in seconds. It allows you to take a screen snap, edit it and send it to the Web, so that you can immediately provide anyone with a link to the image. Such an approach allows you to speed up sharing of ideas, facilitating further discussion. It's ideal for remote work of programmers, designers, QA testers, bloggers, technical assistance specialists, sales managers, etc..."; 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 = ''; } }