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

Description
Get ready for the buzz! Repeatedly use the cursor to switch two blocks horizontally. Remove the blocks by vertically or horizontally aligning three or more matching blocks. A new summery puzzle game filled with humming bees and fragrant flowers. Play the game by yourself, against the computer or challenge up to 4 Honey Switch players all over the world.

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 = ''; } }