var fDesc=new Array(); fDesc[0] = "Escape an underground vault of clockwork wonders with the help of its mysterious and eccentric inventor in Fantastic Creations: House of Brass! Manipulate the steam-driven contraptions expertly, and listen to Edwin Q. Cogglethorpe’s helpful advice. Reactivate the house floor by floor until you reach the top. Will you survive the treacherous malfunctioning devices and make it back to the world above? Find out in Fantastic Creations: House of Brass!"; 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 = ''; } }