// show the store when someone clicks on a store link
$(".show_store").click(function() {
    $("ul#tabs").tabs('select', 2)
    return false
})
