function Cproduct(name,unitprice)
{	this.name = name;
	this.unitprice = unitprice;
}

