var catprices = new Array();
var catshippings = new Array();
var catreferences = new Array();
var catquantities = new Array();
var catstatus = new Array();
catreferences[1] = new Array("ELLA","ELLA","ELLA");
catquantities[1] = new Array(3,1,1);
catstatus[1] = new Array(1,1,1);
catprices[1] = new Array(12.50,12.50,12.50);
catshippings[1] = new Array(0.150,0.150,0.150);
catprices[2] = new Array(12.50,0);
catreferences[2] = new Array("ELLA-RO","");
catquantities[2] = new Array(2,0);
catstatus[2] = new Array(1,0);
catshippings[2] = new Array(0.150,0);
catprices[3] = new Array(15,15);
catreferences[3] = new Array("HEIDI-G","HEIDI-G");
catquantities[3] = new Array(2,1);
catstatus[3] = new Array(1,1);
catshippings[3] = new Array(0.250,0.250);
