function showAbout()
{
    if ($('#notViewAbout').css('display') == 'block') {
        return;
    }
    begWidth = $('#showAbout').width();
    begHeight = $('#showAbout').height();
    $('#lnkAbout').css('border', 'none');
    $('#showAbout').css({
        width: begWidth,
        height: begHeight,
        overflow: 'hidden'
    });

    $('#notViewAbout').show();

    eWidth = $('#notViewAbout').width() + begWidth;
    eHeight = $('#notViewAbout').height() + begHeight + 5;
    
    $('#showAbout').animate({width: eWidth, height: eHeight}, 100);
    
    $("#showAbout").hover(
        function() {
            ;
        }, 
            function() {
                if ($('#notViewAbout').css('display') == 'none') {
            return;
            }
            $('#showAbout').animate({width: begWidth, height: begHeight}, 100, function() {
                $('#showAbout').removeAttr('style');
                $('#notViewAbout').removeAttr('style');
                $('#lnkAbout').removeAttr('style');
            });
        }
    );
}

function showAbout1()
{
    $('#showAbout').removeClass('tableNoActive');
    if ($('#notViewAbout').css('display') == 'block') {
        return;
    }
    begWidth = $('#showAbout').width();
    begHeight = $('#showAbout').height();
    $('#lnkAbout').css('border', 'none');
    $('#showAbout').css({
        width: begWidth,
        height: begHeight,
        overflow: 'hidden'
    });

    $('#notViewAbout').show();

    eWidth = $('#notViewAbout').width() + begWidth;
    eHeight = $('#notViewAbout').height() + begHeight + 5;
    
    $('#showAbout').animate({width: eWidth, height: eHeight}, 100);
    
    $("#showAbout").hover(
        function() {
            ;
        }, 
            function() {
                if ($('#notViewAbout').css('display') == 'none') {
            return;
            }
            $('#showAbout').animate({width: begWidth, height: begHeight}, 100, function() {
                $('#showAbout').removeAttr('style');
                $('#notViewAbout').removeAttr('style');
                $('#lnkAbout').removeAttr('style');
                $('#showAbout').addClass('tableNoActive');
            });
        }
    );
}

function showLegalInformation()
{
    if ($('#notViewLegal').css('display') == 'block') {
        return;
    }
    begWidth = $('#showLegalInformation').width();
    begHeight = $('#showLegalInformation').height();
    $('#lnkLegal').css('border', 'none');
    $('#showLegalInformation').css({
        width: begWidth,
        height: begHeight,
        overflow: 'hidden'
    });

    $('#notViewLegal').show();

    eWidth = $('#notViewLegal').width() + begWidth;
    eHeight = $('#notViewLegal').height() + begHeight;
    
    $('#showLegalInformation').animate({width: eWidth, height: eHeight}, 100);
    
    $("#showLegalInformation").hover(
        function() {
            ;
        }, 
            function() {
                if ($('#notViewLegal').css('display') == 'none') {
            return;
            }
            $('#showLegalInformation').animate({width: begWidth, height: begHeight}, 100, function() {
                $('#showLegalInformation').removeAttr('style');
                $('#notViewLegal').removeAttr('style');
                $('#lnkLegal').removeAttr('style');
            });
        }
    );
}

function showLegalInformation1()
{
    $('#showLegalInformation').removeClass('tableNoActive');
    if ($('#notViewLegal').css('display') == 'block') {
        return;
    }
    begWidth = $('#showLegalInformation').width();
    begHeight = $('#showLegalInformation').height();
    $('#lnkLegal').css('border', 'none');
    $('#showLegalInformation').css({
        width: begWidth,
        height: begHeight,
        overflow: 'hidden'
    });

    $('#notViewLegal').show();

    eWidth = $('#notViewLegal').width() + begWidth;
    eHeight = $('#notViewLegal').height() + begHeight;
    
    $('#showLegalInformation').animate({width: eWidth, height: eHeight}, 100);
    
    $("#showLegalInformation").hover(
        function() {
            ;
        }, 
            function() {
                if ($('#notViewLegal').css('display') == 'none') {
            return;
            }
            $('#showLegalInformation').animate({width: begWidth, height: begHeight}, 100, function() {
                $('#showLegalInformation').removeAttr('style');
                $('#notViewLegal').removeAttr('style');
                $('#lnkLegal').removeAttr('style');
                $('#showLegalInformation').addClass('tableNoActive');
            });
        }
    );
}


function showEstate()
{
    if ($('#notViewEstate').css('display') == 'block') {
        return;
    }
    begWidthEstate = $('#showEstate').width();
    begHeightEstate = $('#showEstate').height() + 5;
    $('#lnkEstate').css('border', 'none');
    $('#showEstate').css({
        width: begWidthEstate,
        height: begHeightEstate,
        overflow: 'hidden'
    });

    $('#notViewEstate').show();

    eWidthEstate = $('#notViewEstate').width() + begWidthEstate;
    eHeightEstate = $('#notViewEstate').height() + begHeightEstate;
    
    $('#showEstate').animate({width: eWidthEstate, height: eHeightEstate}, 100);
    
    $("#showEstate").hover(
        function() {
            ;
        }, 
            function() {
                if ($('#notViewEstate').css('display') == 'none') {
            return;
            }
            $('#showEstate').animate({width: begWidthEstate, height: begHeightEstate}, 100, function() {
                $('#showEstate').removeAttr('style');
                $('#notViewEstate').removeAttr('style');
                $('#lnkEstate').removeAttr('style');
            });
        }
    );
}

function showEstate1()
{
    $('#showEstate').removeClass('tableNoActive');
    if ($('#notViewEstate').css('display') == 'block') {
        return;
    }
    begWidthEstate = $('#showEstate').width();
    begHeightEstate = $('#showEstate').height() + 5;
    $('#lnkEstate').css('border', 'none');
    $('#showEstate').css({
        width: begWidthEstate,
        height: begHeightEstate,
        overflow: 'hidden'
    });

    $('#notViewEstate').show();

    eWidthEstate = $('#notViewEstate').width() + begWidthEstate;
    eHeightEstate = $('#notViewEstate').height() + begHeightEstate;
    
    $('#showEstate').animate({width: eWidthEstate, height: eHeightEstate}, 100);
    
    $("#showEstate").hover(
        function() {
            ;
        }, 
            function() {
                if ($('#notViewEstate').css('display') == 'none') {
            return;
            }
            $('#showEstate').animate({width: begWidthEstate, height: begHeightEstate}, 100, function() {
                $('#showEstate').removeAttr('style');
                $('#notViewEstate').removeAttr('style');
                $('#lnkEstate').removeAttr('style');
                $('#showEstate').addClass('tableNoActive');
            });
        }
    );
}

function showGround()
{
    if ($('#notViewGround').css('display') == 'block') {
        return;
    }
    begWidthGround = $('#showGround').width();
    begHeightGround = $('#showGround').height() + 5;
    $('#lnkGround').css('border', 'none');
    $('#showGround').css({
        width: begWidthGround,
        height: begHeightGround,
        overflow: 'hidden'
    });

    $('#notViewGround').show();

    eWidthGround = $('#notViewGround').width() + begWidthGround;
    eHeightGround = $('#notViewGround').height() + begHeightGround;
    
    $('#showGround').animate({width: eWidthGround, height: eHeightGround}, 100);
    
    $("#showGround").hover(
        function() {
            ;
        }, 
            function() {
                if ($('#notViewGround').css('display') == 'none') {
            return;
            }
            $('#showGround').animate({width: begWidthGround, height: begHeightGround}, 100, function() {
                $('#showGround').removeAttr('style');
                $('#notViewGround').removeAttr('style');
                $('#lnkGround').removeAttr('style');
            });
        }
    );
}
function showGround1()
{
    $('#showGround').removeClass('tableNoActive');
    if ($('#notViewGround').css('display') == 'block') {
        return;
    }
    begWidthGround = $('#showGround').width();
    begHeightGround = $('#showGround').height() + 5;
    $('#lnkGround').css('border', 'none');
    $('#showGround').css({
        width: begWidthGround,
        height: begHeightGround,
        overflow: 'hidden'
    });

    $('#notViewGround').show();

    eWidthGround = $('#notViewGround').width() + begWidthGround;
    eHeightGround = $('#notViewGround').height() + begHeightGround;
    
    $('#showGround').animate({width: eWidthGround, height: eHeightGround}, 100);
    
    $("#showGround").hover(
        function() {
            ;
        }, 
            function() {
                if ($('#notViewGround').css('display') == 'none') {
            return;
            }
            $('#showGround').animate({width: begWidthGround, height: begHeightGround}, 100, function() {
                $('#showGround').removeAttr('style');
                $('#notViewGround').removeAttr('style');
                $('#lnkGround').removeAttr('style');
                $('#showGround').addClass('tableNoActive');
            });
        }
    );
}
