// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMSFUN = [
	['FUN', null, null,
		['Games', 'http://www.ritmomontreal.com/games.html'],
		['Forum', null, null,
		 	['Bachata forum', 'http://www.ritmomontreal.com/bachata_radio.html'],
			['Cumbia forum', 'http://www.ritmomontreal.com/cumbia_radio.html'],			
			['Merengue forum', 'http://www.ritmomontreal.com/merengue_radio.html'],
			['Reggaeton forum', 'http://www.ritmomontreal.com/reggaeton_radio.html'],
			['Salsa forum', 'http://www.ritmomontreal.com/salsaradio.html'],
		 
		 ],
	],
	
];

