$(function()
{
	Cufon.replace('.menu_block_ipad h1', {fontFamily: 'Kievit'});
});

function showPopupDetails($mwId)
{
	jQuery.ajax({
		type: "POST",
		url: "/cmsfiles/modules/team/team_detail.php",
		data: "mwId=" + $mwId,
		success: function(html){
			Shadowbox.open({
				options: {
					enableKeys: false
				},
				content:    html,
				player:     "html",
				//title:      "Uw gegevens controleren / invoeren",
				height:     477,
				width:      700
			});
		}
	});
}
