var fDesc=new Array(); fDesc[0] = "Cosmic Switch Deluxe

Description
Get ready for a cosmic challenge! Repeatedly use the cursor to switch two star blocks horizontally. Remove the star blocks by vertically or horizontally aligning three or more matching star blocks. Play either solo against the computer, or multiplayer against the rest of the world. The more points you score, the faster the blocks stack up, so you'd better be quick.


Deluxe Features
Play fullscreen.
New graphics, music and sound-fx!
Five exciting new game modes: both single as multiplayer.
Play against other PC and web players from all over the world!
Upon many requests, a pause is now available."; 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 = ''; } }