var fDesc=new Array(); fDesc[0] = "Retro Granny's Garden is the original 1983 BBC 32K version of Granny's Garden. It has been converted to run on Windows without the aid of a separate emulator. It has the original tune and the mode 7 graphics which are so fondly remembered. The adventure is set in the magical Kingdom of the Mountains, where the King and Queen's six children have been captured by a witch and you have to rescue them."; 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 = ''; } }