var fDesc=new Array(); fDesc[0] = "User friendly Win32 FREE Utility to easily display & edit Country Info. Includes an XML file with Country Info gathered from ISO-3166 and other sources. Developed in Borland Delphi. Full Delphi Source is included with our ESBPCS which is designed for Borland Delphi & C++ Builder."; 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 = ''; } }