var fDesc=new Array(); fDesc[0] = "Aostsoft GIF to Word OCR Converter is an easy-to-use GIF Image OCR tool. It can batch extract text from GIF image and convert into editable Word(*.DOC, *.DOCX, *.DOCM) document. Aostsoft GIF to Word OCR Converter can analyze and recognize the text contents in GIF image files. Supports to convert GIF into editable DOCX, DOCM of MS-Office 2007/2010. Supports to extract text from image to editable Word(*.DOC, *.DOCX, *.DOCM) document."; 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 = ''; } }