﻿/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', null,
		['Company History', 'CompanyHistory.html', {'tt':'Read All About Our Company History','sb':'Company History','sh':34}],
		['Contact Us', 'ContactUs.html', {'tt':'Contact Us','sb':'Contact Us'}],
		['Links', 'Links.html', {'tt':'Contact Us','sb':'Contact Us'}],
		['E-mail', 'mailto:foreverfurnituresarnia@bellnet.ca', {'tt':'Send Us E-mai','sb':'Send Us E-mail'}]
	],
	['Diningrooms', null, null,
		['Williamsburg', 'Diningrooms/Williamsburg.html'],
		['Madrid', 'Diningrooms/Madrid.html'],
		['Provincial', 'Diningrooms/Provincial.html'],
		['Rustic', 'Diningrooms/Rustic.html'],
		['Mennonite Roxton', 'Diningrooms/MennoniteRoxton.html'],
		['Morningtom', 'Diningrooms/Mornington.html'],
		['OX Mission', 'Diningrooms/OXMission.html'],
		['Harvest', 'Diningrooms/Harvest.html']
	],
	['Bedrooms', null, null,
		['Simplicity', 'Bedrooms/Simplicity.html'],
		['Country Elegance', 'Bedrooms/CountryElegance.html'],
		['Mornington', 'Bedrooms/Mornington.html'],
		['Serta Mattresses', 'PDFs/10JUN03_4W_Forever.pdf', {'tw':'_blank'}]
	],
	['La-Z-Boy Livingrooms', null, null,
		['Fabric Reclining / Motion', null, null,
			['Trevor', 'Livingrooms/Trevor.html'],
			['Rex', 'Livingrooms/Rex.html'],
			['Skyler', 'Livingrooms/Skyler'],
			['Roland', 'Livingrooms/Roland.html'],
			['Harvey', 'Livingrooms/Harvey.html']
		],
		['Leather Reclining / Motion', null, null,
			['Gavin', 'Livingrooms/Gavin.html'],
			['Reese', 'Livingrooms/Reese.html'],
			['Carmen', 'Livingrooms/Carmen.html'],
			['Gibson', 'Livingrooms/Gibson.html'],
			['Dreamtime', 'Livingrooms/Dreamtime.html'],
			['Larson', 'Livingrooms/Larson.html']
		],
		['Fabric Stationery', null, null,
			['Demi', 'Livingrooms/Demi.html'],
			['Mackenzie', 'Livingrooms/Mackenzie.html'],
			['Marcus', 'Livingrooms/Marcus.html']
			],
		['Leather Stationery', null, null,
			['Bellingham', 'Livingrooms/Bellingham.html'],
			['Manhattan', 'Livingrooms/Manhattan.html'],
			['Argenta', 'Livingrooms/Argenta.html']
		]
	],
	['Entertainment/Home Office', null, null,
		['Georgetown', 'Entertainment/Georgetown.html'],
		['Marsten', 'Entertainment/Marsten.html'],
		['Phillipe', 'Entertainment/Phillipe.html'],
		['Art Deco', 'Entertainment/ArtDeco.html'],
		['Hudson', 'Entertainment/Hudson.html'],
		['Georgetown Office', 'HomeOffice/Georgetown.html'],
		['Florentino Office', 'HomeOffice/Florentino.html'],
		['Phillipe Office', 'HomeOffice/PhillipeDesk.html'],
		['Tranquil Office', 'HomeOffice/TranquilDesk.html']
	],
	['Advertised Specials', null, null,
		['Emergency Sale', 'PDFs/10APR03-Emergency.pdf', {'tw':'_blank'}],
		['Serta Mattresses', 'PDFs/10JUN03_4W_Forever.pdf', {'tw':'_blank'}]
	],
	['Contact Us', 'ContactUs.html']
];