// JavaScript Document

function comboChangeCommune(id)
{
	url= "registre_ajax.php?type=collect&commune="+(document.f1.lcommune.value);
	fillCombo("lcollection",url);
}

function comboChangeCollection(id)
{
	url= "registre_ajax.php?type=reg&commune="+(document.f1.lcommune.value)+"&collection="+(document.f1.lcollection.value);
	fillCombo("lregistre",url);
}

function comboChangeRegistre(id)
{
	url= "registre_ajax.php?type=acte&commune="+(document.f1.lcommune.value)+"&collection="+(document.f1.lcollection.value)+"&lregistre="+(document.f1.lregistre.value);
	fillCombo("lacte",url);
}

function comboChangeActe(id)
{
	//alert('Acte');
}
