﻿function TrcItem(trcid, label, sd, th,types,co) {
    this.TrcId = trcid;
    this.Label = label;
    this.ShortDescription = sd;
    this.Thumbnail = th;
    this.Types = types;
    this.Coordinates = co;
}
//if (top!=self) top.location=self.location;
