var fDesc=new Array(); fDesc[0] = "Take your favorite Sandlot Games titles to the next level with Sandlot Connect!
Unlock exclusive online content, available only from Sandlot Games, and gain access to the following features: access to new levels, customers and outfits in Cake Mania 3, post your scores on our world-wide high scores boards, submit and download custom-made levels not offered anywhere else."; 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 = ''; } }