var MENU1_ITEMS =[
	[wrap_blue('FORSIDE'), 'http://www.greedy.dk', {'tt':'Gå tilbage til forsiden'}
			   
	],
	
	[wrap_blue('CLOTHING'), null, null,
		['T-Shirts', 'index.php?cPath=61_69'],
		['Shirts & Polos', 'index.php?cPath=61_58'],
		['Sweats & Hoodies', 'index.php?cPath=61_62'],
		['Bukser', 'index.php?cPath=61_125'],
		['Shorts & Knickers', 'index.php?cPath=61_77'],
		['Jakker', 'index.php?cPath=61_99'],
		['Undertrøjer', 'index.php?cPath=61_64'],
		['--OUTLET', 'index.php?cPath=113'],
		['--WOMEN GIFTS', 'index.php?cPath=129'],
		
		
		
	],
	
	[wrap_blue('ACCESSORIES'), null, null,
		['Ure', 'index.php?cPath=26_24'],
		['Solbriller', 'index.php?cPath=34'],
		['Kasketter', 'index.php?cPath=27'],
		['Tørklæder', 'index.php?cPath=26_98'],
		['Slips', 'index.php?cPath=26_117'],
		['Kreditkort & Punge', 'index.php?cPath=33'],
		['Bælter', null,  {'bl':80},
			['Bælter', 'index.php?cPath=28'], 
			['Bæltespænder', 'index.php?cPath=36'],
			] ,
		['Hatte', 'index.php?cPath=45'],
		['Tasker', 'index.php?cPath=26_97'],
		['Tattoo Sleeves', 'index.php?cPath=26_136'],
		['Nøgleringe', 'index.php?cPath=26_156'],
		['Huer & Halstørklæder', 'index.php?cPath=26_41'],

		
		
		

	],
	
	[wrap_blue('SMYKKER'), null, null,
		['Halskæder', 'index.php?cPath=32'],
		['Armbånd', 'index.php?cPath=29'],
		['Øreringe', null,  {'bl':80},
			['925 Sterling Sølv', 'index.php?cPath=31_42'],
			['Bling bling', 'index.php?cPath=31_43' ],
			] ,
		['Ringe', 'index.php?cPath=50_67'],
		

	],
	

	
	[wrap_blue('FOOTWEAR'), null, null,
			['Sko & Støvler', 'index.php?cPath=103_123'], 
			['Flipflops', 'index.php?cPath=103_122'],    
			['Strømper', 'index.php?cPath=103_151'],  
		
		
	],
	
		[wrap_blue('GROOMING'), null, null,
			['Baxter Of California', 'index.php?cPath=162_163'], 
			['4VOO Distinct Man', 'index.php?cPath=162_164'],    
			
		
		
	],
	
	

	[wrap_blue('INFORMATION'), null, null,
		['Om Greedy.dk', 'aboutus.php'],
		['Wholesale Inquiry', 'wholesale.php'],
		['Vores Mærker', null,  {'bl':90},
			['Om Ed Hardy', 'our_brands.php?id=4'],
			['Om Affliction', 'our_brands.php?id=1'],
			['Om Bobbie Burns', 'our_brands.php?id=6'],
			['Om Axcent', 'our_brands.php?id=3'],
			['Om Havaianas', 'our_brands.php?id=5'],
			['Om Goorin Brothers', 'our_brands.php?id=2'],
			['Om Smiley', 'our_brands.php?id=7'],
			] ,
		['Betaling & Forsendelse', 'shipping.php'],
		['Returnering', 'retur.php'],
		['Fortrolighed', 'privacy.php'],
		['Kontakt os', 'contact_us.php']
	]
];

function wrap_blue (text) {
	var res=[];
	for (var i=0; i<3; i++)
		res[i]=['<table cellpadding="0" cellspacing="0" border="0"><tr><td><img src="http://www.greedy.dk/img/blue',
			(i?2:1),'_l.gif" width="8" height="25" border="0"></td><td background="http://www.greedy.dk/img/blue',
			(i?2:1),'_m.gif" style="font-face: tahoma, verdana, arial; font-size: 11px; font-weight: bold; color: #F5F5F5" width="100%">',text,'</td><td><img src="http://www.greedy.dk/img/blue',
			(i?2:1),'_r.gif" width="8" height="25" border="0"></td></tr></table>'
		].join('');
	return res;
}