$(document).ready(function(){var sx_res_logintype=$('input[name=logintype]').val();var sx_res_switch_logintype=function(switch_to){sx_res_logintype=switch_to;$('input[name=logintype]').val(switch_to);if(switch_to=='corp'){$('#sx-res-login-kdnr').show().siblings('label[rel=corp]').show();$('#sx-res-login-age').hide().siblings('label[rel=agnt]').hide();$('#sx-res-login-nam1').hide().siblings('label[rel=expr]').hide();$('#sx-res-login-pasw').show().siblings('label[rel=pasw]').show();$('#sx-res-login-moc').hide().siblings('label[rel=moc]').hide();$('#sx-res-comfort-login').hide();if($('#sx-res-login-age').val()){$('#sx-res-login-kdnr').val($('#sx-res-login-age').val());}}
 if(switch_to=='agnt'){$('#sx-res-login-kdnr').hide().siblings('label[rel=corp]').hide();$('#sx-res-login-age').show().siblings('label[rel=agnt]').show();$('#sx-res-login-nam1').hide().siblings('label[rel=expr]').hide();$('#sx-res-login-pasw').show().siblings('label[rel=pasw]').show();$('#sx-res-login-moc').hide().siblings('label[rel=moc]').hide();$('#sx-res-comfort-login').hide();if($('#sx-res-login-kdnr').val()){$('#sx-res-login-age').val($('#sx-res-login-kdnr').val());}}
 if(switch_to=='expr'){$('#sx-res-comfort-login').show();$('#sx-res-login-kdnr').hide().siblings('label[rel=corp]').hide();$('#sx-res-login-age').hide().siblings('label[rel=agnt]').hide();$('#sx-res-login-nam1').show().siblings('label[rel=expr]').show();$('#sx-res-login-pasw').hide().siblings('label[rel=pasw]').hide();$('#sx-res-login-moc').show().siblings('label[rel=moc]').show();}}
 $('#sx-res-login-select-corp').click(function(e){sx_res_switch_logintype('corp');});$('#sx-res-login-select-agnt').click(function(e){sx_res_switch_logintype('agnt');});$('#sx-res-login-select-expr').click(function(e){sx_res_switch_logintype('expr');});$('#sx-res-login-submit').click(function(e){e.preventDefault();var loginForm=$('#sx-res-login-form');document.getElementById('sx-res-login-form').submit();});sx_res_switch_logintype(sx_res_logintype);res.utility.infobuttons();});
