function CTitle(TRID, TDID)
{
	this.prototype = new CSuper('title', TRID, TDID);
}
