function dcsMultiTrack()
{
    if (arguments.length%2==0)
    {
        this.dcsSetProps(arguments);
        var dCurrent=new Date();
        this.DCS.dcsdat=dCurrent.getTime();
        this.dcsFPC();
        this.dcsTag();
    }
}