/* --- menu items --- */
var MENU_ITEMS = [
	['About Us', 'aboutus.html', {'sw' : 65}],
	['Gallery', 'gallery.html', {'sw' : 95}],
	['Testimonials', 'testimonials.html', {'sw' : 90}],
	['Services', null, {'sw' : 100, 'bw' : 140},
		['What We Offer', 'services_offer.html',],
		['Home Organization', 'services_home.html'],
		['Policies / Agreements', 'services_policies.html']
	],
	['Resources', null, {'sw' : 75, 'bw' : 125},
		[subsub_level('Services',1), null, null,
			['Donation Services', 'resources_donations.html',],
			['Disposal Services', 'resources_disposal.html'],
			['Helpful Services', 'resources_helpful.html']
		],
		['Suggestive Reading', 'resources_reading.html'],
		[subsub_level('Tips',1), null, null,
			['Environmental', 'resources_tipsenviro.html'],
			['Natural Cleaning', 'resources_tipscleaning.html'],
			['Organize', 'resources_tipsorganize.html'],
			['Save Money', 'resources_tipsmoney.html']
		],
		['Quotes', 'resources_quotes.html'],
		['Articles', 'resources_articles.html']
	],
	['e-Networks', null, {'sw' : 110, 'bw' : 100},
		['Blog', 'http://angelicessence.blogspot.com/" onclick="window.open(this.href); return false;"'],
		['Facebook', 'networks_facebook.html']
	],
	['Contact Us', 'contactus.html', {'sw' : 85}]
];

var MENU_ITEMS_SUB = [
	['About Us', 'aboutus.html', {'sw' : 65}],
	['Gallery', 'gallery.html', {'sw' : 95}],
	['Testimonials', 'testimonials.html', {'sw' : 90}],
	['Services', null, {'sw' : 100, 'bw' : 140},
		['What We Offer', 'services_offer.html',],
		['Home Organization', 'services_home.html'],
		['Policies / Agreements', 'services_policies.html']
	],
	['Resources', null, {'sw' : 75, 'bw' : 125},
		[subsub_level('Services',1), null, null,
			['Donation Services', 'resources_donations.html',],
			['Disposal Services', 'resources_disposal.html'],
			['Helpful Services', 'resources_helpful.html']
		],
		['Suggestive Reading', 'resources_reading.html'],
		[subsub_level('Tips',1), null, null,
			['Environmental', 'resources_tipsenviro.html'],
			['Natural Cleaning', 'resources_tipscleaning.html'],
			['Organize', 'resources_tipsorganize.html'],
			['Save Money', 'resources_tipsmoney.html']
		],
		['Quotes', 'resources_quotes.html'],
		['Articles', 'resources_articles.html']
	],
	['e-Networks', null, {'sw' : 110, 'bw' : 100},
		['Blog', 'http://angelicessence.blogspot.com/" onclick="window.open(this.href); return false;"'],
		['Facebook', 'networks_facebook.html']
	],
	['Contact Us', 'contactus.html', {'sw' : 85}],
	['Home', 'index.html', {'sw' : 65}]
];

function subsub_level (text,icon) {
	return [['<table cellpadding="0" cellspacing="0" border="0" bgcolor="#ffffff"><tr><td align="left" width="140" height="25"><span style="font-size: 11px; color: #333366">',text,'</span></td><td><img src="menu_files/', (icon?'arrow':'pixel'), '.gif" width="7" height="7" border="0"></td></tr></table>'].join(''),
		['<table cellpadding="0" cellspacing="0" border="0" bgcolor="#c5e5e3"><tr><td align="left" width="140" height="25"><span style="font-size: 11px; color: #333366">',text,'</span></td><td><img src="menu_files/', (icon?'arrow':'pixel'), '.gif" width="7" height="7" border="0"></td></tr></table>'].join(''),
		['<table cellpadding="0" cellspacing="0" border="0" bgcolor="#ffffff"><tr><td align="left" width="140" height="25"><span style="font-size: 11px; color: #333366">',text,'</span></td><td><img src="menu_files/', (icon?'arrow':'pixel'), '.gif" width="7" height="7" border="0"></td></tr></table>'].join('')];
}
