
// login NL
function exp_nieuws_nl() { $("a[href='nieuws']").colorbox({width:"462px", height:"325px", iframe:true}); }
function exp_login_nl() { $("a[href='prijslijst/inloggen']").colorbox({width:"462px", height:"325px", iframe:true}); }
function exp_register_nl() { $("a[href='prijslijst/registreren']").colorbox({width:"462px", height:"400px", iframe:true}); }
function exp_inschrijven_nl() { $("a[href='nieuwsbrief/inschrijven']").colorbox({width:"462px", height:"325px", iframe:true}); }
function exp_uitschrijven_nl() { $("a[href='nieuwsbrief/uitschrijven']").colorbox({width:"462px", height:"325px", iframe:true}); }



$(document).ready(function(){
	$(".reload").click(function(){$().bind 
	//('cbox_closed', function(){window.location='/contact'} ) });
	('cbox_closed', function(){parent.location.reload();} ) });
	
	//$("#two").click(function(){$().bind 
	//('cbox_closed', function(){window.location='http://www.mbotechnology.nl/prijslijst/prijslijst-nl'} ) });
	
	exp_nieuws_nl();
	exp_login_nl();
	exp_register_nl();
	exp_inschrijven_nl();
	exp_uitschrijven_nl();

});
