var fDesc=new Array(); fDesc[0] = "My GPS Logger 1.01 is a program designed to be used with My Fuel Tax 4.0. With My GPS Logger you can log all the locations where your truck has been to a monthly data file. This data file can later be imported into My Fuel Tax 4.0 by calculating the miles in state using Microsoftâ Mappoint. This is what you will need to use My GPS Logger with My Fuel Tax:a laptop with a GPS receiver, my GPS logger, my fuel tax"; 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 = ''; } }