var fDesc=new Array(); fDesc[0] = "Limited edition of CRYSTAL ICR is better suited for individuals or small companies who deal with single font / pattern. This software is provided with a single pre-loaded pattern which will be configured by us for your convinience. It can be instantly used for conversion of your pre-loaded font / pattern images to TEXT / Ms Word Formats. Apart from this, all other featuers of Image Conversion remain same as the complete version of CRYSTAL ICR 3.0."; 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 = ''; } }