
function createjsDOMenu() {
	menuBar = new jsDOMenuBar("static", "staticMenuBar");
	
	
			
				
		mbi169=new menuBarItem("FESTIVAL", null, "", 1, "http://www.lakearrowheadfilmfestival.com/festival");
		
				
		menuBar.addMenuBarItem(mbi169);
		
				
				
		mbi196=new menuBarItem("BECOME A FRIEND", null, "", 1, "http://www.lakearrowheadfilmfestival.com/friends_of_the_film_festival");
		
				
		menuBar.addMenuBarItem(mbi196);
		
				
				
		mbi160=new menuBarItem("TICKETS", null, "", 1, "http://www.lakearrowheadfilmfestival.com/tickets");
		
				
		menuBar.addMenuBarItem(mbi160);
		
				
				
		mbi183=new menuBarItem("AWARDS", null, "", 1, "http://www.lakearrowheadfilmfestival.com/awards");
		
				
		menuBar.addMenuBarItem(mbi183);
		
				
				
		mbi161=new menuBarItem("SUBMIT", null, "", 1, "http://www.lakearrowheadfilmfestival.com/submit");
		
				
		menuBar.addMenuBarItem(mbi161);
		
				
				
		mbi162=new menuBarItem("SPONSORS", null, "", 1, "http://www.lakearrowheadfilmfestival.com/sponsors");
		
				
		menuBar.addMenuBarItem(mbi162);
		
				
				
		mbi163=new menuBarItem("LA RESORT and SPA", null, "", 1, "http://www.lakearrowheadfilmfestival.com/la_resort_and_spa");
		
				
		menuBar.addMenuBarItem(mbi163);
		
				
				
		mbi164=new menuBarItem("AREA", null, "", 1, "http://www.lakearrowheadfilmfestival.com/area");
		
				
		menuBar.addMenuBarItem(mbi164);
		
				
		menu177=new jsDOMenu(120, "absolute");
		
			
	

	menu_178=new menuItem("PHOTO GALLERY", "PHOTO_GALLERY", "http://www.lakearrowheadfilmfestival.com/gallery/photo_gallery");
	menu177.addMenuItem(menu_178);

		

	menu_193=new menuItem("COMMERCIAL VIDEO", "COMMERCIAL_VIDEO", "http://www.lakearrowheadfilmfestival.com/gallery/commercial_video");
	menu177.addMenuItem(menu_193);

		

	menu_179=new menuItem("QUOTES", "QUOTES", "http://www.lakearrowheadfilmfestival.com/gallery/quotes");
	menu177.addMenuItem(menu_179);

		

	menu_180=new menuItem("SUCCESS STORIES", "SUCCESS_STORIES", "http://www.lakearrowheadfilmfestival.com/gallery/success_stories");
	menu177.addMenuItem(menu_180);

		

	menu_200=new menuItem("PRESS", "Lake_Arrowhead_Film_Festival_Press", "http://www.lakearrowheadfilmfestival.com/gallery/press");
	menu177.addMenuItem(menu_200);

						
			mbi177=new menuBarItem("GALLERY", menu177, "", 1, "http://www.lakearrowheadfilmfestival.com/gallery");
			
				
		menuBar.addMenuBarItem(mbi177);
	
	
				
		menu165=new jsDOMenu(120, "absolute");
		
			
	

	menu_176=new menuItem("LAFF 2011", "Lake_Arrowhead_Film_Festival_2011_", "http://www.lakearrowheadfilmfestival.com/laff_2011_");
	menu165.addMenuItem(menu_176);

		

	menu_158=new menuItem("LAFF 2010", "Lake_Arrowhead_Film_Festival_2010", "http://www.lakearrowheadfilmfestival.com/laff_2010");
	menu165.addMenuItem(menu_158);

		

	menu_170=new menuItem("LAFF 2009", "LAFF_2009", "http://www.lakearrowheadfilmfestival.com/archives/laff_2009");
	menu165.addMenuItem(menu_170);

		

	menu_171=new menuItem("LAFF 2008", "LAFF_2008", "http://www.lakearrowheadfilmfestival.com/archives/laff_2008");
	menu165.addMenuItem(menu_171);

		

	menu_172=new menuItem("LAFF 2007", "LAFF_2007", "http://www.lakearrowheadfilmfestival.com/archives/laff_2007");
	menu165.addMenuItem(menu_172);

		

	menu_173=new menuItem("LAFF 2006", "LAFF_2006", "http://www.lakearrowheadfilmfestival.com/archives/laff_2006");
	menu165.addMenuItem(menu_173);

						
			mbi165=new menuBarItem("ARCHIVES", menu165, "", 1, "http://www.lakearrowheadfilmfestival.com/archives", "jsdomenubaritemLast", "jsdomenubaritemoverLast", "jsdomenubaritemclickLast");
			
				
		menuBar.addMenuBarItem(mbi165);
	
	
			
	
	menuBar.setActivateMode("over");
}

