var fDesc=new Array(); fDesc[0] = "PRO HOME MANAGER creates a customized maintenance schedule that puts you in control and helps you avoid costly repairs that often result from a lack of preventive maintenance. Organize all of your household information in the home inventory card file, including model and serial numbers of major appliances, warranty details, repair history, and service provider contact information. It’s easy to keep track of important home assets, particularly when scheduling service appointments. When you are ready to sell your home, you will have a complete repair history, which is essential information for any potential buyer."; 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 = ''; } }