function init()
{
	menus[0] = new menu(180, "vertical", "15", "215", -15, 0, "black", "333333", "Courier New", 12, 
		"", "", "white", "white", 1, "#333333", 2, "", false, true, true, false, 0, false, 4, 4, "black");
	menus[0].addItem("http://www.appalachianimaging.com/index.html", "", 22, "left", "Home", 0);

	menus[0].addItem("http://www.appalachianimaging.com/Galleries/store/index.html", "", 22, "left", "Fine Art Gallery", 0);
	menus[0].addItem("#", "", 22, "left", "Stock Licensing", 1);
	menus[0].addItem("#", "", 22, "left", "Weddings", 2);
	menus[0].addItem("#", "", 22, "left", "Digital Services", 3);
	menus[0].addItem("http://www.appalachianimaging.com/screensaver.html", "", 22, "left", "Screensavers", 0);
	menus[0].addItem("#", "", 22, "left", "Resources", 4);
	menus[0].addItem("http://www.appalachianimaging.com/contact.html", "", 22, "left", "Contact Me", 0);
	menus[0].addItem("http://www.appalachianimaging.com/Galleries/store/index.html", "", 22, "left", "Framed Prints", 0);
	


	
	

//Sub Menu for 3rd Main Menu Item ("Fine Art Prints"):
	//menus[1] = new menu(115, "vertical", 0, 0, 0, 0, "black", "gray", "Courier New", 10, "", 
	//	"", "white", "white", 1, "#333333", 1, "", false, true, false, true, 6, false, 4, 4, "black");
	//menus[1].addItem("http://www.appalachianimaging.com/gicleeprints.html", "", 22, "left", "About", 0);
	//menus[1].addItem("http://www.appalachianimaging.com/Galleries/store/index.html", "", 22, "left", "Order Prints", 0);
	

//Sub Menu for 4th Main Menu Item ("Stock Licensing"):
	menus[1] = new menu(115, "vertical", 0, 0, 0, 0, "black", "gray", "Courier New", 10, "", 
		"", "white", "white", 1, "#333333", 1, "", false, true, false, true, 6, false, 4, 4, "black");
	menus[1].addItem("http://www.appalachianimaging.com/stock.html", "", 22, "left", "About", 0);
	menus[1].addItem("http://www.appalachianimaging.com/Stock/stockform.html", "", 22, "left", "Request Quote", 0);
	

//Sub Menu for 5th Main Menu Item ("Weddings"):
	menus[2] = new menu(175, "vertical", 0, 0, 0, 0, "black", "gray", "Courier New", 10, "", 
		"", "white", "white", 1, "#333333", 1, "", false, true, false, true, 6, false, 4, 4, "black");
	menus[2].addItem("http://www.jclinedinst.com", "", 22, "left", "About", 0);
	menus[2].addItem("http://www.jclinedinst.com", "", 22, "left", "Portfolio", 0);
	menus[2].addItem("http://www.jclinedinst.com/pricing.html", "", 22, "left", "Services And Pricing", 0);
	menus[2].addItem("http://www.jclinedinst.com/contact.html", "", 22, "left", "Check Availability", 0);
	menus[2].addItem("http://www.jclinedinst.com/clients.html", "", 22, "left", "Online Proofing", 0);
	

//Sub Menu for 6th Main Menu Item ("Digital Services"):
	menus[3] = new menu(205, "vertical", 0, 0, 0, 0, "black", "gray", "Courier New", 10, "", 
		"", "white", "white", 1, "#333333", 1, "", false, true, false, true, 6, false, 4, 4, "black");
	menus[3].addItem("http://www.appalachianimaging.com/services.html", "", 22, "left", "Overview", 0);
	menus[3].addItem("http://www.appalachianimaging.com/Services/restorations.html", "", 22, "left", "Photo Restoration", 0);
	menus[3].addItem("http://www.appalachianimaging.com/Services/scanning.html", "", 22, "left", "Scanning", 0);
	menus[3].addItem("http://www.appalachianimaging.com/Services/printing.html", "", 22, "left", "Custom Giclee Printing", 0);
	menus[3].addItem("http://www.appalachianimaging.com/Services/copywork.html", "", 22, "left", "Digital Copy Photography", 0);
	menus[3].addItem("http://www.appalachianimaging.com/Services/webdesign.html", "", 22, "left", "Web Design", 0);
	
//Sub Menu for 8th Main Menu Item ("Resources"):
	menus[4] = new menu(145, "vertical", 0, 0, 0, 0, "black", "gray", "Courier New", 10, "", 
		"", "white", "white", 1, "#333333", 1, "", false, true, false, true, 6, false, 4, 4, "black");
	menus[4].addItem("javascript:alert('Coming Soon...')", "", 22, "left", "For Photographers", 0);
	menus[4].addItem("http://www.appalachianimaging.com/wedresources.html", "", 22, "left", "For Bride/Groom", 0);	


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