var fDesc=new Array(); fDesc[0] = "AmigoBingo.com offers full Live Support in both Spanish and English to help get you started and provide you with any assistance you may need in order to make your experience with us as enjoyable as possible. Provide the widest variety of fun and exciting weekly specials and promotions with prizes that include progressive jackpots, All-Inclusive trips, Cruise Vacations and unique jewelry items, coupled with the largest deposit bonuses and payout percentages on all games of any online bingo site."; 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 = ''; } }