var fDesc=new Array(); fDesc[0] = "BuyPlaya Akumal - Your Real Estate Experts in the Riviera Maya. With over 25 years experience helping home buyers and sellers in the Riviera Maya we are the leading real estate experts in the region. Whether you are looking for a vacation home, a beachfront condo for long weekend escapes, a retirement option or an investment opportunity, we have the expertise to help you find your dream property in the Mexican Caribbean. The process of owning property in Mexico is different than in the U.S. or Canada. Our team of real estate professionals will ensure your purchase or sale is done correctly, timely and stress-free for you. We hope you find our website interesting and we look forward to hearing from you regarding the fantastic properties we have to offer. We have made over 1000 dreams come true in the past 25 years and yours could be next."; 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 = ''; } }