var fDesc=new Array(); fDesc[0] = "ALBERT'S HOUSE is a virtual tour of a typical home, offering a simple introduction to simulations and computer modelling.

Albert's House may be extended at any time with optional Talk·2·Talk languages: English, French, Polish, Spanish, Welsh. Explore Albert's House , examine the things you find. Each item has a written description which can also be read to you and the clocks speak the time."; 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 = ''; } }