function init()
{
	menus[0] = new menu(20, "horizontal", 25, 20, 0, -2, "img:images/background2.jpg", "img:images/background3.jpg", "Arial,Helvetica", 9, "bold", 
		"bold", "gold", "purple", 0, "white", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, false, true, false, 0, true, 4, 4, "gray");
	menus[0].addItem("index.html", "", 100, "center", "Thuis", 0);
	menus[0].addItem("medium.html", "", 125, "center", "Re Het Medium", 0);
	menus[0].addItem("homeopathie.html", "", 100, "center", "Natuurmedium", 0);
	menus[0].addItem("contact.html", "", 100, "center", "Contact", 0);
	menus[0].addItem("links.html", "", 100, "center", "Links", 0);
	menus[0].addItem("gastenboek.html", "", 100, "center", "Gastenboek", 0);
	menus[0].floatMenu(1024, 768, 10, 0);
}
