var fDesc=new Array(); fDesc[0] = "RentASoft Image Converter is an easy to use program which converts your image files into a different image format. To convert an image, simply right click on it and click “Convert image to…” a step-by-step wizard will then be displayed which will allow you to set conversion properties (for example, JPEG to GIF), and for some image formats select the image quality. For converting to an Icon format you can select the required icon sizes."; 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 = ''; } }