
function TableSejur()
{ 
	this.base = Table;
	this.PRETPERSOANATIPOFERTA = PRETPERSOANASEJUR;
	this.tdHeaderArray = new Array(DELA+"*",PANALA+"*",SINGLE,DOUBLE+"*",TRIPLE,RON);
	this.columnsInput = new Array("single","dubla","tripla","ron");

	this.createTableHotelSejur = function(id, nume)
	{
	    this.createTableHotel(id,nume);
		}
}

TableSejur.prototype = new Table;

