var fDesc=new Array(); fDesc[0] = "Based on inspiration from the three earlier Nonsense-games (originally named Nonsens, without 'e' in the end). With the platform gameplay featured in 'Mr Nonsens Mad-Cap Humour', the fast arcadestyle gameplay of 'Nonsens Breakout', and the silly cutscenes of 'Nonsens Tennis'. With Mr Nonsens (not Mr Nonsense) as the maincharacter,Nonsense Trilogy is without a doubt one of the silliest games ever. Features stunning cartoon style visuals!"; 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 = ''; } }