var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to create an XML file from the content of a block of MS Excel cells. There are features in the software to customize output: First row in the mouse selection is a header row, First column in the mouse selection is a header column, First row and column in the mouse selection are headers or There are no headers in the mouse selection. Excel 2000 or higher required."; 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 = ''; } }