﻿function OpenDirections(NavigationUrl) {
    window.open(NavigationUrl, "", "toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=950,height=" + (screen.height - 100) + ",left=" + ((screen.width - 950) / 2) + ",top=30")
}