// JavaScript Document

with(new menuname("Main Menu")){
	style=menuStyle;
	alwaysvisible=1;
	orientation="horizontal";
	position="relative";
	aI("text=Home;url=index.html;status=Back to Homepage;");
	aI("text=General;showmenu=General;");
	aI("text=Breeding;showmenu=Breeding;");
	aI("text=Bulletins;url=bulletins.html;");
	aI("text=Letters;showmenu=Letters;");
	aI("text=Gallery;showmenu=Gallery;"); //Modified By Eileen 25/01/2005
	// aI("text=Other Songbirds;showmenu=Songbirds;");   //Modified by Peter Goh 12/29/2005
	aI("text=Articles;showmenu=Articles;"); //Modified By Eileen 25/01/2005
	// aI("text=Q&A;url=q&a.html;"); //Modified by Peter Goh 01/01/2006
	aI("text=Q&A;showmenu=QnA;"); //Modified by Peter Goh 01/01/2006
	aI("text=Links;showmenu=Links;");
	aI("text=Contact;url=contact.html;");
	}
drawMenus();
