var fDesc=new Array(); fDesc[0] = "This software is exclusively used for the KW-NT1, KW-NT3HDT, KW-NT3HD and KW-NT3 JVC On-Board Flash Memory Navigation unit. With this application, you can search for places on the map and copy them into an SD Card. Once inserting that SD Card into the Navigation System you can use them as POI (Point of Interest) in user category with the Navigation System."; 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 = ''; } }