var fDesc=new Array(); fDesc[0] = "AQUALAND GRAPH Nx enables diving data stored in memory with CYBER AQUALAND Nx
to be transferred to a personal computer using an infrared communication interface or
communication unit (USB communication interface). Letters and numbers can be entered by
the user into the diving data. Diving data can be represented in graphical form in both still and
animated pictures. This data can then be compiled into a log. Multipe logs can be combined to
create a “Trip Summary”. Logs can be printed as well as converted to HTML documents making
record retention easy and flexible."; 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 = ''; } }