slides
:-object object_t_insight : [slides].
var url = '@talk-t-insight.wrl'.
var slideset = 't-insight'.
var interface = 't-insight-interface'.
main :-
load(url),
delay(5000),
initialize,
watch(slideset),
connect(interface),
delay(2000),
!.
:- end_object object_t_insight.