

function bullet1 (text) {
{ return ('<img border="0" src="images/bullet.gif">' + text); }
}
function bullet2 (text) {
{ return ('<img border="0" src="images/bullet2.gif">' + text); }
}
function pelican (text) {
{ return ('<img border="0" src="images/pelican1.gif">' + text); }
}
function storm (text) {
{ return ('<img border="0" src="images/storm.gif">' + text); }
}
function arrow (text) {
{ return ('<img border="0" src="images/bullet2.gif"><i>' + text + '</i>'); }
}

var MENU_ITEMS = [
	[bullet1('home'), null, null,
		[bullet1('home page'), 'http://www.qldcase.com.au/index.html', null],
		[bullet1('profile'), 'http://www.qldcase.com.au/profile.shtml', null],
		[bullet1('purchase'), 'http://www.caseshop.com.au', null],
		[bullet1('medikit'), 'http://www.medikit.com.au', null],
			],

	[bullet1('waterproof cases'), null, [65,0],
			[pelican(' pelican cases'), null, null,
					[bullet2('overview'), 'http://www.qldcase.com.au/pelican_overview.shtml', null],
					[bullet2('micro cases'), 'http://www.qldcase.com.au/pelican_micro.shtml', null],
					[bullet2('small cases'), 'http://www.qldcase.com.au/pelican_small.shtml', null],
					[bullet2('medium cases'), 'http://www.qldcase.com.au/pelican_medium.shtml', null],
					[bullet2('large cases'), 'http://www.qldcase.com.au/pelican_large.shtml', null],
					[bullet2('laptop & briefcases'), 'http://www.qldcase.com.au/pelican_laptop.shtml', null],
					[bullet2('tool chest'), 'http://www.qldcase.com.au/pelican_tool.shtml', null],
					[bullet2('spare parts'), 'http://www.qldcase.com.au/pelican_spares.shtml', null],
			],
			[storm(' storm cases'), null, null,
					[bullet2('overview'), 'http://www.qldcase.com.au/storm_overview.shtml', null],
					[bullet2('small cases'), 'http://www.qldcase.com.au/storm_small.shtml', null],
					[bullet2('medium cases'), 'http://www.qldcase.com.au/storm_medium.shtml', null],
					[bullet2('large cases'), 'http://www.qldcase.com.au/storm_large.shtml', null],
			],

	],
	
	[bullet1('cases and bags'), null, [120,0],
			[bullet2('semi rigid bags'), 'http://www.qldcase.com.au/semirigid.shtml', null],
			[bullet2('mail bags'), 'http://www.qldcase.com.au/mailbags.shtml', null],
			[bullet2('polypropylene'), 'http://www.qldcase.com.au/polyfibre.shtml', null],
			[bullet2('roadcases'), 'http://www.qldcase.com.au/roadcases.shtml', null],
			[bullet2('custom cases'), 'http://www.qldcase.com.au/custom.shtml', null],
			[bullet2('custom foam inserts'), 'http://www.qldcase.com.au/foam.shtml', null]
	],
	
	[bullet1('pelican lighting'), null, [120,0],
			[pelican(' overview'), 'http://www.qldcase.com.au/lighting.shtml', null],
			[pelican(' remote area lighting'), 'http://www.qldcase.com.au/ral.shtml', null]
	],
	
	[bullet1('hardigg roto-pack'), null, [120,0],
			[pelican(' overview'), 'http://www.qldcase.com.au/rotopack.shtml', null],
	],
	
	[bullet1('purchase online'), 'http://www.caseshop.com.au', [125,0]],
	[bullet1('mailing list'), 'http://www.qldcase.com.au/lists', [120,0]],
		
];
