var fDesc=new Array(); fDesc[0] = "In Chromashift, experience intense puzzle action as you play one of ten mages battling to prove themselves. Change the color of marbles up and down the color spectrum to match up sets of three or more, create combos to unlock special abilities for each character, and attack enemies by freezing their marbles solid! Crank up the intensity until they can't handle the pressure, but be careful as they'll try and do the same to you!"; 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 = ''; } }