function frmconnew(con)
{
   if(con==1)
    {
      return("Entrez votre message");
    }
    if(con==0)
    {
    return("Entrez votre e-mail");
    }
    if(con==3)
    {
    return("E-mail incorrect");
    }
}
