/* Tigra Menu items structure */
var MENU_ITEMS13 = [

function wrap(text, bg_color_off, fg_color_off, bg_color_on, fg_color_on) {

        if (!bg_color_on) bg_color_on = bg_color_off;
        if (!fg_color_on) fg_color_on = fg_color_off;


        return [
                '<table cellpadding="0" cellspacing="0" border="0" bgcolor="'
                        + bg_color_off + '" width="100%"><tr><td style="padding: 0px; '
                        +'font-family: tahoma, verdana, arial; font-size: 13px; font-weight: bold; text-align: center; color:'
                        + fg_color_off + '">' + text + '</td></tr></table>',

                '<table cellpadding="0" cellspacing="0" border="0" bgcolor="'
                        + bg_color_on + '" width="100%"><tr><td style="padding: 0px; '
                        +'font-family: tahoma, verdana, arial; font-size: 13px; font-weight: bold; text-align: center; color:'
                        + fg_color_on + '">' + text + '</td></tr></table>',

                '<table cellpadding="0" cellspacing="0" border="0" bgcolor="'
                        + bg_color_on + '" width="100%"><tr><td style="padding: 0px; '
                        + 'font-family: tahoma, verdana, arial; font-size: 13px; font-weight: bold; text-align: center; color:'
                        + fg_color_on + '">' + text + '</td></tr></table>'
        ];
}

	['', ''],
	['Tours en activiteiten', '../activiteiten_in_Rome/index.html'],
	['Lezingen', '../activiteiten_in_Rome/lezingen.html'],
	['Bernini Mysterie Tour', 'index.html'],
	[wrap('Boek nu!','#663399','#ffa366','#663399', '#fff'), "bmtbooking.html"]
];



