Shadowbox.init({
    skipSetup: true,
    players:["html","iframe"]
});
var showPayLogic = function ( id ){
    if (!id) return false;

    Shadowbox.open({
        //content:    'http://www.paylogic.nl/frontoffice/?command=paymentMenu&merchantModuleID='+id,
    	content: 	'https://frontoffice.paylogic.nl/?event_id=' + id,
        player:     'iframe',
        title:      'Paylogic Venster',
        width:      550,
        height:     500
    });

}



