var FO = { movie:"images/header.swf", width:"940", height:"117", wmode:"transparent", majorversion:"6", build:"0" };
UFO.create(FO, "flash");

//Actionner vers la page liste
function gotoliste(val,valloc,valfl,txtth,txtloc,vIsapi){
	document.frm_header.IdTheme.value = val;
	document.frm_header.IdLocalite.value = valloc;
	document.frm_header.IdFleuve.value = valfl;
	if(txtth.length > 0){
		if(txtloc.length > 0){
			if(vIsapi == 1){
				document.frm_header.action = 'croisieres-' + txtth + '-' + txtloc + '.html';
			}
		}
		else{
			if(vIsapi == 1){
				document.frm_header.action = 'croisieres-' + txtth + '.html';
			}
		}
	}
	document.frm_header.submit();
}

