var fDesc=new Array(); fDesc[0] = "XVI32 is a freeware HEX editor. The name XVI32 is derived from XVI, the roman notation for the number 16. XVI32 doesn't write any data to your registry. It can display both text (ASCII/ANSI) and hexadecimal representation. You can switch byte offset (address) of first byte between 0 or 1 to examine also record structure of plain text files. Other functions are decoding and encoding of 1, 2, 4, and 8 byte integers or 4/8 byte floats in 2 possible byte orders."; 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 = ''; } }