//Actionner vers la page liste
function gotolistesformulesheader(frml,idth,txt,pATraversISAPIRewrite){
	/*
	document.frmthematik.Formules.value = frml;
	document.frmthematik.IdTheme.value = idth;
	*/
	if (txt.length>0)
	{
		if (pATraversISAPIRewrite==0)
			document.frmthematik.action = document.frmthematik.action + '?pUrl=' + txt;
		else
			document.frmthematik.action = 'voyages-' + txt + '.html';
	}
		
	document.frmthematik.submit();
}