// JScript source code
function WayfinderPop(Lang, Root, Sub) {
    pageTracker._trackPageview('/outbound/wayfinder/' + window.location.pathname);
    //flightURL = 'http://massport.airportwayfinder.com/index.php?v=' + Root + '_' + Sub + '&lang=en';
    flightURL = 'http://massport.airportwayfinder.com/';
    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;
};

 

 