// JavaScript Document


function popup(id_of){
	var w=window.open('../pages/detail.php?offre='+id_of+'','detail','width=635,height=420,left=150,top=150');
	w.focus();
}

/*'width=683,height=500'*/