var fDesc=new Array(); fDesc[0] = "Allows for fast viewing, editing, and management of all your image and video formats! Read and write support is provided for over 60 formats! Over 60 advanced image manipulation, processing, and special effects features are present. All the standard features are provided (crop, resize, rotate, print, zoom, flip, mirror, 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 = ''; } }