

FoodID = new Array(3);
FoodName = new Array(3);
FoodCategory = new Array(3);
FoodPrice = new Array(3);
FoodDescription = new Array(3);

FoodID[0]=("0000");	FoodName[0]=("Product1");	FoodCategory[0]=("chocolate");	FoodPrice[0]=("1.20");		FoodDescription[0]=("Add a description for product Product1 here, so it can be displayed within the shop");
FoodID[1]=("0001");	FoodName[1]=("Product2");	FoodCategory[1]=("honey");	FoodPrice[1]=("3.90");		FoodDescription[1]=("Add a description for product Product2 here, so it can be displayed within the shop");
FoodID[2]=("0002");	FoodName[2]=("Product3");	FoodCategory[2]=("chocolate");	FoodPrice[2]=("0.50");		FoodDescription[2]=("Add a description for product Product3 here, so it can be displayed within the shop");
FoodID[3]=("0003");	FoodName[3]=("Product4");	FoodCategory[3]=("honey");	FoodPrice[3]=("1.25");		FoodDescription[3]=("Add a description for product Product4 here, so it can be displayed within the shop");
FoodID[4]=("0004");	FoodName[4]=("Product5");	FoodCategory[4]=("chocolate");	FoodPrice[4]=("1.25");		FoodDescription[4]=("Add a description for product Product5 here, so it can be displayed within the shop");
FoodID[5]=("0005");	FoodName[5]=("Product6");	FoodCategory[5]=("olive oil");	FoodPrice[5]=("5.00");		FoodDescription[5]=("Add a description for product Product6 here, so it can be displayed within the shop");
FoodID[6]=("0006");	FoodName[6]=("Product1");	FoodCategory[6]=("chocolate");	FoodPrice[6]=("1.20");		FoodDescription[6]=("Add a description for product Product1 here, so it can be displayed within the shop");
FoodID[7]=("0007");	FoodName[7]=("Product2");	FoodCategory[7]=("honey");	FoodPrice[7]=("3.90");		FoodDescription[7]=("Add a description for product Product2 here, so it can be displayed within the shop");
FoodID[8]=("0008");	FoodName[8]=("Product3");	FoodCategory[8]=("chocolate");	FoodPrice[8]=("0.50");		FoodDescription[8]=("Add a description for product Product3 here, so it can be displayed within the shop");
FoodID[9]=("0009");	FoodName[9]=("Product4");	FoodCategory[9]=("honey");	FoodPrice[9]=("1.25");		FoodDescription[9]=("Add a description for product Product4 here, so it can be displayed within the shop");
FoodID[10]=("0010");	FoodName[10]=("Product5");	FoodCategory[10]=("chocolate");	FoodPrice[10]=("1.25");		FoodDescription[10]=("Add a description for product Product5 here, so it can be displayed within the shop");
FoodID[11]=("0011");	FoodName[11]=("Product6");	FoodCategory[11]=("olive oil");	FoodPrice[11]=("5.00");		FoodDescription[11]=("Add a description for product Product6 here, so it can be displayed within the shop");
FoodID[12]=("0012");	FoodName[12]=("Product5");	FoodCategory[12]=("chocolate");	FoodPrice[12]=("1.25");		FoodDescription[12]=("Add a description for product Product5 here, so it can be displayed within the shop");
FoodID[13]=("0013");	FoodName[13]=("Product6");	FoodCategory[13]=("olive oil");	FoodPrice[13]=("5.00");		FoodDescription[13]=("Add a description for product Product6 here, so it can be displayed within the shop");
FoodID[14]=("0014");	FoodName[14]=("Product5");	FoodCategory[14]=("chocolate");	FoodPrice[14]=("1.25");		FoodDescription[14]=("Add a description for product Product5 here, so it can be displayed within the shop");
FoodID[15]=("0015");	FoodName[15]=("Product6");	FoodCategory[15]=("olive oil");	FoodPrice[15]=("5.00");		FoodDescription[15]=("Add a description for product Product6 here, so it can be displayed within the shop");
FoodID[16]=("0016");	FoodName[16]=("Product5");	FoodCategory[16]=("chocolate");	FoodPrice[16]=("1.25");		FoodDescription[16]=("Add a description for product Product5 here, so it can be displayed within the shop");


