
			with(milonic=new menuname("Main Menu")){
			style=menuStyle;
			top=155;
			left=200;
			alwaysvisible=1;
			orientation="horizontal";
			position="relative";
			aI("text=Home;url=index.html;");
			aI("showmenu=About The Company;text=About The Company");
			aI("showmenu=Share Holder Information;text=Share Holder Information;url=annual_reports.html;");
			aI("text=News Release;url=news_releases.html;");
			aI("showmenu=Our Markets;text=Our Markets;url=aquaculture.html;");
			aI("showmenu=Contact Us;text=Contact Us;url=contactus.html;");
			}
			drawMenus();
