var fDesc=new Array(); fDesc[0] = "Not so long ago there was a mother duck. Her loved one got lost and found his way into a dangerous bubblefield. She runs after him! But she gets trapped inside a dangerous bubble herself. Her son is going to save her and you must guide him. Help a little duckling to to find its mother which is locked up in a soap bubble! Show skill to destroy the different obstacles on your way. Regulate the strength and the angle of your shots by clicking."; 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 = ''; } }