function popindex() {
	Shadowbox.init({
				   overlayColor: "#000",
				   overlayOpacity: "0.7",
				   bgcolor:"#000000"
				   });
	Shadowbox.open({
		content:    'http://www.loubat-fermetures.fr/nouveautes.php',
		player:     "iframe",
		width:  850,
		height: 700
	});
}





