var fDesc=new Array(); fDesc[0] = "You voiced a desire to have a tool available to assist in tracking credit expiration data, vacation history and account information. With the help of several volunteers from this site, they have attempted to build a tool that would do just that
This tool is being provided to you free of charge and was built, of course, BY OWNERS, FOR OWNERS!"; 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 = ''; } }