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

