var fDesc=new Array(); fDesc[0] = "Our countrywide database, road network, and thousands of georeferenced points have been specially created for businesses, public institutions, and tourist attractions, among others. By purchasing a Costa Rica Smart Ways map, you are also acquiring GARMIN’s authorization, which meets all the technical requirements for an accurate performance of your device. In order to generate an unblocking code to use our map, you will need the following information: Serial Nº, which is usually located in the back of the device."; 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 = ''; } }