var fDesc=new Array(); fDesc[0] = "AqualandGraph V21 is developed to transfer dive profile data stored on Hyper Aqualand (Watch) into a personal
computer through the communication unit.
The data transferred into the personal computer can be
easily controlled and converted into graphic data.
It can handle both character data entered
and diving record as a journal and allows still-frame image/moving image data corresponding to
each journal to be pasted on a journal.
AQUALAND GRAPH can also be used to print out
those data, which is very useful in storing diving records."; 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 = ''; } }