function contact(rea){
	window.open('http://c-reas.com/contactrea.php?rea='+rea,'_blank','toolbar=0, location=0, directories=0, status=1, scrollbars=0, resizable=0, copyhistory=0, menuBar=0, width=500, height=330');
	return false;
}

function commentaires(film){
	window.open('http://c-reas.com/coms.php?film='+film,'_blank','toolbar=0, location=0, directories=0, status=1, scrollbars=0, resizable=0, copyhistory=0, menuBar=0, width=400, height=400');
}