var fDesc=new Array(); fDesc[0] = "JRC´s new VDR incorporates the latest technology to assist the mariner in a safer nautical future. JRC’s fully IMO compliant JCY-1800 VDR incorporates the latest advancements in technology, utilizing an industry standard capsule and provides durability and improved safety at sea.
Playback-Software
JRC includes intuitive playback-software that also incorporates real-time monitoring functionality on the user PC. The data acquired can be displayed in both graphical and numerical format. Standard CSV (Comma Separated Values) data conversion enables easy and efficient exchange of information to shore e.g. via email. In addition, the playback-software is an ideal tool for crew training. Its ease of use and the freedom to survey a range of scenarios enhances the user’s navigation skills."; 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 = ''; } }