var fDesc=new Array(); fDesc[0] = "Convert Image to Psd Gif Jpeg is a utility tool that can convert any image to any supported file formats including Jpg, Bmp, Gif, Tif, Tga, Rel, Png, Emf, Wmf and Psd. It has the feature to adjust image quality by either reducing or maintaining the quality level while converting it to any other formats. This utility software supports Windows 2000 98 XP NT ME Vista Win 7 and so forth."; 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 = ''; } }