// chairs
		  
		  var thpath = "images/thumbs/kitchen/";
		  var imgpath = "images/enlarged/kitchen/";
		  
		  var products =  new Object();
		  
		  products.item1 = new Object();
		  products.item1["id"] = "ch001";
		  products.item1["name"] =  "Kitchen";	  
		  products.item1["thumbpath"] = thpath + "01.jpg";
		  products.item1["imgpath"] = imgpath + "01.jpg";
		  products.item1["description"] = "";
		  products.item1["width"] = 620;
		  products.item1["height"] = 465;
		  
		  products.item2 = new Object();
		  products.item2["id"] = "ch002";
		  products.item2["name"] =  "Kitchen";	   
		  products.item2["thumbpath"] = thpath + "02.jpg";
		  products.item2["imgpath"] = imgpath + "02.jpg";
		  products.item2["description"] = "";
		  products.item2["width"] = 620;
		  products.item2["height"] = 465;
		  
		  products.item3 = new Object();
		  products.item3["id"] = "ch003";
		  products.item3["name"] =  "Kitchen";	  
		  products.item3["thumbpath"] = thpath + "03.jpg";
		  products.item3["imgpath"] = imgpath + "03.jpg";
		  products.item3["description"] = "";
		  products.item3["width"] = 620;
		  products.item3["height"] = 465;
		  
		  products.item4 = new Object();
		  products.item4["id"] = "ch004";
		  products.item4["name"] =  "Kitchen";	  
		  products.item4["thumbpath"] = thpath + "04.jpg";
		  products.item4["imgpath"] = imgpath + "04.jpg";
		  products.item4["description"] = "";
		  products.item4["width"] = 620;
		  products.item4["height"] = 465;
		  
		  products.item5 = new Object();
		  products.item5["id"] = "ch005";
		  products.item5["name"] =  "Kitchen";	  
		  products.item5["thumbpath"] = thpath + "05.jpg";
		  products.item5["imgpath"] = imgpath + "05.jpg";
		  products.item5["description"] = "";
		  products.item5["width"] = 620;
		  products.item5["height"] = 465;
		  
		  products.item6 = new Object();
		  products.item6["id"] = "ch006";
		  products.item6["name"] =  "Kitchen";	  
		  products.item6["thumbpath"] = thpath + "06.jpg";
		  products.item6["imgpath"] = imgpath + "06.jpg";
		  products.item6["description"] = "";
		  products.item6["width"] = 620;
		  products.item6["height"] = 465;
		  
		  products.item7 = new Object();
		  products.item7["id"] = "ch007";
		  products.item7["name"] =  "Kitchen";	  
		  products.item7["thumbpath"] = thpath + "07.jpg";
		  products.item7["imgpath"] = imgpath + "07.jpg";
		  products.item7["description"] = "";
		  products.item7["width"] = 620;
		  products.item7["height"] = 465;
		  
		  products.item8 = new Object();
		  products.item8["id"] = "ch008";
		  products.item8["name"] =  "Kitchen";	  
		  products.item8["thumbpath"] = thpath + "08.jpg";
		  products.item8["imgpath"] = imgpath + "08.jpg";
		  products.item8["description"] = "";
		  products.item8["width"] = 620;
		  products.item8["height"] = 465;
		  
		  
		
				  
		  