function popup(i) {
	w=window.open("","producteur","top=300,left=400,width=200,height=100");
	//w.open;
	write(w,"<html>\r\n<head>\r\n</head>\r\n<body>");
	
	w.write("</body>\r\n<html>");
}