var fDesc=new Array(); fDesc[0] = "Busha Bob was settling back having a Foster's with Duncan after a safari adventure when all of a sudden there was a commotion out by the billabongs. Crikey, Jolly rancher! It looks like the outback's been invaded by alien vermin! They can take our women and they can take our Foster's, but they won't be taking our bloody sheep! Throw on your waders and drop your feet into Busha Bob's universe as he takes on alien invaders from out of this world to help save the outback!"; 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 = ''; } }