var fDesc=new Array(); fDesc[0] = "The Tresco Inland ECDIS viewer is the standard software for navigation in Inland Shipping. The program is connected with a GPS system and shows continiously the ships position on screen. Everything you need for navigation is on the map. This is information like VHF channels, radar information, radio reporting points, place names, distance marks, bridge clearance, harbour numbers, pictures of bridges etc… In a separate window the standard VHF channels, river kilometer and panels are shown. When placed in the neighberhood of the radar the Tresco Inland ECDIS viewer helps in distinguishing between ships and buoys. Navigation in ‘North Up’, ‘Course Up’ and ‘Radar’ mode is possible."; 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 = ''; } }