// buffet
		  
		  var thpath = "images/thumbs/buffet/";
		  var imgpath = "images/enlarged/buffet/";
		  
		  var products =  new Object();
		  
		   
		  products.item1 = new Object();
		  products.item1["id"] = "bu001";
		  products.item1["name"] =  "Buffet Table";	  
		  products.item1["thumbpath"] = thpath + "buffet.jpg";
		  products.item1["imgpath"] = imgpath + "buffet.jpg";
		  products.item1["description"] = "Size : 40\" x 21\" x 31\"";
		  products.item1["width"] = 620;
		  products.item1["height"] = 480;
		  
		  products.item2 = new Object();
		  products.item2["id"] = "bu002";
		  products.item2["name"] =  "Monarch Buffet";	  
		  products.item2["thumbpath"] = thpath + "buffet_monarch.jpg";
		  products.item2["imgpath"] = imgpath + "buffet_monarch.jpg";
		  products.item2["description"] = "Size : 86\" x 24\" x 42\"";
		  products.item2["width"] = 620;
		  products.item2["height"] = 434;
		  
		  products.item3 = new Object();
		  products.item3["id"] = "bu003";
		  products.item3["name"] =  "Venessa Buffet";	  
		  products.item3["thumbpath"] = thpath + "buffet_venessa.jpg";
		  products.item3["imgpath"] = imgpath + "buffet_venessa.jpg";
		  products.item3["description"] = "Size : 72\" x 24\" x 43\"";
		  products.item3["width"] = 620;
		  products.item3["height"] = 316;		  
		  
		  products.item4 = new Object();
		  products.item4["id"] = "bu004";
		  products.item4["name"] =  "Buffet Hutch";	  
		  products.item4["thumbpath"] = thpath + "buffet_hutch.jpg";
		  products.item4["imgpath"] = imgpath + "buffet_hutch.jpg";
		  products.item4["description"] = "Size: NA";
		  products.item4["width"] = 342;
		  products.item4["height"] = 243;
		  
		  products.item5 = new Object();
		  products.item5["id"] = "bu005";
		  products.item5["name"] =  "Buffet Leonardo";	  
		  products.item5["thumbpath"] = thpath + "buffet_leonardo.jpg";
		  products.item5["imgpath"] = imgpath + "buffet_leonardo.jpg";
		  products.item5["description"] = "Size: NA";
		  products.item5["width"] = 620;
		  products.item5["height"] = 387;
		  
		  products.item6 = new Object();
		  products.item6["id"] = "bu006";
		  products.item6["name"] =  "Express Buffet";	  
		  products.item6["thumbpath"] = thpath + "buffet_express.jpg";
		  products.item6["imgpath"] = imgpath + "buffet_express.jpg";
		  products.item6["description"] = "Size : NA ";
		  products.item6["width"] = 620;
		  products.item6["height"] = 330;
		  
		  products.item7 = new Object();
		  products.item7["id"] = "bu007";
		  products.item7["name"] =  "Buffet Sibilla";	  
		  products.item7["thumbpath"] = thpath + "buffet_sibilla.jpg";
		  products.item7["imgpath"] = imgpath + "buffet_sibilla.jpg";
		  products.item7["description"] = "Size : NA ";
		  products.item7["width"] = 620;
		  products.item7["height"] = 670;
		  
		  products.item8 = new Object();
		  products.item8["id"] = "bu008";
		  products.item8["name"] =  "Buffet1 ";	  
		  products.item8["thumbpath"] = thpath + "buffet_new_1.jpg";
		  products.item8["imgpath"] = imgpath + "buffet_new_1.jpg";
		  products.item8["description"] = "Size : NA ";
		  products.item8["width"] = 620;
		  products.item8["height"] = 316;
		  
		  products.item9 = new Object();
		  products.item9["id"] = "bu009";
		  products.item9["name"] =  "Buffet2";	  
		  products.item9["thumbpath"] = thpath + "buffet_new_2.jpg";
		  products.item9["imgpath"] = imgpath + "buffet_new_2.jpg";
		  products.item9["description"] = "Size : NA ";
		  products.item9["width"] = 620;
		  products.item9["height"] = 285;
		  
		  products.item10 = new Object();
		  products.item10["id"] = "bu010";
		  products.item10["name"] =  "Buffet3";	  
		  products.item10["thumbpath"] = thpath + "buffet_new_3.jpg";
		  products.item10["imgpath"] = imgpath + "buffet_new_3.jpg";
		  products.item10["description"] = "Size : NA ";
		  products.item10["width"] = 620;
		  products.item10["height"] = 397;
		  
		  products.item11 = new Object();
		  products.item11["id"] = "bu011";
		  products.item11["name"] =  "Buffet4 ";	  
		  products.item11["thumbpath"] = thpath + "buffet_new_4.jpg";
		  products.item11["imgpath"] = imgpath + "buffet_new_4.jpg";
		  products.item11["description"] = "Size : NA ";
		  products.item11["width"] = 620;
		  products.item11["height"] = 378;
		  
		  products.item12 = new Object();
		  products.item12["id"] = "bu012";
		  products.item12["name"] =  "Buffet5 ";	  
		  products.item12["thumbpath"] = thpath + "buffet_new_5.jpg";
		  products.item12["imgpath"] = imgpath + "buffet_new_5.jpg";
		  products.item12["description"] = "Size : NA ";
		  products.item12["width"] = 620;
		  products.item12["height"] = 390;
		  
		  
		  