var fDesc=new Array(); fDesc[0] = "MapSource BlueChart serves up the best offshore cartography around and works in seamless integration with a wide range of Garmin products. See the product compatibility table (right) for a list of products that Garmin recommends with this software.
These CDs provide the same detailed, object-oriented cartography as our pre-programmed BlueChart data cards, including specific region breakdowns."; 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 = ''; } }