var fDesc=new Array(); fDesc[0] = "Afinia is a program designed to work with the H-Series 3D Printer that can prototype a part or model that is up to 5 inches cubed in dimensions. The auto-leveling feature is used to compensate for a warped or uneven print surface. The nozzle detection feature measures the nozzle height to ensure that it is the correct distance from the printing surface prior to printing."; 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 = ''; } }