
Phpfox.registration={iStep:1,iTotalSteps:2,submitForm:function()
{$('#core_js_messages').html('');$('#js_register_accept').hide();$('#js_registration_holder').hide();$('#js_registration_process').css('height',$('#js_registration_holder').height()+'px');$('#js_registration_process').show();$('#js_form').ajaxCall('user.getRegistrationStep','step='+this.iStep+'&last='+(this.iStep==this.iTotalSteps?'1':'0')+'&next='+((this.iStep+1)==this.iTotalSteps?'1':'0')+'');},updateForm:function(sHtml)
{$('#js_register_step'+this.iStep).hide();$('#js_signup_block').append(sHtml);$('#js_registration_process').hide();$('#js_registration_process').css('height',$('#js_registration_holder').height()+'px');$('#js_registration_holder').show();$('#js_registration_submit').val(oTranslations['user.continue']);this.iStep++;},showCaptcha:function()
{$('#js_register_capthca_image').show();},useSuggested:function(oObj)
{$('#user_name').val($(oObj).html());$('#js_verify_username').hide();}}
$(function()
{$('#js_submit_register_form').click(function()
{return Phpfox.registration.submitForm();});$("#user_name").bt({trigger:['focus','keydown'],clickAnywhereToClose:true,positions:['right','most'],fill:'#F4F4F4',strokeStyle:'#666666',spikeLength:15,spikeGirth:10,width:180,overlap:0,centerPointY:1,cornerRadius:0,cssStyles:{fontFamily:'"Lucida Grande",Helvetica,Arial,Verdana,sans-serif',fontSize:'12px',padding:'10px 14px'},shadow:true,shadowColor:'rgba(0,0,0,.5)',shadowBlur:8,shadowOffsetX:4,shadowOffsetY:4,shrinkToFit:true});});Behavior.countryIsoChange=function()
{$('#country_iso').change(function()
{var sChildValue=$('#js_country_child_id_value').val();var sExtra='';$('#js_country_child_id').html('');$('#country_iso').after('<span id="js_cache_country_iso">'+$.ajaxProcess('no_message')+'</span>');if($('#js_country_child_is_search').length>0)
{sExtra+='&country_child_filter=true';}
$.ajaxCall('core.getChildren','country_iso='+this.value+'&country_child_id='+sChildValue+sExtra);});}