var fDesc=new Array(); fDesc[0] = "iRealty Real Estate script is a SEO-friendly PHP realty classifieds software with multi-language interface by WorksForWeb. Spotlight features: videos, highlights and slideshows for listings, multiple listing types (houses, apartments, businesses, for sale, for rent); flexible membership plans and payment packages, customizable templates; built-in advanced CMS. Editable source, solid website revenues make iRealty a perfect foundation for ANY realty classified project, agent or FSBO. Comprehensive multi-language interface (w/ RTL capability) turn iRealty into a powerful multilingual website for those thriving worldwide presence, as well as a perfect local realty classified website. Whether you are a Web developer looking for a powerful script to build your customer?s project; or a real estate agent replacing your current nonperforming website, you are right on the money with iRealty as your only choice of a perfect classified solution for your next successful project."; 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 = ''; } }