var fDesc=new Array(); fDesc[0] = "Easy Trucking Software is designed for the owner operator and small fleet owner and will give you the information you need to be successful and save time and money in the trucking business. It is very easy to use and was designed by a trucking company owner with over 15 years experience for first time computer users. Easy Trucking Software keeps track of all the information about your business such as shippers and receivers and income and expenses and IFTA tax information."; 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 = ''; } }