function getarticle(idcah, idart){
	document.frm_getarticle.IdCahier.value = idcah;
	document.frm_getarticle.IdArticle.value = idart;
	document.frm_getarticle.submit();
}