//La date du jour
function la_date(){ 
    dt=new Date();
	result=""+ dt.getDate()+"."+(dt.getMonth()+1)+ "." + dt.getFullYear();
    document.write(result); 
}

// ouvre une fenêtre popup 
function popup(url) {
	tx=(((screen.availWidth)/2)-(628/2));
	ty=(((screen.availHeight)/2)-(550/2));
	script=open(url,"popup","toolbar=no,location=no,directories=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=628,height=550,top="+ty+",left="+tx+",alwaysraised=yes");
}

//Nouvelle recherche
function ResetALL(){
	document.Cd100SearchSSPH.radio_formSsph[0].checked = true;
	document.Cd100SearchSSPH.radio_formSsph[1].checked = false;
	document.Cd100SearchSSPH.radio_formSsph[2].checked = false;
	document.Cd100SearchSSPH.id_formSsph.value = "";
	document.Cd100SearchSSPH.day1_formSsph.value = "";
	document.Cd100SearchSSPH.month1_formSsph.value = "";
	document.Cd100SearchSSPH.year1_formSsph.value = "";
	document.Cd100SearchSSPH.day2_formSsph.value = "";
	document.Cd100SearchSSPH.month2_formSsph.value = "";
	document.Cd100SearchSSPH.year2_formSsph.value = "";
	document.Cd100SearchSSPH.check_formSsph.checked = false;	
}
