var reset_tabs = function(){
    $('.tab_a_top img').attr('src','images/home6/looking1.jpg')
    $('.tab_b_top img').attr('src','images/home6/advertising1.jpg')
    $('.tab_c_top img').attr('src','images/home6/finding1.jpg')
}

var go_tab_a = function(){
    reset_tabs()
    $('.tab_a_top img').attr('src','images/pages/looking2.jpg')
    $('.tabjoinbar img').attr('src','images/pages/looking/lookingmaintext.jpg')
    $('.tab_content').html('We have three things that you will have a hard time finding in any other leasing website.'+
    '<ul><li>The areas best selection of Rental and Lease to Own homes in one convenient search</li>'+
    '<li>Spend less time searching, because you only make one phone call on any home here</li>'+
    '<li>Real people ready to answer questions, setup showings and help you find the right home</li></ul>'+
    ''+
    '<center><a style="color:white" href="/dynamic/index.php/">Start Searching through Area Homes</a></center>')
    return false
}

var go_tab_b = function(){
    reset_tabs()
    $('.tab_b_top img').attr('src','images/pages/advertising2.jpg')
    $('.tabjoinbar img').attr('src','images/pages/advertising/advertisingmaintext.jpg')
    $('.tab_content').html('You\'ll find out quickly that CharlotteLeaseConnection.com is the way advertising should be.'+
    '<ul>'+
    '<li>It\'s FREE to get started, does not cost you a thing to create an account.</li>'+
    '<li>Gives customers a great place to find your home, no matter what street it\'s on.</li>'+
    '<li>Whether a Company or a Homeowner, the way we do it will save you time and money.</li>'+
    '</ul>'+
    '<center><a style="color:white" href="/dynamic/index.php/advertise">Start your Advertising Account</a></center>'
    )
    return false
}

var go_tab_c = function(){
    reset_tabs()
    $('.tab_c_top img').attr('src','images/pages/finding2.jpg')
    $('.tabjoinbar img').attr('src','images/pages/finding/advertisingmaintext.jpg')
    $('.tab_content').html('It\'s easy to find local resources that you need when Renting or Lease to Owning a home.'+
        '<ul><li>Renters can find; insurances, moving services, utility companies, school systems, etc.</li>' +
        '<li>Homeowners can find; insurances, management companies, repair contractors, etc.</li>' +
        '<li>Also a great list of local attractions, popular places, area statics & government contacts.</li></ul>'+
        '<center><a style="color:white" href="/findingresources.htm">Start searching local Resources</a></center>')
    return false
}

$('.tab_a_top a, a.tab_link_a').click(go_tab_a)
$('.tab_b_top a, a.tab_link_b').click(go_tab_b)
$('.tab_c_top a, a.tab_link_c').click(go_tab_c)