var fDesc=new Array(); fDesc[0] = "If you prefer to let your friends or loved ones guide you in your next adventure, instead of the preloaded voice on your nüvi®, then Voice Studio is the answer for you.
Voice Studio lets you create custom voices for your nüvi. With just a microphone (recommended) and your computer, you can record and upload custom voices to your device. The software guides you through the process of recording a list of words and phrases and downloading the recordings to your 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 = ''; } }