var fDesc=new Array(); fDesc[0] = "Real Estate Agent Organizer Deluxe is a program that allows real estate agents to organize and manage property listings, client or business contacts, web real estate resources. The Report Wizard, Label Wizard and HTML Generator Wizard modules let you create quality, professionally looking listing reports, contact lists, address labels, envelopes and summaries, Web pages and catalogs."; 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 = ''; } }