﻿function TRTEMenu()
{
	//private
		var self = this;

	//public
		this.button = new TList();
		this.panel = new TList();
}
