var fDesc=new Array(); fDesc[0] = "Avast! Put on your eye patch, Matey - a bedazzling journey awaits you in this next generation 3D action-puzzler. Aim, shoot, and match your way to a wild comic adventure. Find long lost treasure and unlock amazing power-ups as you venture into the stormy seas with your pirate. Immerse yourself in the Marblez experience. It includes action packed levels full of Amazing power-ups. It features colorful and very attractive graphics to call the attention of kids. It also includes an additional mode called Survival Mode."; 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 = ''; } }