var fDesc=new Array(); fDesc[0] = "GMFC, a software for cutting foam shapes. GMFC provides specific functions for cutting wing cores, and also support any complex shape such as a fuselages and letters.
GMFC is available in four versions, PRO, LIGHT and PE.
-GMFC LIGHT, a version at a very low cost that provides functions to cut wings.
-GMFC PRO, everything you need for cuttings wings, fuselages or any shape.
-GMFC EXPERT, the high end version that ease the handling of complex DXF files.
-GMFC PE, the historic GMFC version that requires Windows 98."; 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 = ''; } }