<!--

function efface(form,name)
{
eval ( that = window.document [form] [name]);
if ( name == 'mail' && that.value == 'Inscrire ici votre E-mail' )
{
that.value = '';
}
else return false;
}

// -->

<!--

function efface2(form,name)
{
eval ( that = window.document [form] [name]);
if ( name == 'mail2' && that.value == 'Votre E-mail' )
{
that.value = '';
}
else return false;
}

//-->