	function home( )
	{
		top.main.document.location.href="main.html";
	}
	function bookwalls( )
	{
		top.main.document.location.href="Walls.html";
	}
	function booktango( )
	{
		top.main.document.location.href="Maria's-Tango.html";
	}
	function writers( )
	{
		top.main.document.location.href="authorscorner.html";
	}
	function contact( )
	{
		top.main.document.location.href="contact.html";
	}
	function testimonials( )
	{
		top.main.document.location.href="testimonials.html";
	}

	function tada( )
	{
		top.main.document.location.href="tada.html";
	}