var fDesc=new Array(); fDesc[0] = "City Navigator Australia provides highly detailed maps for your Garmin device and boasts points of interest throughout the continent, so you can navigate turn by turn to the destination of your choice. City Navigator brings you the most detailed street maps available so you can navigate with exact, turn-by-turn directions to any address or intersection. You can also route to restaurants, petrol stations, lodging, attractions and more. Available on CD-ROM."; 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 = ''; } }