var fDesc=new Array(); fDesc[0] = "CORE Utility Billing is designed for the Windows 2000, XP, Vista, and Windows 7 platforms. This flexible and powerful billing package operates as a stand alone system or expands to network version with up to seven work stations. Whether your utility has 300 connections or 50,000, CORE Utility Billing is the perfect choice. Small utilities will not be overwhelmed with features that are designed for large utilities with 100,000 connections or more. Midsize utilities will appreciate the flexibility and power this program provides. CORE Utility Billing is designed specifically to meet the changing needs and demands of your local utility."; 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 = ''; } }