/* 2008 (c) UGY Group | http://www.ugy.ru */
$(document).ready(function(){
 $('#projectinfo').hide();
 if(!$.browser.safari) $('input[placeholder]').blurfocus();
 $('a[rel]').overlay({expose:{},onBeforeLoad:function(){var w=this.getTrigger().attr('width');if(!w) w=350;$('div.contentWrap').css('width',w+'px').html("<img src='/img/wait.gif'>").load(this.getTrigger().attr('name'),function(){$(this).css('width','')});}});
 $('#enterForm :submit,#regForm :submit').removeAttr('disabled');$('#enterForm').submit(function(){$(this).find('span.wait').show();$.get('/req/q.php?t=enter',$(this).serialize(),function(data){if(data) switch(data){case 'ok':document.location.href='/';break;default:$('div.contentWrap').css('width','350px').html(data);$('#overlay').overlay({expose:{},api:true}).load();}$('#enterForm').find('span.wait').hide();});return false;});
 var ga=$('#gp').autocomplete({serviceUrl:'/req/q.php?t=geoac',onSelect:function(v,d){if(d) $('#gpdata').val(d);return false;}});
 $('#gp').change(function(){if(!$(this).val()) $('#gpdata').val('');$('#helpgp').hide();}).keypress(function(){$('#gpdata').val('');$('#helpgp').show();});
 $('#birthday').change(function(){$('#helpbirth').hide();}).keypress(function(){$('#helpbirth').show();});
 $('#regForm: select[name="sex"]').change(function(){if($(this).val()==2) $('#maiden').slideDown();else $('#maiden').hide();});
 $('#regForm').submit(function(){$(this).validate();return false;});
});


