function MMC_CiaoProductPage( sInstanceId, iProductId ) {

	this.sInstanceId = sInstanceId;
	this.iProductId = iProductId;
	
	this.addToProductList = function() {
		xajax_AddProduct_displayAddProductDialog( 'ADDPL1', this.iProductId );
	}
}
