var y=myApp;y.cookietime=30;var x=GetCookie('mydebug');y.debug=(x=='false'?false:true);y.test='';x=GetCookie('memorizebirthdaybiorythm');y.AGE=(x?x:'04/02/1956');x=GetCookie('cfmi');y.cfmi=x;x=GetCookie('kcountry');y.kcountry=(x?x:'cm');y.klangdefault='fr';x=GetCookie('klang');y.klang=(x?x:myApp.klangdefault);x=GetCookie('klangdoc');y.klangdoc=(x&&x.length==2?x:myApp.klangdefault);x=GetCookie('numpage');y.numpage=(x?x:1);y.tpldefaultapp=true;y.delpost=y.payment=y.kislocalsite=false;y.kzIndex=10000;y.kcssvisibility='visibility';y.kcssvisible='visible';y.kcsshidden='hidden';y.kcsstransparent='transparent';y.kjsundefined='undefined';y.kextph='.php';y.cursorX=y.cursorY=0;y.sources=y.notreloadtabber=new Array();y.kDIR_xommon=y.kDIR_images=y.konclick=y.oldtabber=y.showpost=y.newpost=y.taballposts=y.resume=y.infobulleparams=y.datetemp='';y.word_account='Account';y.txtmessage='table_popup_message';function get_array_captcha(tag){var captcha='captcha';myApp.captcha=captcha+tag;return(new Array(captcha,myApp.captcha,'=!'+captcha+'!set_'+myApp.captcha,captcha));};function get_array_protect(tag,captcha){var norobo='norobo';myApp.norobo=norobo;var arrayprotect=new Array(norobo,myApp.norobo,'','security');myApp.captcha='';if(captcha)arrayprotect=arrayprotect.concat(get_array_captcha('C'));return(arrayprotect);};function get_array_confirm_password(tag){var confirm='confirm';var mdp='mdp';var password='password';return(new Array(confirm+mdp,confirm+password+tag,'=!'+confirm+mdp+'!'+password+tag,confirm+' '+password));};function get_array_connection(tag,passonly){var password='password';var arraylogin=new Array(password,password+tag,'=!'+password+'!'+password+tag,password);if(passonly&&passonly==true)return(arraylogin);var pseudo='pseudo';var arraypseudo=new Array(pseudo,pseudo+tag,'*',pseudo);if(passonly&&passonly==pseudo)return(arraypseudo);arraylogin=arraylogin.concat(arraypseudo);return(arraylogin);};function get_array_confirm_mail(tag){var mail='mail';var confirm='confirm';return(new Array(confirm+mail,confirm+mail+tag,'=!'+confirm+mail+'!'+mail+tag,confirm+' '+mail));};function get_array_mail(tag,two){var mail='mail';var amail=new Array(mail,mail+tag,'=!'+mail+'!'+mail+tag,mail);if(two)return(amail.concat(get_array_confirm_mail(tag)));return(amail);};function get_array_birthwhere(tag){var nationality='nationality';var birthcountry='birthcountry';return(new Array(nationality,nationality+tag,'*',nationality,birthcountry,birthcountry+tag,'*',birthcountry ));};function get_array_birthday(tag,where){var birthday='birthday',year='year',month='month',day='day',age='age',array_birthday=new Array();alert('l:104 ici');array_birthday=new Array(year+birthday,'*idx_.'+birthday+'.'+year+'.'+tag,'=!length!4',year,month+birthday,'*idx_.'+birthday+'.'+month+'.'+tag,'=!length!2',month,day+birthday,'*idx_.'+birthday+'.'+day+'.'+tag,'=!length!2',day,age+birthday,'*idx_.'+birthday+'.'+age+'.'+tag,'=!length!'+'*idx_.'+birthday+'.hidden'+age+'.'+tag,age );if(where)array_birthday=array_birthday.concat(get_array_birthwhere(tag));return(array_birthday);};function get_date_array_birthday(tag,sens,what){var birthday='birthday';var year=$('#'+'year'+birthday+tag).val();var month=$('#'+'month'+birthday+tag).val();var day=$('#'+'day'+birthday+tag).val();var age=$('#'+'age'+birthday+tag).val();var thedate=(sens&&sens<0?year+'/'+month+'/'+day:day+'/'+month+'/'+year);return(!what?thedate:thedate+'/'+age);};function get_array_firstname(tag,id){var identifying='identifying';var firstname='firstname';var lastname='lastname';var arrayid=new Array();if(id)arrayid=(id?new Array(identifying,identifying+tag,'*',identifying):new Array());var arrayfirstname=new Array(firstname,firstname+tag,'*',firstname,lastname,lastname+tag,'*',lastname );return(arrayfirstname.concat(arrayid));};function get_array_civility(tag,fgender,fidentity){var civility='civility';var gender='gender';var arraycivility=new Array(civility,civility+tag,'*',civility);if(fgender)arraycivility=arraycivility.concat(new Array(gender,gender+tag,'*',gender));if(fidentity)arraycivility=arraycivility.concat(get_array_firstname(tag));return(arraycivility);};function get_array_contact(tag){var mail=get_array_mail(tag,false);var phone='phone';return(mail.concat(new Array(phone,phone+tag,'*',phone)));};function get_array_question_answer(tag){var question='question';var answer='answer';return(new Array(question,question+tag,'*',question,answer,answer+tag,'*',answer ));};function get_select_mails(){var obj=GetId("entry_mail");var obj2=GetId("extmail");var x=obj.value.toLowerCase();var i=x.indexOf("@",0);if(i==-1)obj.value+="@"+obj2.value;else obj.value=x.substr(0,i)+"@"+obj2.value;};function test_captcha(num){var x1=GetId("captcha"+num).value;var x2=GetId("set_captcha"+num).value;msg='';if(x2!='')if(x1!=x2)msg=msg+'\n'+' * Captcha invalide';return(msg);};function js_space_to_cart(){var price=0;var y=0;var z=0;var x=GetId("newmyspaces").value.split('::');if(x[0].substring(0,1)=='['){alert(x[0]+" n'est pas un espace!");return;};z=x[0].split('(');z=z[1].split(')');z=z[0].split('.');price=z[0]+'.'+z[1].substring(0,2);y=GetId("howmanymonthsmyspaces").value.split('::');price=String(y[0]*price);x=price.split('.');if(!x[1])price=price+'.00';GetId("pricemyspaces").value=price;};function js_change_street_of_address(street){var typerue=GetId("tSTREET").value;var rue=GetId(street).value;var x=rue.split(' ');var y=typerue.split('::');rue=(x[1]?y[0]+" "+x[1]:y[0]+" "+rue);GetId(street).value=rue };function record_grid_question(num,formtag){if(num==1){GetId("prerecord").value="on";return(true);};var x1=GetId("confirm-"+formtag).checked;if(x1)return x1;alert("Vous devez confirmer l'enregistrement obligatoirement!");return(false);};function find_a_parcel(stock,where1,where2){var array=stock.split(',');var parcel=array[Math.round(Math.random()*10)];if(GetId(where1))GetId(where1).value=parcel;if(GetId(where2)){GetId(where2).innerHTML=parcel+' ';GetId(where2).title=parcel;}};function wcrudeadata_action(action,array_source_doc,divname){var sep='!?';myApp.infos='';for(var i=0;i  '+msg);};function get_tag_id_of_poppup(){var o=GetId('valuetag');return(o?o.value:'id');};function jc_is_inarray(arr,what,suite){myApp.line=292;try{var tagfct='jiia';var res=new Array();res[0]=false;if(arr[0]&&what!='')for(var i=0;ilim&&o.value!=div.id){lim=o.value;params=GetId('id_ph.'+tag);params=(params?params.value:'');o.value=div.id;var file=myApp.kDIR_xommon+'/'+'general'+'/'+'update-c'+'.php';var plusarray2php=new Array('what','update_post','action','read_post','value',o.value,'lim',lim,'params',params);var cmdarr2call_ajax_post=new Array('update_post','read_post',o.value,lim);myApp.line=441;var cmdstring2phpfixed_0=new Array('common-d.j'+','+tagfct+','+'update-c'+','+myApp.line);call_ajax_post(file,plusarray2php,cmdstring2phpfixed_0,cmdarr2call_ajax_post);}};}catch(e){if($.isFunction(window.dbgvec))debug_view_e_catch(e,tagfct);}};