var fDesc=new Array(); fDesc[0] = "New! Just for the Season! It's time to ring in the holidays with Mahjong Holidays. This festive version of mahjongg will delight even non-mahjong lovers. Break out the eggnog, throw a log in the fire and settle in from some real mahjong fun! Get it on CD for a great gift for that special someone in your life...or at only $9.95 for the full version, get it for that not-so-special someone as well!"; 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 = ''; } }