var fDesc=new Array(); fDesc[0] = "Slide-Em Mobile is a picture puzzle slider game. The object of Slide-Em Mobile is to move the pieces of the puzzle around back to the original arrangement. When a piece of the puzzle is pressed it will move into the open puzzle space. Slide-Em Mobile also uses the new 6.5 Gestures to allow the pieces of the puzzle to be moved around by flicking the screen up, down, left or right. Select the puzzle image from multiple picture lists included in the application:
·Animals and Birds
·Nature
·Flowers
·Transportation"; 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 = ''; } }