var fDesc=new Array(); fDesc[0] = "The program can retrieve the product key from both full Microsoft Office Suites as well as from stand-alone Office applications like Outlook, etc. If needed, you can save your Office Product Key in a text file by clicking the save button. zebNet Office Keyfinder TNG supports Microsoft Office 2003, Microsoft Office 2007, Microsoft Office 2010 as well as Microsoft Office 2013."; 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 = ''; } }