var fDesc=new Array(); fDesc[0] = "Stagecoach Island is an online virtual world created by Wells Fargo. You can explore the island and its hidden secrets, connect with friends and make new ones, and at the same time learn smart money management. You can earn virtual money by visiting the Learning Lounge — a virtual Wells Fargo ATM — and answering questions about money management."; 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 = ''; } }