var fDesc=new Array(); fDesc[0] = "HomeWeb is an IE based multi-tabbed-window browser for home search with integrated lots of features to help you search home easy. It includes features which provide some important information and tools related the home, such as: school, community/neighborhood, maps/direction, national sex offender information, mortgage payment calculators.

The program allows you to manage the home links which you are interested. You also can directly input the MLS# to search the home information and related information or an address to search the address related 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 = ''; } }