var fDesc=new Array(); fDesc[0] = "Click on the frogs to jump them over each other and get both groups to the other side.

NOTE: When installing this game, it attempts to change the homepage of your browser.

You may however uncheck this during the installation process of the Frog Leap.

Once installed, it will also open web pages displaying ads!

The game requires Macromedia Flash Player 7.

Frog Leap - a fun, colorful game perfect to keep your kids busy for hours."; 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 = ''; } }