var fDesc=new Array(); fDesc[0] = "MVP Euchre it's fun , it's easy . With the strongest play and most options of any Euchre game out there, MVP Euchre is sure to provide hours of fun. In addition to playing against the computer, challenge your friends over modem, network, or direct connection."; 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 = ''; } }