function mail(name, domain, style) {
	document.write('<a h'+'ref="'+'mai'+ 'lto:'+name+'@'+domain+'" style="'+style+'">'+name+'@'+domain+'</a>');
};

    function resize_win(){
        
        if ($("body").innerWidth()<1190) {
            $(".bigfoto").show();
            $(".nofoto").hide();
            $("#sotr").removeClass("width75").addClass("width68");
            $("#sotr .biz_head").hide();
        }else{
            $(".bigfoto").hide();
            $(".nofoto").show();
            $("#sotr").removeClass("width68").addClass("width75");
            $("#sotr .biz_head").show();
        };
    };
  
$switch_top_banner_flag = false;
function switch_top_banner(){
	if($switch_top_banner_flag){
		$('.my_block').find('font.fading').html('<b>Акция!</b>  При заключении договора на&nbsp;абонентское бухгалтерское<br> обcлуживание&nbsp;—<span>50% скидка на&nbsp;регистрацию ИП&nbsp;или ООО!</span>');
		$switch_top_banner_flag = false;
	}
	else{
		$('.my_block').find('font.fading').html('<b>Акция!</b>  При заключении договора на&nbsp;абонентское бухгалтерское<br> обcлуживание&nbsp;—<span> скидка на&nbsp;юридический адрес 30%!</span>');
		$switch_top_banner_flag = true;
	}
};
  
    $(document).ready(function() {

	setInterval(function(){
		//alert('1');
		$('.my_block').fadeOut(300,function(){
			switch_top_banner();
			$(this).fadeIn(300);
		});
		//$('.my_block').hide();
	},5000);
     
	var newwindow = '<img style="padding-right: 4px;" src="/images/newwindow.gif" />';
	$(newwindow).insertBefore($('li').find('a[href="/service/rielt/"]'));
	$(newwindow).insertBefore($('li').find('a[href="/service/business/"]'));
	$('li').find('a[href="/service/rielt/"]').attr('target','_blank');
	$('li').find('a[href="/service/rielt/"]').attr('href','http://www.rielt-bg63.ru/');
	$('li').find('a[href="/service/business/"]').attr('target','_blank');
	$('li').find('a[href="/service/business/"]').attr('href','http://www.delo-bg63.ru/');
		
        resize_win();
		
	$i=0;
	setInterval( function(){
		if($i%2==0){
			$('a.buh_banner').css('border-color','#fff');
		}
		else{
			$('a.buh_banner').css('border-color','#1553ae');
		};
		$i++;
	}, 500);
        
        
    $("a#cicles-1").not(".select").hover(function () {
        $(this).parent(".cicles-sel").addClass("cicles-sel-1")},function () {
        $(this).parent(".cicles-sel").removeClass("cicles-sel-1")
        });
    $("a#cicles-2").not(".select").hover(function () {
        $(this).parent(".cicles-sel").addClass("cicles-sel-2")},function () {
        $(this).parent(".cicles-sel").removeClass("cicles-sel-2")
        });
    $("a#cicles-3").not(".select").hover(function () {
        $(this).parent(".cicles-sel").addClass("cicles-sel-3")},function () {
        $(this).parent(".cicles-sel").removeClass("cicles-sel-3")
        });
    $("a#cicles-4").not(".select").hover(function () {
        $(this).parent(".cicles-sel").addClass("cicles-sel-4")},function () {
        $(this).parent(".cicles-sel").removeClass("cicles-sel-4")
        });
    $("a#cicles-5").not(".select").hover(function () {
        $(this).parent(".cicles-sel").addClass("cicles-sel-5")},function () {
        $(this).parent(".cicles-sel").removeClass("cicles-sel-5")
        });
    $("a#cicles-6").not(".select").hover(function () {
        $(this).parent(".cicles-sel").addClass("cicles-sel-6")},function () {
        $(this).parent(".cicles-sel").removeClass("cicles-sel-6")
        });
    });