/*
    Coded by Steven Bower (cc) 2010
    TurnWheel Designs http://turnwheel.com
*/

$(function() {
    // Opens directions in popup window
    $('#printdir').click(function() {
        window.open($(this).attr('href'), 'clr_printdir','status=0,scrollbars=0,width=429,height=490');
        return false;
    });
});
