var fDesc=new Array(); fDesc[0] = "PowerHEX is the next generation hex editor. Not only is it a hex editor but it has many extra features such as: Ram Trainer, Network Packet Logging, Disassembly, Process Editing, Drive Editing, Exporting Options, Highly Customizable UI, 17 Different Modification Methods, Base Conversions, and Structure Inspector. PowerHEX will come with 2 versions: a Pro version with all the features and a Lite version for people that do not need all the features contained in the Pro Version. Details for each version is included on the Web site."; 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 = ''; } }