function MT(cmodtypengnVal,nplVal,nfrmpfVal,nserepcfrVal,nserepctoVal) { // ModelType
	this.cmodtypengn = cmodtypengnVal;
	this.npl = nplVal;
	this.nfrmpf = nfrmpfVal;
	this.nserepcfr = nserepcfrVal;
	this.nserepcto = nserepctoVal;
}

