var fDesc=new Array(); fDesc[0] = "Sailcut CAD is a sail design and plotting program which allows you to design and visualize your own sail and compute the accurate development of all panels in flat sheets.
Sailcut CAD is able to do cross cut, twist foot cut, vertical cut, mitre cut and radial cut sail design as well as wing sails, all in a number of languages. It also includes a viewer where you can assembled a hull, a rig and a set of sails to see how they match."; 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 = ''; } }