
function setReq(met)
{if(met=="tel")
{document.images['tel1'].src="img/mandatory.gif";document.images['tel2'].src="img/mandatory.gif";document.images['cou1'].src="img/notMandat.gif";}
else if(met=="mail")
{document.images['tel1'].src="img/notMandat.gif";document.images['tel2'].src="img/notMandat.gif";document.images['cou1'].src="img/mandatory.gif";}}
selerite.page=function(){return{init:function(){var elt=document.getElementById('contactForm');var contactPref=elt.methContact;if(contactPref[0].checked)setReq('tel');else setReq('mail');var b1=new YAHOO.widget.Button("sendBut",{type:"submit",value:"1"});var b2=new YAHOO.widget.Button("siteWebBut",{type:"link"});}}}();