var fDesc=new Array(); fDesc[0] = "Viking Brothers 2 is a time-management game for Windows users. You will join the Viking brothers, Everand and Boromere, as they set off on an humor-filled adventure. Your task will be to guide them with a few clicks of your mouse as they go up against pirates and trolls, rebuild villages, and bring their land back to life by the sweat of their Viking brows."; 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 = ''; } }