var a_images = ['pixel.gif', 'separator.gif', 'itemHoverBG.gif', 'shade_tr.png', 'shade_mr.png', 'shade_bl.png', 'shade_bm.png', 'shade_br.png', 'arrow.gif', 'capax.gif', 'cig.gif', 'space.gif'];
for (i = 0; i < a_images.length; i++) {
	var o_img = new Image();
	o_img.src = 'images/' + a_images[i];
	window['cached' + i] = o_img; 
}


function f_separator () {
	return ['<img src="images/separator.gif" width="1" height="12" />', null, {'sw': 1, 'sl':{'inner':'', 'outer':''}}]
}

function f_subcat (s_text, s_link) {
	return [s_text, s_link, {'sl':{'inner':'m1SubcatText', 'outer':['m1SubcatBox','m1SubcatBoxOver']}}];
}

var a_iconItem = {'sl':{'inner':'', 'outer':['m1IconBox','m1IconBoxOver']}};
function f_addIcon (s_text, s_icon, b_arrow) {
	return '<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td width="22"><img src="images/' + (s_icon ? s_icon : 'pixel.gif') + '"  /></td><td>' + s_text + (b_arrow ? '<td width="19"><img src="images/arrow.gif" align="right" style="margin:1px 0 0 15px;" width="4" /></td>' : '') + '</tr></table>';
}



/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'default.php', null],
	['Frame It', null, null,
		['About Us', 'aboutus.php'],
		['Insurance Program', 'insurance.php']
	],
	['Get A Quote', 'quote.php', null],
	['Contact Us', 'contact.php', null],
	['Events', 'events.php', null],	
	['Info', null, null,
		['Publications', 'publications.php'],
		['Newsletters', 'newsletters.php']
	],
	
	[f_addIcon('', 'capax.gif', 0), 'http://www.capax.com', a_iconItem],

	
];
