function Menu()
{
	this.drawLeftMenu = _drawLeftMenu;
	this.drawRightMenu = _drawRightMenu;
	this.drawFooter = _drawFooter;
	
	function _drawLeftMenu()
	{
		window.document.writeln("<a href='/index.htm' class='menu'>Home</a><br><br>");
		window.document.writeln("<a href='/tournaments/tournaments.php?type=Indoor' class='menu'>Indoor Tournaments</a><br><br>");
		window.document.writeln("<a href='/tournaments/tournaments.php?type=Outdoor' class='menu'>Outdoor Tournaments</a><br><br>");		
		window.document.writeln("<a href='/tournaments/results/index.htm' class='menu'>OAA Tournaments & Results</a><br><br>");		
		window.document.writeln("<a href='/OFSAA' class='menu'>OFSAA Results</a><br><br>");		
		window.document.writeln("<a href='/records/index.htm' class='menu'>Records</a><br><br>");
		window.document.writeln("<a href='/directory/updates.htm' class='menu'>Directory Updates</a><br><br>");
		window.document.writeln("<a href='/clinics/coaching.htm' class='menu'>Coaching</a><br><br>");
		window.document.writeln("<a href='/clinics/judging.htm' class='menu'>Judging</a><br><br>");
		window.document.writeln("<a href='/clinics/ibep.htm' class='menu'>IBEP</a><br><br>");
		window.document.writeln("<a href='/clinics/shooting_booth.htm' class='menu'>Interactive Shooting Booth</a><br><br>");
		window.document.writeln("<a href='/album' class='menu'>Photo Album</a><br><br>");
		window.document.writeln("<a href='/links/links.htm' class='menu'>Links</a><br><br>");
		window.document.writeln("<a href='mailto:info@oaa-archery.on.ca' class='menu'>Contact Us</a><br><br>");
	}
	
	function _drawRightMenu()
	{
		window.document.writeln("<a href='/board/board.htm' class='menu'>Board</a><br><br>");
		window.document.writeln("<a href='/clubs_and_contacts/clubs.php' class='menu'>Clubs, Zones & Contacts</a><br><br>");
		window.document.writeln("<a href='/clubs_and_contacts/corporate_contacts.htm' class='menu'>Corporate Contacts</a><br><br>");
		window.document.writeln("<a href='/membership' class='menu'>Membership</a><br><br>");
		window.document.writeln("<a href='#' onclick='window.open( \"https://secure1.securewebexchange.com/oaa-archery.on.ca\", \"OAAMembershipPortal\", \"status=yes,resizable=yes,scrollbars=yes,height=525,width=795\", \"\" );' class='menu'>Membership Portal</a><br><br>");
		window.document.writeln("<a href='/junior' class='menu'>Junior Development</a><br><br>");
		window.document.writeln("<a href='/2007cwg' class='menu'>2007 Canada Winter Games</a><br><br>");
		window.document.writeln("<a href='/quest_for_gold' class='menu'>Quest for Gold</a><br><br>");
		window.document.writeln("<a href='/insurance/insurance.htm' class='menu'>OAA Insurance</a><br><br>");
		window.document.writeln("<a href='/constitution/constitution.htm' class='menu'>Constitution and Bylaws</a><br><br>");
		window.document.writeln("<a href='/rules/index.htm' class='menu'>Rules</a><br><br>");
		window.document.writeln("<a href='/regulations/regulations.htm' class='menu'>Regulations</a><br><br>");
		window.document.writeln("<a href='/policies' class='menu'>Policies</a><br><br>");
		window.document.writeln("<a href='/awards' class='menu'>Awards</a><br><br>");
		window.document.writeln("<a href='/forms/index.htm' class='menu'>Forms</a><br><br>");
	}
	
	function _drawFooter()
	{
		window.document.writeln("<img border='0' src='/images/gr_grade.gif' width='65%' height='10'><br>");				
		window.document.writeln("<span class='footer'>Ontario Association of Archers Inc. <br>");
		window.document.writeln("Box 45, Stn Caledon Village, Caledon, ON L7K 3L3</span><br>");
		window.document.writeln("<a class='footer' href='mailto:info@oaa-archery.on.ca'>info@oaa-archery.on.ca</a>");
	
		window.document.writeln("<br><br>");
		
		window.document.writeln("<a href='http://www.oaa-archery.on.ca' class='footer_fine'>www.oaa-archery.on.ca</a>");
		window.document.writeln("<span class='footer_fine'>Copyright 2005 All rights reserved.</span><br>");
		window.document.writeln("<a href='http://www.essolutions.biz' class='footer_fine' target='_blank'>Web Design and Hosting by <br>");
		window.document.writeln("<img src='http://www.essolutions.biz/images/Logo.gif' width='125' height='80' border='0'><br>");
		window.document.writeln("Ecliptic Software Solutions</a><br>");
	}	
}

if (document.referrer.indexOf("oaa-archery.on.ca/index.php") >= 0){
    alert("Please report this as a broken link to webmaster@oaa-archery.on.ca.\n\nThank you for your help in creating a better website.\nThe Webmaster.");    
}
document.location = "http://oaa-archery.on.ca/index.php";// var menu;
// menu = new Menu();
