$(document).ready(function(){ 
	$('div#main').pngFix();	
	
	//custom text
	$('a.email').each(function(){
		e = this.rel.replace('[at]','@');
		this.href = 'mailto:' + e;
		//$(this).text(e);
	});
	//email as text
	$('a.emailT').each(function(){
		e = this.rel.replace('[at]','@');
		this.href = 'mailto:' + e;
		$(this).text(e);
	});
});

function popJoi(){
	mywindow = window.open("joindre_merci.php", "merci", "width=307, height=304, status=0, toolbar=0, location=0, menubar=0, resizable=0, scrollbars=0");
	mywindow.moveTo(100,100);
}
function popTem(){
	mywindow = window.open("temoignages_merci.php", "merci", "width=307, height=304, status=0, toolbar=0, location=0, menubar=0, resizable=0, scrollbars=0");
	mywindow.moveTo(100,100);
}
function popFin(){
	mywindow = window.open("financement_merci.php", "merci", "width=307, height=304, status=0, toolbar=0, location=0, menubar=0, resizable=0, scrollbars=0");
	mywindow.moveTo(100,100);
}