var fDesc=new Array(); fDesc[0] = "Rainbow Spider is an interesting adventure game. In this colorfull and funny flash game you have to help this little spider to reach the other side of the level. Use your own web and swing like like a tarzan to to other side.

Dont forget to pick up some jewels to boost your score! Click with the left mouse button on objects to shoot your spider web at it. Collect coins for more points. Collect small rainbows to get the Rainbow web power!"; 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 = ''; } }