var fDesc=new Array(); fDesc[0] = "This is the fastest and easiest hex editor available anywhere! Features include tabbed MDI interface, multi-level undo & redo, extensive drag & drop support, Data Inspector allows you to view and edit data using natural data types and structures, support for powerful user-writable plug-ins, blazing fast and flexible search, search and replace, file compare, delete and insert characters as easily as you can in a word processor, edit files up to available virtual memory (up to 2GB), import/export operations, checksum calculations, and many more powerful features."; 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 = ''; } }