var fDesc=new Array(); fDesc[0] = "C3Dserver is a 32-bit C3D Software Development Kit (SDK) for Microsoft Windows environments. It is supplied with sample applications for Excel, as well as source code for applications written in Visual Basic and C . It can be used with 32-bit MATLAB and Lab View, if both are installed as 32-bit app's in a 64-bit environment."; 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 = ''; } }