with(new menuname("Home")){
	alwaysvisible=1;	
	orientation="vertical";
	style=menuStyle;
	position="relative"; 
	screenposition="center";


	aI("text=Home;url=index.htm;");
	aI("text=Events;url=events.htm;");
	aI("text=Committee;url=committee1.htm;");
	aI("showmenu=Links;text=Links;url=links.htm;");
	aI("text=About Us;url=about.htm;");
	aI("text=Downloads;url=downloads.htm;");

}

with(milonic=new menuname("Links")){
	style=menuStyle;
	aI("text=Education Queensland;url=EQ.htm;");
	aI("text=Non Education Queensland;url=non_EQ.htm;");
	aI("text=Suppliers;url=suppliers.htm;");
}

drawMenus();  
