function EpgRoot(id, root){
	this.id = id;
	this.root = root;
}