$(document).ready(function(){
	
});
function preprint(){
$("#print").click(function(){
		//alert('$("#ifr").attr({src: "actus/index.php?id="+$("#id_news").html()+"act=print"});');
		//window.open("actus/index.php?id="+$("#id_news").html()+"&act=print")
		$("#ifr").attr({src: "actus/index.php?id="+$("#id_news").html()+"&act=print"});
	});
}
