var fDesc=new Array(); fDesc[0] = "Deckman is the world's most advanced tactical navigation software and is used by winners in every field, from sports boats to the Volvo Ocean Race and America's Cup. Deckman includes all the tools you need for short course round the buoys racing, offshore racing and boat tuning. Deckman has numerous functions to assist the racing navigator and tactician in making the right decisions on the race course, it is also closely integrated with instrument systems and in many cases is able to output functions back to the instrument system displays for use by crew on deck. Deckman provides the edge required to win races."; 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 = ''; } }