var fDesc=new Array(); fDesc[0] = "Yodot PSD Repair is a comprehensive tool to fix Photoshop PSD files. PSD file with Bitmap, Gray-Scale, Indexed Color, RGB color, CMYK color, Multichannel color, Duotone color and Lab color modes can be repaired using this tool. It can fix PSD image file with depth of 1, 8, 16 and 32 bits per channel."; 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 = ''; } }