var fDesc=new Array(); fDesc[0] = "Thick undergrowth, trees, ferns, and tropical vines as far as the eye can see. Wait a minute.... what's that? Far off in the distance, you can hear the sound of rushing water. As you go on, the sound quickly becomes louder, and suddenly a fantastic waterfall in the middle of the rain forest comes into view!
The water from a small jungle river thunders over the edge of a cliff into an idyllic lake. Cicadas, gibbons, birds of paradise, and several other types of rainforest wildlife can be heard as they deck the scene with a tropical melody all their own.
Bright red macaws, butterflies, and dragonflies fly over the lake as they seek out their next meal. Underneath the surface, where lake and waterfall meet, a school of red neons are out and about exploring their underwater world. What a way to enjoy the rainforest!
Immerse yourself in the fantastic and colorful world of the rainforest and let the view of this jungle waterfall take your breath away. Get a little bit of rainforest paradise for your PC! Order now!"; 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 = ''; } }