var ingredients = new Array();
ingredients[0] = {
	eng: "Durum Semolina, Hard Wheat, Drinking Water, No Additives.", 
	chi: "杜林麥，杜林硬粒小麥，食水，無添加劑。"
}
ingredients[1] = {
	eng: "100% Durum Semolina, Drinking Water, No Additives.", 
	chi: "100% 杜林麥，食水，無添加劑。"
}
var packSize = new Array();
packSize[0] = {
	eng: "4 plastic bags x 7lbs = 28 lbs (12.7 kgs)  per carton",
	chi: "每箱為4膠袋包裝(每包7磅)，共28磅(12.7千克)"
}
var shelfLife = new Array();
shelfLife[0] = {
	eng: "2 years (store under cool, dry condition); 2 ~ 4 months is suggested during monsoon season in Hong Kong i.e. April - August .",
	chi: "2年(存放於清涼乾爽地方); 2 ~ 4 個月(適用於香港之潮濕季節如每年4 ~ 8 月份)。"
}
var products = new Array();

var imgPath="../images/";
var i=-1;

products[++i] = {
	pics:imgPath+"Pasta3.jpg", 
	picsSrc:imgPath+"products/Pasta03.jpg", 
	productCode:"PTA 11", 
	descEng:"SPAGHETTI", 
	descChi:"意粉",
	dtlEng:"A cylindrical shaped, long pasta formed through a Teflon die.", 
	dtlChi:"",
	dimenEng: "Length = 260mm+/-5mm<br>Diameter = 2.0mm",
	dimenChi: "長度 = 260mm+/-5mm<br>直徑 = 2.0mm",
	cookEng: "7 ~ 9 minutes",
	cookChi: "7 ~ 9 分鐘",
	ingredEng: ingredients[0].eng,
	ingredChi: ingredients[0].chi,
	packSizeEng: packSize[0].eng,
	packSizeChi: packSize[0].chi,
	shelfEng: shelfLife[0].eng,
	shelfChi: shelfLife[0].chi
}
products[++i] = {
	pics:imgPath+"Pasta3.jpg", 
	picsSrc:imgPath+"products/Pasta03.jpg", 
	productCode:"PTA 11A", 
	descEng:"SPAGHETTI - 100% Durum Wheat", 
	descChi:"100% 杜林麥意粉", 
	dtlEng:"A cylindrical shaped, long pasta formed through a Teflon die.", 
	dtlChi:"",
	dimenEng: "Length = 260mm+/-5mm<br>Diameter = 2.0mm",
	dimenChi: "長度 = 260mm+/-5mm<br>直徑 = 2.0mm",
	cookEng: "8 ~ 10 minutes",
	cookChi: "8 ~ 10 分鐘",
	ingredEng: ingredients[1].eng,
	ingredChi: ingredients[1].chi,
	packSizeEng: packSize[0].eng,
	packSizeChi: packSize[0].chi,
	shelfEng: shelfLife[0].eng,
	shelfChi: shelfLife[0].chi
}
products[++i] = {
	pics:imgPath+"Pasta2.jpg", 
	picsSrc:imgPath+"products/Pasta02.jpg", 
	productCode:"PTA 30", 
	descEng:"LINGUINE", 
	descChi:"幼扁身意粉", 
	dtlEng:"A flat, long pasta formed through a Teflon die.", 
	dtlChi:"",
	dimenEng: "Length = 260mm+/-5mm<br>Width = 2.5mm<br>Thickness = 0.9mm",
	dimenChi: "長度 = 260mm+/-5mm<br>闊度 = 2.5mm<br>厚度 = 0.9mm",
	cookEng: "7 ~ 9 minutes",
	cookChi: "7 ~ 9 分鐘",
	ingredEng: ingredients[0].eng,
	ingredChi: ingredients[0].chi,
	packSizeEng: packSize[0].eng,
	packSizeChi: packSize[0].chi,
	shelfEng: shelfLife[0].eng,
	shelfChi: shelfLife[0].chi
}
products[++i] = {
	pics:imgPath+"Pasta2.jpg", 
	picsSrc:imgPath+"products/Pasta02.jpg", 
	productCode:"PTA 30A", descEng:"LINGUINE - 100% Durum Wheat", 
	descChi:"100% 杜林麥幼扁身意粉", 
	dtlEng:"A flat, long pasta formed through a Teflon die.", 
	dtlChi:"",
	dimenEng: "Length = 260mm+/-5mm<br>Width = 2.5mm<br>Thickness = 0.9mm",
	dimenChi: "長度 = 260mm+/-5mm<br>闊度 = 2.5mm<br>厚度 = 0.9mm",
	cookEng: "8 ~ 10 minutes",
	cookChi: "8 ~ 10 分鐘",
	ingredEng: ingredients[1].eng,
	ingredChi: ingredients[1].chi,
	packSizeEng: packSize[0].eng,
	packSizeChi: packSize[0].chi,
	shelfEng: shelfLife[0].eng,
	shelfChi: shelfLife[0].chi
}
products[++i] = {
	pics:imgPath+"Pasta1.jpg", 
	picsSrc:imgPath+"products/Pasta01.jpg", 
	productCode:"PTA 31", 
	descEng:"FETTUCCINE", 
	descChi:"粗扁身意粉", 
	dtlEng:"A flat, wide long pasta formed through a Teflon die.", 
	dtlChi:"",
	dimenEng: "Length = 260mm+/-5mm<br>Width = 4.0mm<br>Thickness = 1.2mm",
	dimenChi: "長度 = 260mm+/-5mm<br>闊度 = 4.0mm<br>厚度 = 1.2mm",
	cookEng: "7 ~ 9 minutes",
	cookChi: "7 ~ 9 分鐘",
	ingredEng: ingredients[0].eng,
	ingredChi: ingredients[0].chi,
	packSizeEng: packSize[0].eng,
	packSizeChi: packSize[0].chi,
	shelfEng: shelfLife[0].eng,
	shelfChi: shelfLife[0].chi
}
products[++i] = {
	pics:imgPath+"Pasta1.jpg", 
	picsSrc:imgPath+"products/Pasta01.jpg", 
	productCode:"PTA 31A", 
	descEng:"FETTUCCINE - 100% Durum Wheat", 
	descChi:"100% 杜林麥粗扁身意粉", 
	dtlEng:"A flat, wide long pasta formed through a Teflon die.", 
	dtlChi:"",
	dimenEng: "Length = 260mm+/-5mm<br>Width = 4.0mm<br>Thickness = 1.2mm",
	dimenChi: "長度 = 260mm+/-5mm<br>闊度 = 4.0mm<br>厚度 = 1.2mm",
	cookEng: "8 ~ 10 minutes",
	cookChi: "8 ~ 10 分鐘",
	ingredEng: ingredients[1].eng,
	ingredChi: ingredients[1].chi,
	packSizeEng: packSize[0].eng,
	packSizeChi: packSize[0].chi,
	shelfEng: shelfLife[0].eng,
	shelfChi: shelfLife[0].chi
}
products[++i] = {
	pics:imgPath+"Pasta9.jpg", 
	picsSrc:imgPath+"products/Pasta09.jpg", 
	productCode:"PTA 60", 
	descEng:"SEDANI", 
	descChi:"長直紋通粉", 
	dtlEng:"A tubular shaped pasta with ridges formed through a Teflon die.", 
	dtlChi:"",
	dimenEng: "Curved Length = 40mm+/-2mm<br>Diameter = 3.5mm<br>Thickness = 1.4mm",
	dimenChi: "長度 = 40mm+/-2mm<br>直徑 = 3.5mm<br>厚度 = 1.4mm",
	cookEng: "6 ~ 8 minutes",
	cookChi: "6 ~ 8 分鐘",
	ingredEng: ingredients[0].eng,
	ingredChi: ingredients[0].chi,
	packSizeEng: packSize[0].eng,
	packSizeChi: packSize[0].chi,
	shelfEng: shelfLife[0].eng,
	shelfChi: shelfLife[0].chi
}
products[++i] = {
	pics:imgPath+"Pasta10.jpg", 
	picsSrc:imgPath+"products/Pasta10.jpg", 
	productCode:"PTA 61", 
	descEng:"TUBETI RIGATI", 
	descChi:"絲模花通", 
	dtlEng:"A tubular shaped pasta with ridges formed through a Teflon die.", 
	dtlChi:"",
	dimenEng: "Length = 7mm+/-1mm<br>Diameter = 5.8mm<br>Thickness = 1.5mm",
	dimenChi: "長度 = 7mm+/-1mm<br>直徑 = 5.8mm<br>厚度 = 1.5mm",
	cookEng: "6 ~ 8 minutes",
	cookChi: "6 ~ 8 分鐘",
	ingredEng: ingredients[0].eng,
	ingredChi: ingredients[0].chi,
	packSizeEng: packSize[0].eng,
	packSizeChi: packSize[0].chi,
	shelfEng: shelfLife[0].eng,
	shelfChi: shelfLife[0].chi
}
products[++i] = {
	pics:imgPath+"Pasta6.jpg", 
	picsSrc:imgPath+"products/Pasta06.jpg", 
	productCode:"PTA 80", 
	descEng:"ZITI TAGLIATI", 
	descChi:"長通粉", 
	dtlEng:"A tubular shaped pasta formed through a Teflon die.", 
	dtlChi:"",
	dimenEng: "Length = 40mm+/-2mm<br>Diameter = 6mm<br>Thickness = 1mm",
	dimenChi: "長度 = 40mm+/-2mm<br>直徑 = 6mm<br>厚度 = 1mm",
	cookEng: "7 ~ 9 minutes",
	cookChi: "7 ~ 9 分鐘",
	ingredEng: ingredients[0].eng,
	ingredChi: ingredients[0].chi,
	packSizeEng: packSize[0].eng,
	packSizeChi: packSize[0].chi,
	shelfEng: shelfLife[0].eng,
	shelfChi: shelfLife[0].chi
}
products[++i] = {
	pics:imgPath+"Pasta15.jpg", 
	picsSrc:imgPath+"products/Pasta15.jpg", 
	productCode:"PTA 91", 
	descEng:"PENNE ZITI RIGATE", 
	descChi:"M尖型直紋通粉", 
	dtlEng:"A ridged, tubular, slant-cut pasta formed through a Teflon die.", 
	dtlChi:"",
	dimenEng: "Length = 40mm+/-5mm<br>Diameter = 9mm<br>Thickness = 1.2mm",
	dimenChi: "長度 = 40mm+/-5mm<br>直徑 = 9mm<br>厚度 = 1.2mm",
	cookEng: "8 ~ 10 minutes",
	cookChi: "8 ~ 10 分鐘",
	ingredEng: ingredients[0].eng,
	ingredChi: ingredients[0].chi,
	packSizeEng: packSize[0].eng,
	packSizeChi: packSize[0].chi,
	shelfEng: shelfLife[0].eng,
	shelfChi: shelfLife[0].chi
}
products[++i] = {
	pics:imgPath+"Pasta14.jpg", 
	picsSrc:imgPath+"products/Pasta14.jpg", 
	productCode:"PTA 160", 
	descEng:"RIGATONI", 
	descChi:"粗短直紋通粉", 
	dtlEng:"A tubular shaped pasta with ridges formed through a Teflon die.", 
	dtlChi:"",
	dimenEng: "Length = 40mm+/-3mm<br>Diameter = 16mm<br>Thickness = 1.4mm",
	dimenChi: "長度 = 40mm+/-3mm<br>直徑 = 16mm<br>厚度 = 1.4mm",
	cookEng: "8 ~ 10 minutes",
	cookChi: "8 ~ 10 分鐘",
	ingredEng: ingredients[0].eng,
	ingredChi: ingredients[0].chi,
	packSizeEng: packSize[0].eng,
	packSizeChi: packSize[0].chi,
	shelfEng: shelfLife[0].eng,
	shelfChi: shelfLife[0].chi
}
products[++i] = {
	pics:imgPath+"Pasta11.jpg", 
	picsSrc:imgPath+"products/Pasta11.jpg", 
	productCode:"PTA 161", 
	descEng:"PENNONI RIGATI", 
	descChi:"M尖粗短通粉", 
	dtlEng:"A ridged, tubular, slant-cut pasta formed through a Teflon die.", 
	dtlChi:"",
	dimenEng: "Length = 40mm+/-5mm<br>Diameter = 16mm<br>Thickness = 1.4mm",
	dimenChi: "長度 = 40mm+/-5mm<br>直徑 = 16mm<br>厚度 = 1.4mm",
	cookEng: "8 ~ 10 minutes",
	cookChi: "8 ~ 10 分鐘",
	ingredEng: ingredients[0].eng,
	ingredChi: ingredients[0].chi,
	packSizeEng: packSize[0].eng,
	packSizeChi: packSize[0].chi,
	shelfEng: shelfLife[0].eng,
	shelfChi: shelfLife[0].chi
}
products[++i] = {
	pics:imgPath+"Pasta16.jpg", 
	picsSrc:imgPath+"products/Pasta16.jpg", 
	productCode:"PTA 201", 
	descEng:"GOBBETTI", 
	descChi:"細光通", 
	dtlEng:"An elbow shaped pasta formed through a Teflon die.", 
	dtlChi:"",
	dimenEng: "Curved Length = 20mm+/-3mm<br>Diameter = 3.4mm<br>Thickness = 1.2mm",
	dimenChi: "長度 = 20mm+/-3mm<br>直徑 = 3.4mm<br>厚度 = 1.2mm",
	cookEng: "6 ~ 8 minutes",
	cookChi: "6 ~ 8 分鐘",
	ingredEng: ingredients[0].eng,
	ingredChi: ingredients[0].chi,
	packSizeEng: packSize[0].eng,
	packSizeChi: packSize[0].chi,
	shelfEng: shelfLife[0].eng,
	shelfChi: shelfLife[0].chi
}
products[++i] = {
	pics:imgPath+"Pasta4.jpg", 
	picsSrc:imgPath+"products/Pasta04.jpg", 
	productCode:"PTA 202", 
	descEng:"FUSILLI", 
	descChi:"螺絲粉", 
	dtlEng:"A spiral shaped pasta formed through a Teflon die.", 
	dtlChi:"",
	dimenEng: "Length = 40mm+/-5mm<br>Diameter = 9mm+/-1mm",
	dimenChi: "長度 = 40mm+/-5mm<br>直徑 = 9mm+/-1mm",	
	cookEng: "6 ~ 8 minutes",
	cookChi: "6 ~ 8 分鐘",
	ingredEng: ingredients[0].eng,
	ingredChi: ingredients[0].chi,
	packSizeEng: packSize[0].eng,
	packSizeChi: packSize[0].chi,
	shelfEng: shelfLife[0].eng,
	shelfChi: shelfLife[0].chi	
}
products[++i] = {
	pics:imgPath+"Pasta13.jpg", 
	picsSrc:imgPath+"products/Pasta13.jpg", 
	productCode:"PTA 203", 
	descEng:"CONCHIGLIE", 
	descChi:"中蜆殼粉", 
	dtlEng:"A shell shaped pasta with ridges formed through a Teflon die.", 
	dtlChi:"",
	dimenEng: "Length = 40mm+/-3mm<br>Diameter = 35mm<br>Thickness = 1.2mm",
	dimenChi: "長度 = 40mm+/-3mm<br>直徑 = 35mm<br>厚度 = 1.2mm",
	cookEng: "8 ~ 10 minutes",
	cookChi: "8 ~ 10 分鐘",
	ingredEng: ingredients[0].eng,
	ingredChi: ingredients[0].chi,
	packSizeEng: packSize[0].eng,
	packSizeChi: packSize[0].chi,
	shelfEng: shelfLife[0].eng,
	shelfChi: shelfLife[0].chi
}
products[++i] = {
	pics:imgPath+"Pasta12.jpg", 
	picsSrc:imgPath+"products/Pasta12.jpg", 
	productCode:"PTA 204", 
	descEng:"CAPELLINI TAGLIATI", 
	descChi:"天使幼針意粉", 
	dtlEng:"A hair shape pasta formed through a Teflon die.", 
	dtlChi:"",
	dimenEng: "Length = 23mm+/-3mm<br>Diameter = 1mm",
	dimenChi: "長度 = 23mm+/-3mm<br>直徑 = 1mm",
	cookEng: "2 ~ 3 minutes",
	cookChi: "2 ~ 3 分鐘",
	ingredEng: ingredients[0].eng,
	ingredChi: ingredients[0].chi,
	packSizeEng: packSize[0].eng,
	packSizeChi: packSize[0].chi,
	shelfEng: shelfLife[0].eng,
	shelfChi: shelfLife[0].chi
}
products[++i] = {
	pics:imgPath+"Pasta8.jpg", 
	picsSrc:imgPath+"products/Pasta08.jpg", 
	productCode:"PTA 205", 
	descEng:"CHIFFERI LISCI", 
	descChi:"中光通心粉", 
	dtlEng:"An elbow shaped pasta formed through a Teflon die.", 
	dtlChi:"",
	dimenEng: "Curved Length = 15mm+/-2mm<br>Diameter = 4.2+/-0.1mm<br>Thickness = 0.8mm",
	dimenChi: "長度 = 15mm+/-2mm<br>直徑 = 4.2+/-0.1mm<br>厚度 = 0.8mm",
	cookEng: "4 ~ 6 minutes",
	cookChi: "4 ~ 6 分鐘",
	ingredEng: ingredients[0].eng,
	ingredChi: ingredients[0].chi,
	packSizeEng: packSize[0].eng,
	packSizeChi: packSize[0].chi,
	shelfEng: shelfLife[0].eng,
	shelfChi: shelfLife[0].chi
}
products[++i] = {
	pics:imgPath+"Pasta7.jpg", 
	picsSrc:imgPath+"products/Pasta07.jpg", 
	productCode:"PTA 206", 
	descEng:"CHIFFERI RIGATE", 
	descChi:"中花通心粉", 
	dtlEng:"An elbow shaped pasta with ridges formed through a Teflon die.", 
	dtlChi:"",
	dimenEng: "Curved Length = 25mm+/-3mm<br>Diameter = 5mm<br>Thickness = 1.2mm",
	dimenChi: "長度 = 25mm+/-3mm<br>直徑 = 5mm<br>厚度 = 1.2mm",
	cookEng: "6 ~ 8 minutes",
	cookChi: "6 ~ 8 分鐘",
	ingredEng: ingredients[0].eng,
	ingredChi: ingredients[0].chi,
	packSizeEng: packSize[0].eng,
	packSizeChi: packSize[0].chi,
	shelfEng: shelfLife[0].eng,
	shelfChi: shelfLife[0].chi
}
products[++i] = {
	pics:imgPath+"Pasta5.jpg", 
	picsSrc:imgPath+"products/Pasta05.jpg", 
	productCode:"PTA 207", 
	descEng:"COCCIOLINI", 
	descChi:"蜆殼粉", 
	dtlEng:"A small shell shaped pasta with ridges formed through a Teflon die.", 
	dtlChi:"",
	dimenEng: "Curved Length = 20mm+/-3mm<br>Diameter = 13mm<br>Thickness = 1.2mm",
	dimenChi: "長度 = 20mm+/-3mm<br>直徑 = 13mm<br>厚度 = 1.2mm",
	cookEng: "6 ~ 8 minutes",
	cookChi: "6 ~ 8 分鐘",
	ingredEng: ingredients[0].eng,
	ingredChi: ingredients[0].chi,
	packSizeEng: packSize[0].eng,
	packSizeChi: packSize[0].chi,
	shelfEng: shelfLife[0].eng,
	shelfChi: shelfLife[0].chi
}