var fDesc=new Array(); fDesc[0] = "Image Converter is a digital imaging program that quickly converts image formats. You can preform most tasks simply by using the right click button on your mouse, or if you prefer you can start the application and perform all the tasks in the traditional fashion using a windows form and loading the image. This program offers many features and techniques not easily found on must imaging software."; 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 = ''; } }