var fDesc=new Array(); fDesc[0] = "Foam Works CNC software specifically designed to drive a 4-axis hot wire foam cutter via the parallel port of any Windows based computer running Win98, WinME, WinXP or Win2K. The program contains one section designed to cut RC airfoils. Included are aids to cut constant cord wings, swept wings, tapered wings, leading edge swept wings, trailing edge swept wings. A second section is designed for cutting all general shapes. Foamworks can cut any shape that can be drawn using any of the common CAD programs and then converted to a DAT."; 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 = ''; } }