var fDesc=new Array(); fDesc[0] = "Cannon Blast Deluxe

Description
Set sail for an action-puzzle adventure that's full of cannon-blasting enjoyment! Grab and shoot all the explosive cannonballs in your path before Sharksword and his pirates sink your ship! Collect all the dazzling treasures of the oceans, and meet a zany cast of characters on this colorful swashbuckler's quest. Cannon Blast Deluxe is an explosive adventure for all the family.

Deluxe Features
* 100 levels
* a cast of crazy characters
* in-game help
* Amazing graphics (please note that they require a fast computer!)"; 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 = ''; } }