var product_array = new Array();
function product(name, url, description, thumbnail, alt, pi_url, isi_url,subtherapy, therapy, readmore)
   {
   this.Name = name; 
   this.Url = url; 
   this.Description = description; 
   this.Thumbnail = thumbnail;
   this.Alt = alt; 
   this.Pi = pi_url;
   this.Isi = isi_url;
   this.Subtherapy = subtherapy;
   this.Therapy = therapy;
   this.Readmore = readmore;
   }
   product_array[product_array.length++] = new product("克凌诺","/healthcare_professionals/products/nui_kelingnuo.html", "", "/images/healthcare_professionals/products/nutrition/kelingnuo.jpg", "长链脂肪乳注射液（OO）", "", "", "", "肠外营养","更多");
   product_array[product_array.length++] = new product("施尼维他","/healthcare_professionals/products/nui_shiniweita.html", "", "/images/healthcare_professionals/products/nutrition/shiniweita.jpg", "注射用多种维生素（12） ", "", "", "", "肠外营养","更多");
   product_array[product_array.length++] = new product("侨光卡路","/healthcare_professionals/products/nui_bqkalu.html", "", "/images/healthcare_professionals/products/nutrition/bqkalu.jpg", "中/长链脂肪乳注射液 ( C 8～24 )", "", "", "", "肠外营养","更多");
   product_array[product_array.length++] = new product("卡里","/healthcare_professionals/products/nui_kali.html", "", "/images/healthcare_professionals/products/nutrition/kali.jpg", "脂肪乳注射液C14-24 ", "", "", "", "肠外营养","更多");
   product_array[product_array.length++] = new product("多利美","/healthcare_professionals/products/nui_duomeili.html", "", "/images/healthcare_professionals/products/nutrition/18aa.jpg", "复方氨基酸注射液 (18AA) ", "", "", "", "肠外营养","更多");
   product_array[product_array.length++] = new product("克灵麦","/healthcare_professionals/products/nui_kelingmai.html", "", "/images/healthcare_professionals/products/nutrition/kelingmai.jpg", "氨基酸葡萄糖注射液", "", "", "", "肠外营养","更多");

