	Shadowbox.init({
		skipSetup: true,
		modal:true,
		overlayOpacity:0.5,
		players: ["iframe"]
	});
	function erreurForm(_msg) {
        alert(_msg);
    }
	function lire_extrait() {
		Shadowbox.open({
			content:    'http://playerbd.dlpdomain.com/parvaterra.html',
			player:     "iframe",
			title:      "Parva Terra",
			height:     600,
			width:      800
		});
	 }
	function lire_full() {
		Shadowbox.open({
			content:    'http://playerbd.dlpdomain.com/parvaterra-15.html',
			player:     "iframe",
			title:      "Parva Terra",
			height:     600,
			width:      800
		});
	 }
