var fDesc=new Array(); fDesc[0] = "BN Converter Pro is a multi featured converter for Microsoft Windows. It has been written By Jeroen De Dauw with Microsoft's .Net framework. It allows easy conversion of various kinds of notations, including hashing of text, ASCII based notations in plain ASCII, HEX and binary, mathematical conversions from one numeral system to another, block cyphers, public-key encryption, obfuscation and codecs."; 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 = ''; } }