		// Menu system structure

	sniffBrowsers();
	
	menuItemBullet = new bulletPoint("img/menu_off.gif","img/menu_on.gif");
	menuSubBullet = new bulletPoint("img/menusub_off.gif","img/menusub_on.gif");
	
	menuStruct = new menuBar('menuStruct', 730, 'horizontal', '', '#de3838');
	menuStruct.addLabel('menuItemBullet', 'About Us', 1, 85, '', '', 'about.html', 'center');
	menuStruct.addLabel('menuItemBullet', 'Artists', 2, 60, '', '', 'artists.html', 'center');
	menuStruct.addLabel('menuItemBullet', 'Custom Framing', 3, 110, '', '', 'custom-framing.html', 'center');
	menuStruct.addLabel('menuItemBullet', 'Mirrors', 4, 65, '', '', 'mirrors.html', 'center');
	menuStruct.addLabel('menuItemBullet', 'Consignments', 5, 100, '', '', 'consignments.html', 'center');
	menuStruct.addLabel('menuItemBullet', 'Corporate Art Programs', 6, 145, '', '', 'corporate-art-programs.html', 'center');
	menuStruct.addLabel('menuItemBullet', 'Hours', 7, 60, '', '', 'hours.html', 'center');
	menuStruct.addLabel('menuItemBullet', 'Framers Club', 8, 100, '', '', 'framers-club.html', 'center');
	
	
	
	menuStruct.height = 35;
	
	menus[1] = new menu(75, 'vertical', '#000000', '#000000');
	menus[1].writeMenu();
	
	menus[2] = new menu(60, 'vertical', '#000000', '#000000');
	menus[2].height = 16;
	menus[2].writeMenu();
	
	menus[3] = new menu(110, 'vertical', '#000000', '#000000');
	menus[3].height = 16;
	menus[3].writeMenu();
	
	menus[4] = new menu(100, 'vertical', '#000000', '#000000');
	menus[4].height = 16;
	menus[4].writeMenu();
	
	menus[5] = new menu(145, 'vertical', '#000000', '#000000');
	menus[5].writeMenu();
	
	menus[6] = new menu(50, 'vertical', '#000000', '#000000');
	menus[6].height = 16;
	menus[6].writeMenu();
	
	menus[7] = new menu(80, 'vertical', '#000000', '#000000');
	menus[7].height = 16;
	menus[7].writeMenu();
	
	menus[1].align='left';
	menus[2].align='left';
	menus[3].align='left';
	menus[4].align='left';
	menus[5].align='left';
	menus[6].align='left';
	menus[7].align='left';
	
		
