var fDesc=new Array(); fDesc[0] = "You can use NavGate Feeds together with Google Maps or POIFriend to find and add addresses and personal points of interest to your NavGate. Find a location online, send it to NavGate Feeds on your PC and transfer it to your NavGate system via SD card or USB stick."; 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 = ''; } }