function init()
{
	//Main Menu items:
      menus[0] = new menu(22, "horizontal", 260, 20, 0, 15, "#000099", "#0066CC", "Verdana,Helvetica", 9, 
		"bold", "bold", "white", "white", 0, "gray", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, false, true, false, 0, true, 4, 4, "black");
	menus[0].addItem("http://www.jswhungary.com", "", 100, "center", "Home", 0);
	menus[0].addItem("http://www.jswhungary.com/site_gallery.php", "", 100, "center", "Peptideshop", 1);
	menus[0].addItem("#", "", 100, "center", "Info", 2);
      menus[0].addItem("http://www.jswhungary.com/site_page.php?page=2", "", 100, "center", "Services", 3);
      menus[0].floatMenu(1024, 768, 10, 0, "centermiddle"); 


//Sub Menu for 2nd Main Menu Item ("Gallery"):
	menus[1] = new menu(160, "vertical", 0, 0, 0, 2, "#0066CC","#000099",  "Verdana,Helvetica", 9, "bold", 
		"bold", "white", "white", 1, "gray", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, false, false, false, 0, true, 4, 4, "black");
	menus[1].addItem("http://www.jswhungary.com/site_search.php", "", 22, "left", "Search", 0);
	menus[1].addItem("http://www.jswhungary.com/site_keywords.php", "", 22, "left", "List of Products ", 0);
      menus[1].addItem("http://www.jswhungary.com/site_cart.php", "", 22, "left", "Shopping cart", 0);

//Sub Menu for 3rd Main Menu Item ("News"):
	menus[2] = new menu(160, "vertical", 0, 0, 0, 2, "#0066CC","#000099", "Verdana,Helvetica", 9, "bold", 
		"bold", "white", "white", 1, "gray", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, false, false, false, 0, true, 4, 4, "black");
	menus[2].addItem("http://www.jswhungary.com/site_contact.php", "", 22, "left", "Contact us", 0);
	menus[2].addItem("http://www.jsw-cns.com/", "", 22, "left", "Our partners", 0);
	

//Sub Menu for 4th Main Menu Item ("Info"):
	menus[3] = new menu(250, "vertical", 0, 0, 0, 2,  "#0066CC","#000099", "Verdana,Helvetica", 9, "bold",
            "bold", "white", "white", 1, "gray", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, false, false, false, 0, true, 4, 4, "black");
	menus[3].addItem("http://www.jswhungary.com/pricecalc.php", "", 22, "left", "Custom peptides", 0);
	menus[3].addItem("http://www.jsw-cns.com/preclinical-research/experimental/in-vivo/transgenic-animals/transgenic-animals.html", "", 22, "left", "Transgenic disease models", 0);
      menus[3].addItem("http://www.jsw-cns.com/preclinical-research/experimental/", "", 22, "left", "Neurodegeneration models", 0);
      menus[3].addItem("http://www.jswresearch.com/index.php?id=244", "", 22, "left", "Clinical research", 0);


} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.