// JScript source code
function WayfinderPop(Lang, Root, Sub) {
    pageTracker._trackPageview('/outbound/wayfinder/' + window.location.pathname);
    flightURL = 'http://massport.airportwayfinder.com/index.htm?flight=' + Lang + '&active=' + Root + '&activeSub=' + Sub;
    window.open(flightURL, 'WayfinderWindow', "scrollbars=no,resizable=yes,toolbar=no,location=no,status=no,menubar=no,width=920,height=570,top=10,left=10").focus;
};
