var fDesc=new Array(); fDesc[0] = "Bud Redhead is an amazing game in which you are a young boy whose mission is to save his girlfriend from a bad alien. The game has 20 levels in 4 different worlds: Forest, Ancient Egypt, Medieval Castles and Space Ship, so you will have hours and hours of fun for the whole family. It features beautiful graphics, with colorful and well-drawn sceneries and a fantastic game play. Each world has its own music and the sound effects are very good. In each level you will find a great variety of enemies and deadly traps, golden coins, fruits and jewels to collect that will give you points, as well as moving platforms, slippery surfaces, levers, doors, ropes, ladders, and a lot secret areas that make the game even more enjoyable. However, the key to get to the next level is to collect is certain number to golden coins in order to open the exit portal. Stepping on enemies also give you extra items. The game is available in 8 languages: English, French, German, Spanish, Swedish, Dutch, Danish and Croatian. It supports Windows 2000/XP/VISTA and allows you to play for 60 minutes."; 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 = ''; } }