var fDesc=new Array(); fDesc[0] = "Baktinet is a little bit like Dr. Mario, but offers a lot of new features in multiplayer mode, that are of strategic importance while playing against friends in order to quickly defeat them or leave them struggling with pain and anger. multiplayer mode you can play over the internet as well as your local network (LAN) with others and against others, respectively. Additionally, Baktinet offers a singleplayer mode in which you'll have to succeed in four levels of varying difficulty. Easy to tell, hard to do! We implemented two grades of difficulty to equally appeal hardcore-gamers and beginners."; 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 = ''; } }