var fDesc=new Array(); fDesc[0] = "b2xtranslator allows you to turn an Office binary file into an Open XML file. The main goal of the project is to create software tools, plus guidance, showing how a document written using the binary formats (DOC, XLS, PPT) can be translated to Office Open XML. The users can use these tools to migrate from the binary formats to OpenXML, enabling them to more easily access their existing content in the new world of XML."; 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 = ''; } }