﻿$(document).ready(function() {
    $('.dirLink').popupWindow({
        height: 425,
        width: 800,
        centerBrowser:1,
        windowName: 'directions'
    });
});
