var fDesc=new Array(); fDesc[0] = "FlexHEX is a full-featured hex editor designed to edit binary files, OLE compound files, logical devices, and physical drives. With FlexHEX you can inspect, modify, insert, search, or replace binary, ASCII, or UNICODE data. In addition to the powerful editing functions, FlexHEX includes an unlimited Undo/Redo feature, so you are never at risk of losing your data because of a typing error."; 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 = ''; } }