var fDesc=new Array(); fDesc[0] = "The MotorNotes™ software provides an overview of all your vehicles plus one-touch access to vehicle details, fuel, distance, service, service plan and other information.

The fuel module provides totals and averages of all fuel-related statistics. The fuel log screen provides quick entry of fuel data. Similar quick entry screens exist for Distance, Service, and Other.

The Preference module allows you to specify how to display distance and fuel quantities using either US or metric measurements. Fuel economy is also configurable for MPG, KPL, or L/100K. Other preferences allow MotorNotes™ to be configured to your needs."; 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 = ''; } }