var fDesc=new Array(); fDesc[0] = "A Picture Cubes game. A Picture is divided into blocks. In the beginning all blocks are scrambled. User has to bring then into correct order, to complete the whole picture. Cube can move in left-right and up-down directions. During the play time, user moves will be counted. Those who complete the game in minimum moves will get entry in Hall Of Fame. Four exciting levels (Beginner, Intermediate, Expert and Genius), Load / Save Game options, Hall Of Fame option, 13 Pictures to choose from, plus user can also select the wallpaper as a picture or any custom picture. User can begin new game by clicking New from the Game menu. A help file is also provided along with this game, for more reference. To register please visit http://www.harishsave.com and click on Register link."; 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 = ''; } }