//menu objects

function onLoad() {
    window.onResize = onLoad;
    loadMenus();
}

function loadMenus () {
    window.mySubMenu7 = new Menu("JavaScript");
    mySubMenu7.addMenuItem("JavaScript 1.0", "top.window.location='http://developer.netscape.com'");
    mySubMenu7.addMenuItem("JavaScript 1.1", "top.window.location='http://developer.netscape.com'");
    mySubMenu7.addMenuItem("JavaScript 1.2", "top.window.location='http://developer.netscape.com'");
    mySubMenu7.menuHiliteBgColor = "pink";

    window.myMenu7 = new Menu("Technologies");
    myMenu7.addMenuItem("Dynamic HTML", "top.window.location='http://developer.netscape.com'");
    myMenu7.addMenuItem("Java", "top.window.location='http://home.netscape.com'");
    myMenu7.addMenuItem("Plug-ins", "top.window.location='http://home.netscape.com'");

    window.myMenu3 = new Menu("Colors");
    myMenu3.addMenuItem("Red", "top.window.frames[1].document.bgColor='red'");
    myMenu3.addMenuItem("Green", "top.window.frames[1].document.bgColor='green'");
    myMenu3.addMenuItem("Blue", "top.window.frames[1].document.bgColor='blue'");
    myMenu3.addMenuItem("White", "top.window.frames[1].document.bgColor='white'");
    myMenu3.menuHiliteBgColor = "#6699CC";

    window.mozilla = new Menu("Mozilla");
    mozilla.addMenuItem("Mozilla.org", "top.window.frames[1].location='http://www.mozilla.org'");
    mozilla.addMenuItem("Projects", "http://www.mozilla.org/projects.html'");
    mozilla.addMenuItem("Source Code", "top.window.frames[1].location='http://www.mozilla.org/source-code.html'");
    mozilla.menuHiliteBgColor = "red";

    window.mozilla2 = new Menu("ANBio");
    mozilla2.addMenuItem("Home", 	  		"top.window.frames[1].location='http://www.anbio.org.br/cont.htm'");
    mozilla2.addMenuItem("Histórico", 		"top.window.frames[1].location='http://www.anbio.org.br/hist.htm'");
    mozilla2.addMenuItem("Objetivos", 		"top.window.frames[1].location='http://www.anbio.org.br/objet.htm'");
    mozilla2.addMenuItem("Estatuto",  		"top.window.frames[1].location='http://www.anbio.org.br/estat.htm'");
	mozilla2.addMenuItem("Diretoria", 		"top.window.frames[1].location='http://www.anbio.org.br/diretoria.htm'");
	mozilla2.addMenuItem("English Version", "top.window.frames[1].location='http://www.anbio.org.br/english/index.htm'");
	

    window.mozilla3 = new Menu("Socios");
    mozilla3.addMenuItem("Associe-se", "top.window.frames[1].location='http://www.anbio.org.br/cadas.htm'");
    mozilla3.addMenuItem("Vantagens",  "top.window.frames[1].location='http://www.anbio.org.br/plano.htm'");
    mozilla3.addMenuItem("Entrar na página de sócios",     "top.window.frames[1].location='http://www.anbio.org.br/login.htm'");
    mozilla3.addMenuItem("Book ANBio", "top.window.frames[1].location='http://www.anbio.org.br/book.htm'");
   

	window.mozilla5 = new Menu("Congresso");
    mozilla5.addMenuItem("V Congresso - 18 a 21/09/07",  "top.window.frames[1].location='http://www.anbio.org.br/congresso/2006/congresso.htm'");
    mozilla5.addMenuItem("IV Congresso - 26 a 29/09/05",  "top.window.frames[1].location='http://www.anbio.org.br/congresso/congresso2005.htm'");
    mozilla5.addMenuItem("III Congresso - 24 a 27/09/03",  "top.window.frames[1].location='http://www.anbio.org.br/congresso/congresso.htm'");
    mozilla5.addMenuItem("II Congresso - 26 a 28/09/01", "top.window.frames[1].location='http://www.anbio.org.br/congresso/congresso_palest.htm'");
    

	window.mozilla6 = new Menu("Servicos");
    mozilla6.addMenuItem("Jornal da ANBio",  "top.window.frames[1].location='http://www.anbio.org.br/jornais/jornal11/pag1.htm'");
    mozilla6.addMenuItem("Artigos", 		 "top.window.frames[1].location='http://www.anbio.org.br/artigos/artigos2.htm'");
    mozilla6.addMenuItem("Forum de Debates", "top.window.frames[1].location='http://www.anbio.org.br/forum/index.html'");
	mozilla6.addMenuItem("Entrevistas", "top.window.frames[1].location='http://www.anbio.org.br/entrevistas/index.htm'");
   

	window.mozilla7 = new Menu("Legislacao");
    mozilla7.addMenuItem("Medidas Provisórias", 	"top.window.frames[1].location='http://www.anbio.org.br/legis/medidas.htm'");
    mozilla7.addMenuItem("Leis", 					"top.window.frames[1].location='http://www.anbio.org.br/legis/leis.htm'");
    mozilla7.addMenuItem("Decretos", 				"top.window.frames[1].location='http://www.anbio.org.br/legis/decretos.htm'");
    mozilla7.addMenuItem("Resoluções", 				"top.window.frames[1].location='http://www.anbio.org.br/legis/resolucoes.htm'");
    mozilla7.addMenuItem("Instruções Normativas", 	"top.window.frames[1].location='http://www.anbio.org.br/legis/instrucao_nor.htm'");
    mozilla7.addMenuItem("Comunicados", 			"top.window.frames[1].location='http://www.anbio.org.br/legis/comunicados.htm'");
    mozilla7.addMenuItem("Portarias", 				"top.window.frames[1].location='http://www.anbio.org.br/legis/portarias.htm'");
    mozilla7.addMenuItem("Pareceres", 				"top.window.frames[1].location='http://www.anbio.org.br/legis/pareceres.htm'");
    mozilla7.addMenuItem("Outros Atos", 			"top.window.frames[1].location='http://www.anbio.org.br/legis/outros_atos.htm'");
    mozilla7.addMenuItem("Normatização recente", 	"top.window.frames[1].location='http://www.anbio.org.br/legis/normatizacao.htm'");


	window.mozilla8 = new Menu("Noticias");
    mozilla8.addMenuItem("Histórico de Notícias",     "top.window.frames[1].location='http://www.mrweb.com.br/clientes/anbionoticias/historico.asp?cate=8'");
  

	window.mozilla9 = new Menu("BIO");
    mozilla9.addMenuItem("Biodiversidade",      "top.window.frames[1].location='http://www.anbio.org.br/bio/biodiver_art.htm'");
    mozilla9.addMenuItem("Biodireito Bioética", "top.window.frames[1].location='http://www.anbio.org.br/bio/biodir_not.htm'");
    mozilla9.addMenuItem("Biotecnologia",       "top.window.frames[1].location='http://www.anbio.org.br/bio/biotec.htm'");
    mozilla9.addMenuItem("Bioterrorismo",       "top.window.frames[1].location='http://www.anbio.org.br/bioterror/bioterror.htm'");   

	window.mozilla10 = new Menu("ISAAA");
    mozilla10.addMenuItem("Informativos da ISAAA (inglês)", "top.window.frames[1].location='http://www.anbio.org.br/agribiotech.htm'");
    mozilla10.addMenuItem("Informativos da ISAAA (Port)", 	"top.window.frames[1].location='http://www.anbio.org.br/agribiotech_pt.htm'");
    mozilla10.addMenuItem("FAO",    						"top.window.frames[1].location='http://www.anbio.org.br/fao/index.htm'");

	window.mozilla11 = new Menu("FAO");
    mozilla11.addMenuItem("Informativos da FAO", 			"top.window.frames[1].location='http://www.anbio.org.br/fao/index.htm'");

	window.mozilla12 = new Menu("Links");
    mozilla12.addMenuItem("Inst. Nacionais",    "top.window.frames[1].location='http://www.anbio.org.br/links_instnac.htm'");
    mozilla12.addMenuItem("Inst. Estrangeiras", "top.window.frames[1].location='http://www.anbio.org.br/links_instest.htm'");
    mozilla12.addMenuItem("Diversos",           "top.window.frames[1].location='http://www.anbio.org.br/link12.htm'");
    mozilla12.addMenuItem("Links Especiais",    "top.window.frames[1].location='http://www.anbio.org.br/links_especiais.htm'");
   

    window.mozilla13 = new Menu("Contato");
    mozilla13.addMenuItem("Na Opinião do Leitor",    "top.window.frames[1].location='http://www.anbio.org.br/opiniao.htm'");
	mozilla13.addMenuItem("Fale Conosco",    "top.window.frames[1].location='http://www.anbio.org.br/contato.htm'");
   
    window.mozilla14 = new Menu("Newsletter");
    mozilla14.addMenuItem("Cadastrar",    "top.window.frames[1].location='http://www.anbio.org.br/cadas_news.htm'");


	mozilla.writeMenus();
}
