var fDesc=new Array(); fDesc[0] = "Solitaire Match 2 Cards Valentine's Day isn't just a card game, it's a love story. These card pairs are for fans of unique deals. Find and gather card pairs quickly and a special multiplier increases your reward. Use coins to buy bonuses: shuffle, cancel last move and the joker. Choose the difficulty level that's right for you. Premium quality romantic music and graphics will whisk you away in the romantic atmosphere of a Valentine’s Day."; 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 = ''; } }