function share(val)
{
   u="http://cathay-lejeu.com/?partage" 
   t="Grand Jeu Cathay"
   c = "<a href=\"http://cathay-lejeu.com/?partage\" target=\"_blank\"><img border=\"0\" width=\"357\" height=\"216\" alt=\"Grand Jeu Cathay\" src=\"http://cathay-lejeu.com/img/cat.png\" />Gagnez un voyage pour deux personnes, direction le Sud de l'Australie !</a><br/><br/>"
   switch(val)
   {
      case "facebook" : window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436,resizable=1'); break;
      case "google" : window.open('http://www.google.com/bookmarks/mark?op=edit&bkmk='+encodeURIComponent(u)+'&title='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=750,height=520,resizable=1'); break;
      case "twitter" : window.open('http://twitter.com/home?status='+encodeURIComponent(t)+' : '+encodeURIComponent(u),'sharer','toolbar=0,status=0,width=800,height=450,resizable=1'); break;
      case "myspace" : window.open('http://www.myspace.com/Modules/PostTo/Pages/?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t)+'&c='+encodeURIComponent(c),'sharer','toolbar=0,status=0,width=626,height=436,resizable=1'); break;
   }
   return false;
}
