var fDesc=new Array(); fDesc[0] = "FRIENDSHIP SYSTEMS develops cutting-edge design solutions for the maritime and turbomachinery industry.
The FRIENDSHIP-Framework is a computer aided engineering (CAE) software for the design of performance-optimized maritime products and turbomachinery.
The software offers prime CAD (computer aided design) functionality and coupling mechanisms for the integration of external tools, for instance CFD (computational fluid dynamics)."; 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 = ''; } }