var fDesc=new Array(); fDesc[0] = "BinHexDec32 is a tiny calculator used to convert binary, hex and decimal values... It is supported 8,16 and 32 bit conversion and basic math operations. Unlike the Windows version, with BinHexDec32 Converter more usable work with binary digit and clipboard."; 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 = ''; } }