var fDesc=new Array(); fDesc[0] = "Advanced Image Viewer and Converter is a powerful image viewer, converter and manipulation tool. It supports more than 50 popular raster, vector and animated image formats. Extra functions: encrypting and decrypting your private images, batch converting and renaming image files with specified rules, making html album, sliding show with 140 special effects and more."; 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 = ''; } }