// tables
		  
		  var thpath = "images/thumbs/tables/";
		  var imgpath = "images/enlarged/tables/";
		  
		  var products =  new Object();
		  
		  products.item1 = new Object();
		  products.item1["id"] = "ta001";
		  products.item1["name"] =  "Office Table";	  
		  products.item1["thumbpath"] = thpath + "table_office.jpg";
		  products.item1["imgpath"] = imgpath + "table_office.jpg";
		  products.item1["description"] = "";
		  products.item1["width"] = 620;
		  products.item1["height"] = 378;
		  
		  products.item2 = new Object();
		  products.item2["id"] = "ta002";
		  products.item2["name"] =  "Angel Computer Table";	  
		  products.item2["thumbpath"] = thpath + "table_angel_computer.jpg";
		  products.item2["imgpath"] = imgpath + "table_angel_computer.jpg";
		  products.item2["description"] = "";
		  products.item2["width"] = 620;
		  products.item2["height"] = 708;
		  
		  products.item3 = new Object();
		  products.item3["id"] = "ta003";
		  products.item3["name"] =  "Table1";	  
		  products.item3["thumbpath"] = thpath + "table.jpg";
		  products.item3["imgpath"] = imgpath + "table.jpg";
		  products.item3["description"] = "";
		  products.item3["width"] = 620;
		  products.item3["height"] = 395;
		  
		  products.item4 = new Object();
		  products.item4["id"] = "ta004";
		  products.item4["name"] =  "Chippendale Table";	  
		  products.item4["thumbpath"] = thpath + "table_chippendale.jpg";
		  products.item4["imgpath"] = imgpath + "table_chippendale.jpg";
		  products.item4["description"] = "Size: 33\" x 33\" x 28\"";
		  products.item4["width"] = 450;
		  products.item4["height"] = 488;		  
		  
		  products.item5 = new Object();
		  products.item5["id"] = "ta005";
		  products.item5["name"] =  "Office Table2";	  
		  products.item5["thumbpath"] = thpath + "table_office2.jpg";
		  products.item5["imgpath"] = imgpath + "table_office2.jpg";
		  products.item5["description"] = "";
		  products.item5["width"] = 450;
		  products.item5["height"] = 273;
		  
		  products.item6 = new Object();
		  products.item6["id"] = "ta006";
		  products.item6["name"] =  "Coffee Table";	  
		  products.item6["thumbpath"] = thpath + "table_coffee.jpg";
		  products.item6["imgpath"] = imgpath + "table_coffee.jpg";
		  products.item6["description"] = "";
		  products.item6["width"] = 450;
		  products.item6["height"] = 393;
		  
		  products.item7 = new Object();
		  products.item7["id"] = "ta007";
		  products.item7["name"] =  "Restaurant Table";	  
		  products.item7["thumbpath"] = thpath + "table_restaurant.jpg";
		  products.item7["imgpath"] = imgpath + "table_restaurant.jpg";
		  products.item7["description"] = "";
		  products.item7["width"] = 620;
		  products.item7["height"] = 387;
		  
		  products.item8 = new Object();
		  products.item8["id"] = "ta008";
		  products.item8["name"] =  "Restaurant Chair";	  
		  products.item8["thumbpath"] = thpath + "table_restaurant_chair.jpg";
		  products.item8["imgpath"] = imgpath + "table_restaurant_chair.jpg";
		  products.item8["description"] = "";
		  products.item8["width"] = 355;
		  products.item8["height"] = 500;
		  
		  products.item9 = new Object();
		  products.item9["id"] = "ta009";
		  products.item9["name"] =  "Billiards Table";	  
		  products.item9["thumbpath"] = thpath + "table_billiards.jpg";
		  products.item9["imgpath"] = imgpath + "table_billiards.jpg";
		  products.item9["description"] = "Size: 118\"L x 64\"B x 34\"H";
		  products.item9["width"] = 620;
		  products.item9["height"] = 359;
		  
		  products.item10 = new Object();
		  products.item10["id"] = "ta010";
		  products.item10["name"] =  "Round Table";	  
		  products.item10["thumbpath"] = thpath + "table_round.jpg";
		  products.item10["imgpath"] = imgpath + "table_round.jpg";
		  products.item10["description"] = "";
		  products.item10["width"] = 370;
		  products.item10["height"] = 500;
		  
		  products.item11 = new Object();
		  products.item11["id"] = "ta011";
		  products.item11["name"] =  "Bar Cabinet";	  
		  products.item11["thumbpath"] = thpath + "table_barcabinet.jpg";
		  products.item11["imgpath"] = imgpath + "table_barcabinet.jpg";
		  products.item11["description"] = "";
		  products.item11["width"] = 400;
		  products.item11["height"] = 244;
		  
		  products.item12 = new Object();
		  products.item12["id"] = "ta012";
		  products.item12["name"] =  "Cofee Table With Chair";	  
		  products.item12["thumbpath"] = thpath + "table_coffeewithchair.jpg";
		  products.item12["imgpath"] = imgpath + "table_coffeewithchair.jpg";
		  products.item12["description"] = "";
		  products.item12["width"] = 450;
		  products.item12["height"] = 244;
		  
		  products.item13 = new Object();
		  products.item13["id"] = "ta013";
		  products.item13["name"] =  "Vermont Square Table";	  
		  products.item13["thumbpath"] = thpath + "table_vermont_square.jpg";
		  products.item13["imgpath"] = imgpath + "table_vermont_square.jpg";
		  products.item13["description"] = "";
		  products.item13["width"] = 620;
		  products.item13["height"] = 441;
		  
		  products.item14 = new Object();
		  products.item14["id"] = "ta014";
		  products.item14["name"] =  "Vermont Table";	  
		  products.item14["thumbpath"] = thpath + "table_vermont.jpg";
		  products.item14["imgpath"] = imgpath + "table_vermont.jpg";
		  products.item14["description"] = "";
		  products.item14["width"] = 402;
		  products.item14["height"] = 500;
		  
		  products.item15 = new Object();
		  products.item15["id"] = "ta015";
		  products.item15["name"] =  "Vermont Round Table";	  
		  products.item15["thumbpath"] = thpath + "table_vermont_round.jpg";
		  products.item15["imgpath"] = imgpath + "table_vermont_round.jpg";
		  products.item15["description"] = "";
		  products.item15["width"] = 620;
		  products.item15["height"] = 362;
		  
products.item16 = new Object(); 
products.item16["id"] = "ta016"; 
products.item16["name"] = "Table 16"; 
products.item16["thumbpath"] = thpath + "tables_new_1.jpg"; 
products.item16["imgpath"] = imgpath + "tables_new_1.jpg"; 
products.item16["description"] = ""; 
products.item16["width"] = 530; 
products.item16["height"] = 400; 


products.item17 = new Object(); 
products.item17["id"] = "ta017"; 
products.item17["name"] = "Table 17"; 
products.item17["thumbpath"] = thpath + "tables_new_2.jpg"; 
products.item17["imgpath"] = imgpath + "tables_new_2.jpg"; 
products.item17["description"] = ""; 
products.item17["width"] = 620; 
products.item17["height"] = 311; 


products.item18 = new Object(); 
products.item18["id"] = "ta018"; 
products.item18["name"] = "Table 18"; 
products.item18["thumbpath"] = thpath + "tables_new_3.jpg"; 
products.item18["imgpath"] = imgpath + "tables_new_3.jpg"; 
products.item18["description"] = ""; 
products.item18["width"] = 496; 
products.item18["height"] = 400; 


products.item19 = new Object(); 
products.item19["id"] = "ta019"; 
products.item19["name"] = "Table 19"; 
products.item19["thumbpath"] = thpath + "tables_new_4.jpg"; 
products.item19["imgpath"] = imgpath + "tables_new_4.jpg"; 
products.item19["description"] = ""; 
products.item19["width"] = 357; 
products.item19["height"] = 400; 


products.item20 = new Object(); 
products.item20["id"] = "ta020"; 
products.item20["name"] = "Table 20"; 
products.item20["thumbpath"] = thpath + "tables_new_5.jpg"; 
products.item20["imgpath"] = imgpath + "tables_new_5.jpg"; 
products.item20["description"] = ""; 
products.item20["width"] = 620; 
products.item20["height"] = 386; 


products.item21 = new Object(); 
products.item21["id"] = "ta021"; 
products.item21["name"] = "Table 21"; 
products.item21["thumbpath"] = thpath + "tables_new_6.jpg"; 
products.item21["imgpath"] = imgpath + "tables_new_6.jpg"; 
products.item21["description"] = ""; 
products.item21["width"] = 610; 
products.item21["height"] = 400; 


products.item22 = new Object(); 
products.item22["id"] = "ta022"; 
products.item22["name"] = "Table 22"; 
products.item22["thumbpath"] = thpath + "tables_new_7.jpg"; 
products.item22["imgpath"] = imgpath + "tables_new_7.jpg"; 
products.item22["description"] = ""; 
products.item22["width"] = 436; 
products.item22["height"] = 400; 


products.item23 = new Object(); 
products.item23["id"] = "ta023"; 
products.item23["name"] = "Table 23"; 
products.item23["thumbpath"] = thpath + "tables_new_8.jpg"; 
products.item23["imgpath"] = imgpath + "tables_new_8.jpg"; 
products.item23["description"] = ""; 
products.item23["width"] = 620; 
products.item23["height"] = 374; 


products.item24 = new Object(); 
products.item24["id"] = "ta024"; 
products.item24["name"] = "Table 24"; 
products.item24["thumbpath"] = thpath + "tables_new_9.jpg"; 
products.item24["imgpath"] = imgpath + "tables_new_9.jpg"; 
products.item24["description"] = ""; 
products.item24["width"] = 485; 
products.item24["height"] = 400; 


products.item25 = new Object(); 
products.item25["id"] = "ta025"; 
products.item25["name"] = "Table 25"; 
products.item25["thumbpath"] = thpath + "tables_new_10.jpg"; 
products.item25["imgpath"] = imgpath + "tables_new_10.jpg"; 
products.item25["description"] = ""; 
products.item25["width"] = 620; 
products.item25["height"] = 370; 

