var fDesc=new Array(); fDesc[0] = "The Dacia Media Nav Toolbox It is a tool that allows you to update the navigation device on your Dacia car. With its help, you can download the necessary files from the internet and upload updates and new content to your navigation device. It will automatically search for new updates each time you open the program. In order to use this tool, you need to synchronize a USB stick with the Media Nav Multimedia 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 = ''; } }