prodArray=new Array();

function prodObj(dText, bText, sku, qty, price, orig_price, category, subcateogry, whofor, packageof, sa_code, color, print_color, dTitle, bTitle, size, pic){
	this.dText=dText;
	this.bText=bText;
	this.sku=sku;
	this.qty=qty;
	this.price=price;
	this.orig_price=orig_price;
	this.category=category;
	this.subcateogry=subcateogry;
	this.whofor=whofor;
	this.packageof=packageof;
	this.sa_code=sa_code;
	this.color=color;
	this.print_color=print_color;
	this.dTitle=dTitle;
	this.bTitle=bTitle;
	this.size=size;
	this.pic=pic;
}
