#LOCAL("varRouteDescHeight", 0) #IF(#INPUT.UseRoute AND #INPUT.ShowAddress) #SET("varRouteDescHeight", #INPUT.MapHeight - 165) #ELSIF(#INPUT.UseRoute OR #INPUT.ShowAddress) #SET("varRouteDescHeight", #INPUT.MapHeight - 65) #ELSE #SET("varRouteDescHeight", #INPUT.MapHeight) #ENDIF
#IF(NOT #INPUT.Print) {PrintNow} #ELSE {PrintNow} #ENDIF
#ENDLOCAL
#IF(#INPUT.UseRoute OR #INPUT.ShowAddress)
#IF(#INPUT.ShowAddress) #INCLUDE("INC-MapAddress") #ENDIF
#IF(#INPUT.UseRoute) #INCLUDE("INC-RouteForm") #ENDIF
#ENDIF