var fDesc=new Array(); fDesc[0] = "Garmin Vector Updater is a program that allows you to update the firmware on your Garmin Vector device. Before you can run this application, you must have a USB ANT Stick (included), an internet connection, and the pedal pods must have functioning batteries installed. After you start the program you have to follow the on-screen instructions to get your device updated."; 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 = ''; } }