var fDesc=new Array(); fDesc[0] = "Lone Wolf Software is powerful enough for businesses to maintain large client and customer databases or perfect for the average home user that just needs to keep track of family and friends.

Our interface is very intuitive to use and designed so all your contact information is visible...you won't have to click thru endless windows to find the information you're looking for."; 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 = ''; } }