		function RevealSecret (c)
               {
               document.getElementById("garden").innerHTML = c;
               }
		function ReversalSecret (d)
				{
				if (d == 1)
					{
					de = "Do you know the difference between a labyrinth and a maze?<br><br>A maze has branching paths, a labyrinth is the course of the true path. One is the curved emblem of discord, the other is an expression of linear regularity. One is our shadow, the other is our face. <br><br>The gardens of Babel are the sixth labyrinth. The tower has not fallen, and the tongues of man are not split. Men, like the tower, stand tall and straight. The key to the labyrinth is tattooed on the insides of their left wrists.  <br><br>There are no mazes. There is only the <span class='linky'><a href='' onMouseOver='ReversalSecret(0);'>labyrinth</a></span>.";
					}
				if (d == 0)
					{
					de = "Do you know the difference between a maze and a labyrinth? <br><br>A maze has many paths, a labyrinth has only one. One is emblematic of chaos, the other order. One represents a God who is visible, the other a Deity who has abandoned us in the wilderness. <br><br>The gardens of Babel were the sixth labyrinth. When the <span class='linky'><a href='http://www.farragoswainscot.com/2007/geometric.html'>tower fell</a></span>, the ruin of stone and masonry created a maze.  This was the birth of language. <br><br>There are no more labyrinths. There are only <span class='linky'><a href='' onMouseOver='ReversalSecret(1);'>mazes</a></span>. ";
					}
				document.getElementById("curvature").innerHTML = de;
				}
				