// include myst.js

var t1 = new Image
t1.src = "torch_anim.gif"
var t2 = new Image
t2.src = "torch_ania.gif"
var t3 = new Image
t3.src = "torch_null.gif"

var egomb="This is a torch with a fire marble in";
function f20()
	{document["torch2"].src = t3.src;
	window.status=egomb;
	}
function f21()
	{document["torch2"].src = t2.src;
	window.status=" ";
	}
function f10()
	{document["torch1"].src = t3.src;
	window.status=egomb;
	}
function f11()
	{document["torch1"].src = t1.src;
	window.status=" ";
	}


// end here