var fDesc=new Array(); fDesc[0] = "Amju is on a golf vacation with her sister Marin! But these are no ordinary golf courses - there are switches to find, doorways to open, and moving platforms to jump on! Also there are loads of bonuses to collect - and what's this ? Oh no! The animals have come too! Bop them on the head for a super bonus! This is a golf game unlike any other - super colorful, packed with things to do, and a soundtrack you'll love! Like 'Classic Amju', Amju Super Golf is becoming a kids' favorite! New in this version - Amju Super Golf now has a two-player game, with Marin, Amju's little sister!"; 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 = ''; } }