function character(pseudo,people,sexe,body,head,eyes,hair,hairColor,symetrie,ptsNord,ptsSud,ptsEst,ptsOuest){$.cookie('pseudo',pseudo,{expires:1,path:'/',domain:URL_DOMAIN2,secure:false});$.cookie('people',people,{expires:1,path:'/',domain:URL_DOMAIN2,secure:false});$.cookie('sexe',sexe,{expires:1,path:'/',domain:URL_DOMAIN2,secure:false});$.cookie('body',body,{expires:1,path:'/',domain:URL_DOMAIN2,secure:false});$.cookie('head',head,{expires:1,path:'/',domain:URL_DOMAIN2,secure:false});$.cookie('eyes',eyes,{expires:1,path:'/',domain:URL_DOMAIN2,secure:false});$.cookie('hair',hair,{expires:1,path:'/',domain:URL_DOMAIN2,secure:false});$.cookie('hairColor',hairColor,{expires:1,path:'/',domain:URL_DOMAIN2,secure:false});$.cookie('symetrie',symetrie,{expires:1,path:'/',domain:URL_DOMAIN2,secure:false});$.cookie('ptsNord',ptsNord,{expires:1,path:'/',domain:URL_DOMAIN2,secure:false});$.cookie('ptsSud',ptsSud,{expires:1,path:'/',domain:URL_DOMAIN2,secure:false});$.cookie('ptsEst',ptsEst,{expires:1,path:'/',domain:URL_DOMAIN2,secure:false});$.cookie('ptsOuest',ptsOuest,{expires:1,path:'/',domain:URL_DOMAIN2,secure:false});document.location.href=JS_URL_INSCRIPTION2;}
function miniCharacter(pseudo,people,sexe,body,head,eyes,hair,hairColor){$.cookie('pseudo',pseudo,{expires:1,path:'/',domain:URL_DOMAIN2,secure:false});$.cookie('people',people,{expires:1,path:'/',domain:URL_DOMAIN2,secure:false});$.cookie('sexe',sexe,{expires:1,path:'/',domain:URL_DOMAIN2,secure:false});$.cookie('body',body,{expires:1,path:'/',domain:URL_DOMAIN2,secure:false});$.cookie('head',head,{expires:1,path:'/',domain:URL_DOMAIN2,secure:false});$.cookie('eyes',eyes,{expires:1,path:'/',domain:URL_DOMAIN2,secure:false});$.cookie('hair',hair,{expires:1,path:'/',domain:URL_DOMAIN2,secure:false});$.cookie('hairColor',hairColor,{expires:1,path:'/',domain:URL_DOMAIN2,secure:false});document.location.href=JS_URL_INSCRIPTION;}
function RefreshAnim(id,src){document.getElementById(id).src="";document.getElementById(id).src=src;}
function banOn(placeOn){$.cookie('banOn',placeOn,{expires:1,path:'/',domain:URL_DOMAIN2,secure:false});}
function banOff(placeOff){$.cookie('banOff',placeOff,{expires:1,path:'/',domain:URL_DOMAIN2,secure:false});}
function gameSound(onoff){$.cookie('gameSound',onoff,{expires:0,path:'/',domain:URL_DOMAIN2,secure:false});}
function gameHelp(onoff){$.cookie('gameHelp',onoff,{expires:0,path:'/',domain:URL_DOMAIN2,secure:false});}