var fDesc=new Array(); fDesc[0] = "Advance Word Find & Replace software is an useful tool to FIND and REPLACE multiple words & Phrases in multiple MS Word 2000, 2003, 2007, 2010 doc/docx/rtf files, you can also format backcolor, forecolor, bold, italic, underline and strikethrough, Double Strikethrough, Subscript, Superscript, All Caps, Small Caps, Hide, Headers & Footersany word or text in any word document with this Replacement utility. You can Find & Replace and Highlight each word with a different criteria and formatting."; 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 = ''; } }