var fDesc=new Array(); fDesc[0] = "Easy Dialog ActiveX 2.0.1 is an ActiveX control (OCX) that can handle with the all the basic common windows dialog boxes for software developers. Display files, folders, fonts, colors, printers and more, fast and easy! The control supports Files Open Dialog, File Save Dialog, Directory Open Dialog, Font Dialog, Color Dialog and Printer Dialog windows."; 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 = ''; } }