function getFooter() 
{
	var footer;
	footer = "<br><table class=\"footer\" width=\"760\"><tr align='center'><td>"
	footer += "<a class='footer' href='http://www.thetackshelter.com'>Home<\/a> | "
	footer += "<a class='footer' href='http://www.thetackshelter.com/whatsnew.htm'>What's New<\/a> | "
	footer += "<a class='footer' href='http://www.thetackshelter.com/products.htm'>Products<\/a> | "
	footer += "<a class='footer' href='http://www.thetackshelter.com/contact.htm'>Contact Us<\/a> | "
	footer += "<a class='footer' href='http://www.thetackshelter.com/about.htm'>About Us<\/a> | "
	footer += "<a class='footer' href='http://www.thetackshelter.com/directions.htm'>Directions<\/a> | "
	footer += "<a class='footer' href='http://shopsite.purehost.com/ss8.1/sc/order.cgi?storeid=*1eef74a14c5d9d6d3a70a1920bcad1f7af&function=show'>View Cart<\/a>"
	footer += "<\/td><\/tr><\/table>";
	footer +=  "<table class=\"footer\" width=\"760\"><tr><td><hr><\/td><\/tr>";
	footer += "<tr><td>Copyright © 2010, The Tack Shelter.  All Rights Reserved.  Designated trademarks and brands are the property of their respective owners.<br>Web design by <a class='flink' href='mailto:info@agreatimage.com'>AGreatImage!<\/a><\/td>";
	footer += "<\/tr><\/table>";

	return footer;
}

function getFooterAcrobat(dir)
{
	var downLevel = (dir=='root'?"":"..\/");
	var footer;
	footer = "<br><table class=\"footer\" width=\"760\"><tr align='center'><td>"
	footer += "<a class='footer' href='http://www.thetackshelter.com'>Home<\/a> | "
	footer += "<a class='footer' href='http://www.thetackshelter.com/whatsnew.htm'>What's New<\/a> | "
	footer += "<a class='footer' href='http://www.thetackshelter.com/products.htm'>Products<\/a> | "
	footer += "<a class='footer' href='http://www.thetackshelter.com/contact.htm'>Contact Us<\/a> | "
	footer += "<a class='footer' href='http://www.thetackshelter.com/about.htm'>About Us<\/a> | "
	footer += "<a class='footer' href='http://www.thetackshelter.com/directions.htm'>Directions<\/a> | "
	footer += "<a class='footer' href='http://shopsite.purehost.com/ss8.1/sc/order.cgi?storeid=*1eef74a14c5d9d6d3a70a1920bcad1f7af&function=show'>View Cart<\/a>"
	footer += "<\/td><\/tr><\/table>";
	footer += "<table class=\"footer\" width=\"760\"><tr><td colspan=\"3\"><hr><\/td><\/tr>";
	footer += "<tr><td>Copyright © 2010, The Tack Shelter.  All Rights Reserved.  Designated trademarks and brands are the property of their respective owners.<br>Web design by <a class='flink' href='mailto:info@agreatimage.com'>AGreatImage!<\/a><\/td>";
	footer += "<\/tr><\/table>";

	return footer;
}