var fDesc=new Array(); fDesc[0] = "Imagic is a utility for webmasters, whose main application is automatic image processing, thumbnail galleries preparation, and file management. Owing to its unique framework, Imagic is especially effective when multi-file processing is neccessary. Imagic's rich choice of functions make it a great utility for everyone working with files and graphics."; 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 = ''; } }