function init()
{
	//Main Menu items:
	menus[0] = new menu(190, "vertcal", 40, 170, -2, -2, "#44916c", "#44916c", "Verdana,Helvetica", 9, 
		"bold", "bold", "white", "yellow", 0, "gray", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, true, true, true, 12, true, 4, 4, "gray");
	menus[0].addItem("http://www.ams.ac.ir/AIM", "", 20, "left", "> Home", 0);
	menus[0].addItem("about.htm", "", 20, "left", "> About Journal", 0);
	menus[0].addItem("current.htm", "", 20, "left", "> Current Issue", 0);
	menus[0].addItem("archive.htm", "", 20, "left", "> Archive", 0);
	menus[0].addItem("info_author.htm", "", 20, "left", "> For Authors", 0);
	menus[0].addItem("other.htm", "", 20, "left", "> Other Resources", 0);
	menus[0].addItem("contact.htm", "", 20, "left", "> Contact us", 0);

//Sub Menu for 5th Main Menu Item ("Information for"):
	menus[1] = new menu(130, "vertical", 0, 0, 0, 0, "#44916c", "#44916c", "Verdana,Helvetica", 9, "regular", 
		"regular", "white", "yellow", 1, "gray", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, false, false, 0, true, 4, 4, "white");
	menus[1].addItem("info_author.htm", "", 22, "left", "> Authors", 0);
	menus[1].addItem("info_reviewer.htm", "", 22, "left", "> Reviewers", 0);
	menus[1].addItem("info_reader.htm", "", 22, "left", "> Readers", 0);


} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.
