function submit_all(url, obj)
{
	//alert(obj.elements['miss_nom'].value);
	obj.method='post';
	obj.target='_self';
	obj.action=url;
	obj.submit();
}