var fDesc=new Array(); fDesc[0] = "Line up your shot and take down your enemy's king in this exciting mix of the classic gameplay of pool and the intriguing strategy of chess. A pulsatling, futuristic soundtrack sets the tone as soldiers, magicians and kings do battle in a mythical 3D landscape. You control the action by using your cue to send the enemy's balls straight to the cemetery. Use magic and power-ups to protect your troops and king. Leave the battlefield free of the enemy and you 'll be victorious. This non-violent game is entertaining and intriguing for the whole family. And, it's sure to be like nothing you've ever seen or experienced before."; 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 = ''; } }