var fDesc=new Array(); fDesc[0] = "Picture Reduce Studio is an easy-to-use program, that allows you to reduce picture size and to resize images in batch mode or one at a time. With this software you can reduce pictures to different size by compressing or resizing options. The program has a user-friendly interface and supports popular image formats, such as BMP, JPEG, PNG, GIF ,WMF 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 = ''; } }