function playBrain(thought) { var mainWindow = parent; mainWindow.lastThought = thought; parent.navWindow.document.thebrain.src = "/images/brainanim.gif"; } function stopBrain() { parent.navWindow.document.thebrain.src = "/images/thebrain.gif"; }