var fDesc=new Array(); fDesc[0] = "Plunge into an enchanting world of magic and miracles! Visit Hogwarts Magic School, built by mighty wizards and witches centuries ago. Wander along the endless corridors and resounding hallways of this unique mysterious place. Unlock the numerous charms and spells which will let you open hidden doors of the secret rooms and cabinets no strangers can ever enter. This is where unbelievable things happen. This is where Witchcraft and Wizardry are being taught. Welcome to the elite School of Magic!"; 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 = ''; } }