var flowPlayerKeys = {
'vandenboschverlichting.nl' : '@5d6e95f76c32a50a9fb',
'www.vandenboschverlichting.nl' : '#@5d6e95f76c32a50a9fb'
};

$('document').ready(function()
{
	// Add click event to entire mainmenu button
	$('.submenu_container li').click(function()
		{
			window.location.href = $(this).find('a').attr('href');
		});
	$('#tmpl_mainmenu li').click(function()
		{
			window.location.href = $(this).find('a').attr('href');
		});
});


$(document).ready(function() {
	
	for (var i = 0; i < T3onLoad.length; i ++) {
		T3onLoad[i].call();
	}
	
});