var fDesc=new Array(); fDesc[0] = "TripCon is the modern logbook software for the manual and automatic capture of the most important nautical parameters of a cruise.

Enjoy your trip, analyze the cruise data unhurriedly in the evening with the help of comfortable reports or on the screen, add your own pictures and the visualized route in Google Earth. By this means trip documentation is real fun!"; 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 = ''; } }