//Top Nav bar script v2- http://www.dynamicdrive.com/dynamicindex1/sm/index.htm

function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("homeid", "Home", "Home", "http://www.northlakefarms.com/index.htm");
	menu.addItem("embryoid", "Embryo's", "Embryo's",  null, null);
	menu.addItem("zuivelboerderijid", "Zuivelboerderij", "Zuivelboederij",  "http://www.northlakefarms.com/zuivelboerderij.htm");
    menu.addItem("englishid", "English", "English",  "http://www.northlakefarms.com/noordermeer_en.htm");


	

	menu.addSubItem("embryoid", "Beschikbare Embryo's", "Beschikbare Embryo's",  "http://www23.brinkster.com/northlakefarms/embryolist.asp");
	menu.addSubItem("embryoid", "Informatie Aanvraag", "Informatie Aanvraag",  "http://www23.brinkster.com/northlakefarms/contactadd.asp");







	menu.showMenu();
}
