var fDesc=new Array(); fDesc[0] = "Solitaire 3D is a great game,is a follow up to the first game the was e success worldwide.This version has numerous games included at a small price,and also you the graphics are better,the gameplay was improved for you to enjoy it.Its a game that shouldn't be missing from your computer."; 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 = ''; } }