var fDesc=new Array(); fDesc[0] = "Bearboat Print takes a Bearboat Print File (BBPF) that is produced by either Bearboat Pro or BearboatSP and print cross-sections on paper so a design can actually be built. The program can also print out the profile of the bow and stern.


BearboatPrint is a PC only program. Its only function is to read a BBPF file and create lifesize drawings that can be used to build a kayak.


Mac users have to prevail upon a friend with a PC for this final step or use their Mac in Bootcamp mode. This is an inconvenience that I would like someday to rectify, but it is a bit complicated to write these routines that depend on the myriad of printer drivers that exist in the world."; 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 = ''; } }