var fDesc=new Array(); fDesc[0] = "VBMock is a VB6 Mock Object Framework that helps to easily build mock objects in the VB6 IDE.It is modelled after the popular NMock and EasyMock frameworks. Added Strict property to MockControl to allow for unregistered calls to pass. Its an interesting program and its worth having."; 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 = ''; } }