var fDesc=new Array(); fDesc[0] = "With Estate Agent Pro you can match the applicants to the properties and vice versa, you can also comunicate with the clients any time you whant, control the sales or you can review the clients info. With this tool, you can also, verify the generation of the features property and inform the clients. The Estate Agent Pro has an vibrant windows desktop that allows you to keep working even if the internet is down."; 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 = ''; } }