public MarkerTrack( Session doc )
{
super();
// this.trail = new MarkerTrail( doc );
this.trail = new MarkerTrail();
setName( AbstractApplication.getApplication().getResourceString( "labelMarkers" ));
this.doc = doc;
osc = new OSCRouterWrapper( doc, this );