var fDesc=new Array(); fDesc[0] = "If you remove snow by either plowing or shoveling, this free software is for you. This software is very simple to use, and is for someone that shovels snow for extra money, or someone that plows with a truck or has numerous vehicles and employees. Now you can keep track of all past snow removal jobs. You can tell what customer hires you the most, or the least. Keep track of telephone numbers, addresses and much more info for each customer you plow and/or shovel for. You can search by times, dates, addresses, names and much more. Keep comments or special notes or other important information about any of the clients, and more. You can keep track of an unlimited amount of past snow removal jobs. You can do charts and more. You can search by field (keyword) for any data that you have saved. This software can easily make your snow removal job(s) more easy and also more professional, and you can use the past records for new job resume info."; 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 = ''; } }