var MENU_ITEMS_XP = [
	[wrap_img('nav_home.jpg', 'nav_home_over.jpg'), 'http://www.gbips.com/index.php', {'sw' : 135}], 
	[wrap_img('nav_aboutus.jpg', 'nav_aboutus_over.jpg'), 'http://www.gbips.com/aboutus.php', {'sw' : 134}],
	[wrap_img('nav_services.jpg', 'nav_services_over.jpg'), 'http://www.gbips.com/services.php', {'sw' : 135, 'bw':180}, 
		[wrap_parent('Export Packaging Services'), 'http://www.gbips.com/export.php', {'sw' : 135, 'bw':180}],
		[wrap_parent('Mil-Spec Packaging'), 'http://www.gbips.com/milspec.php', 'null'],
		[wrap_parent('Warehousing and Logistics'), 'http://www.gbips.com/warehousing.php', 'null'],
		[wrap_parent('Contract/Bid Services'), 'http://www.gbips.com/contract.php', 'null'],
		[wrap_parent('Custom and Special Packaging'), 'http://www.gbips.com/custom.php', 'null']
		],
	[wrap_img('nav_customers.jpg', 'nav_customers_over.jpg'), 'http://www.gbips.com/customers.php', {'sw' : 136}],
	[wrap_img('nav_contactus.jpg', 'nav_contactus_over.jpg'), 'http://www.gbips.com/contactus.php', {'sw' : 135}],
	]; 

function wrap_img(img_name, img_name_over) {
	if (!img_name_over)
		img_name_over = img_name;
	return	[
		'<img src="http://www.gbips.com/images/' + img_name + '" border="0">',
		'<img src="http://www.gbips.com/images/' + img_name_over + '" border="0">',
		'<img src="http://www.gbips.com/images/' + img_name_over + '" border="0">'
	];
}

function wrap_parent (text,icon) {
	return [
		['<table cellpadding=0 cellspacing=0 border=0  bgcolor=#ffffff width=100%><tr><td width=100%><table cellpadding=0 cellspacing=0  bgcolor=#f3861d border=0 width=100% height=22><tr><td class=a0>&nbsp; ', text, '</td><td bgcolor=#f3861d width="4">&nbsp;</td></tr></table></td></tr></table>'].join(''),
		['<table cellpadding=0 cellspacing=0 border=0 width=100% bgcolor=#ffffff><tr><td><table cellpadding=0 cellspacing=0 border=0 width=100% height=22 bgcolor=#26912e><tr><td width=100% class=a0>&nbsp; ', text, '</td><td bgcolor=#26912e>&nbsp;</td></tr></table></td></tr></table>'].join(''),
		['<table cellpadding=0 cellspacing=0 border=0 width=100% bgcolor=#ffffff><tr><td><table cellpadding=0 cellspacing=0 border=0 width=100% height=22 bgcolor=#26912e><tr><td width=100% class=a0>&nbsp; ', text, '</td><td bgcolor=#26912e>&nbsp;</td></tr></table></td></tr></table>'].join('')
	];
}

function wrap_child (text,icon) {
	return [
		['<table cellpadding=0 cellspacing=0 bgcolor=#ffffff border=0 width=100%><tr><td width=100%><table  bgcolor=#f3861d cellpadding=0 cellspacing=0 border=0 width=100% height=22><tr><td class=a0>&nbsp; ', text, '</td></tr></table></td></tr></table>'].join(''),
		['<table cellpadding=0 cellspacing=0 border=0 width=100% bgcolor=#ffffff><tr><td><table cellpadding=0 cellspacing=0 border=0 width=100% height=22 bgcolor=#f3861d><tr><td width=99% class=a0>&nbsp; ', text, '</td></tr></table></td></tr></table>'].join(''),
		['<table cellpadding=0 cellspacing=0 border=0 width=100% bgcolor=#ffffff><tr><td><table cellpadding=0 cellspacing=0 border=0 width=100% height=22 bgcolor=#f3861d><tr><td width=99% class=a0>&nbsp; ', text, '</td></tr></table></td></tr></table>'].join('')
	];
}
