// JavaScript Document

var thpath = "products/images/thumbs/";

var products = new Object();

products.item1 = new Object(); 
products.item1["id"] = "ss003"; 
products.item1["name"] = "Harmony"; 
products.item1["thumbpath"] = thpath + "sofasets/harmony/setty_harmony.jpg"; 
products.item1["filepath"] = "products/sofasets.htm";

products.item2 = new Object(); 
products.item2["id"] = "ss004"; 
products.item2["name"] = "Imperial"; 
products.item2["thumbpath"] = thpath + "sofasets/imperial/setty_imperial.jpg"; 
products.item2["filepath"] = "products/sofasets.htm";

products.item3 = new Object(); 
products.item3["id"] = "ss007"; 
products.item3["name"] = "Milano"; 
products.item3["thumbpath"] = thpath + "sofasets/milano/setty_milano.jpg"; 
products.item3["filepath"] = "products/sofasets.htm";

products.item4 = new Object(); 
products.item4["id"] = "ss008"; 
products.item4["name"] = "Prestige"; 
products.item4["thumbpath"] = thpath + "sofasets/prestige/setty_prestige.jpg"; 
products.item4["filepath"] = "products/sofasets.htm";

products.item5 = new Object(); 
products.item5["id"] = "ss010"; 
products.item5["name"] = "Queen"; 
products.item5["thumbpath"] = thpath + "sofasets/queen/setty_queen.jpg"; 
products.item5["filepath"] = "products/sofasets.htm";

products.item6 = new Object(); 
products.item6["id"] = "ss011"; 
products.item6["name"] = "Romeo"; 
products.item6["thumbpath"] = thpath + "sofasets/romeo/setty_romeo.jpg"; 
products.item6["filepath"] = "products/sofasets.htm";

products.item7 = new Object(); 
products.item7["id"] = "ss012"; 
products.item7["name"] = "Royal"; 
products.item7["thumbpath"] = thpath + "sofasets/royal/setty_royal.jpg"; 
products.item7["filepath"] = "products/sofasets.htm";

products.item8 = new Object(); 
products.item8["id"] = "ss014"; 
products.item8["name"] = "Venus"; 
products.item8["thumbpath"] = thpath + "sofasets/venus/setty_venus.jpg"; 
products.item8["filepath"] = "products/sofasets.htm";

products.item9 = new Object(); 
products.item9["id"] = "ss022"; 
products.item9["name"] = "Venetian"; 
products.item9["thumbpath"] = thpath + "sofasets/venetian/setty_venetian.jpg"; 
products.item9["filepath"] = "products/sofasets.htm";

products.item10 = new Object(); 
products.item10["id"] = "ss025"; 
products.item10["name"] = "Sofaset 25"; 
products.item10["thumbpath"] = thpath + "sofasets/sofasets_new_2.jpg"; 
products.item10["filepath"] = "products/sofasets.htm";

products.item11 = new Object(); 
products.item11["id"] = "mr002"; 
products.item11["name"] = "Eagle"; 
products.item11["thumbpath"] = thpath + "mirrors/mir_eagle.jpg"; 
products.item11["filepath"] = "products/mirrors.htm";

products.item12 = new Object(); 
products.item12["id"] = "mr004"; 
products.item12["name"] = "Mirror 4"; 
products.item12["thumbpath"] = thpath + "mirrors/mirror_new_1.jpg"; 
products.item12["filepath"] = "products/mirrors.htm";

products.item13 = new Object(); 
products.item13["id"] = "dr008"; 
products.item13["name"] = "Bird n Grapes Double"; 
products.item13["thumbpath"] = thpath + "doors/bird_n_grapes2.jpg"; 
products.item13["filepath"] = "products/doors.htm";

products.item14 = new Object(); 
products.item14["id"] = "dr015"; 
products.item14["name"] = "MWC 1"; 
products.item14["thumbpath"] = thpath + "doors/mwc1.jpg"; 
products.item14["filepath"] = "products/doors.htm";

products.item15 = new Object(); 
products.item15["id"] = "dr024"; 
products.item15["name"] = "Mughal"; 
products.item15["thumbpath"] = thpath + "doors/mughal.jpg"; 
products.item15["filepath"] = "products/doors.htm";

products.item16 = new Object(); 
products.item16["id"] = "dr048"; 
products.item16["name"] = "Door 48"; 
products.item16["thumbpath"] = thpath + "doors/door_new_22.jpg"; 
products.item16["filepath"] = "products/doors.htm";

products.item17 = new Object(); 
products.item17["id"] = "dr052"; 
products.item17["name"] = "Door 52"; 
products.item17["thumbpath"] = thpath + "doors/door_new_26.jpg"; 
products.item17["filepath"] = "products/doors.htm";

products.item18 = new Object(); 
products.item18["id"] = "co001"; 
products.item18["name"] = "Beauty Console"; 
products.item18["thumbpath"] = thpath + "consoles/con_beauty.jpg"; 
products.item18["filepath"] = "products/consoles.htm";

products.item19 = new Object(); 
products.item19["id"] = "co003"; 
products.item19["name"] = "Blossom Console"; 
products.item19["thumbpath"] = thpath + "consoles/con_blossom.jpg"; 
products.item19["filepath"] = "products/consoles.htm";

products.item20 = new Object(); 
products.item20["id"] = "co007"; 
products.item20["name"] = "Medallion Console"; 
products.item20["thumbpath"] = thpath + "consoles/con_medallion.jpg"; 
products.item20["filepath"] = "products/consoles.htm";

products.item21 = new Object(); 
products.item21["id"] = "co010"; 
products.item21["name"] = "Console"; 
products.item21["thumbpath"] = thpath + "consoles/console_new_3.jpg"; 
products.item21["filepath"] = "products/consoles.htm";

products.item22 = new Object(); 
products.item22["id"] = "co013"; 
products.item22["name"] = "Console"; 
products.item22["thumbpath"] = thpath + "consoles/console_new_6.jpg"; 
products.item22["filepath"] = "products/consoles.htm";

products.item23 = new Object(); 
products.item23["id"] = "ds001"; 
products.item23["name"] = "Classic"; 
products.item23["thumbpath"] = thpath + "diningsets/classic/din_classic2.jpg"; 
products.item23["filepath"] = "products/diningsets.htm";

products.item24 = new Object(); 
products.item24["id"] = "ds004"; 
products.item24["name"] = "Hampton"; 
products.item24["thumbpath"] = thpath + "diningsets/hampton/din_hampton.jpg"; 
products.item24["filepath"] = "products/diningsets.htm";

products.item25 = new Object(); 
products.item25["id"] = "ds007"; 
products.item25["name"] = "Vasco"; 
products.item25["thumbpath"] = thpath + "diningsets/vasco/din_vasco.jpg"; 
products.item25["filepath"] = "products/diningsets.htm";

products.item26 = new Object(); 
products.item26["id"] = "ds009"; 
products.item26["name"] = "Vermont"; 
products.item26["thumbpath"] = thpath + "diningsets/vermont/din_vermont.jpg"; 
products.item26["filepath"] = "products/diningsets.htm";

products.item27 = new Object(); 
products.item27["id"] = "ds012"; 
products.item27["name"] = "Belcor"; 
products.item27["thumbpath"] = thpath + "diningsets/belcor/din_belcor_round.jpg"; 
products.item27["filepath"] = "products/diningsets.htm";

products.item28 = new Object(); 
products.item28["id"] = "ds014"; 
products.item28["name"] = "Dining Set14"; 
products.item28["thumbpath"] = thpath + "diningsets/dining_new_2.jpg"; 
products.item28["filepath"] = "products/diningsets.htm";

products.item29 = new Object(); 
products.item29["id"] = "ds022"; 
products.item29["name"] = "Dining Set22"; 
products.item29["thumbpath"] = thpath + "diningsets/dining_new_10.jpg"; 
products.item29["filepath"] = "products/diningsets.htm";

products.item30 = new Object(); 
products.item30["id"] = "ct003"; 
products.item30["name"] = "Honey Moon"; 
products.item30["thumbpath"] = thpath + "cots/honeymoon/honeymoon_cot.jpg"; 
products.item30["filepath"] = "products/";

products.item31 = new Object(); 
products.item31["id"] = "ct007"; 
products.item31["name"] = "Simple Cot-Grapes"; 
products.item31["thumbpath"] = thpath + "cots/grapes/simple_cot_grapes.jpg"; 
products.item31["filepath"] = "products/cots.htm";

products.item32 = new Object(); 
products.item32["id"] = "ct009"; 
products.item32["name"] = "Victoria"; 
products.item32["thumbpath"] = thpath + "cots/victoria/victoria_cot.jpg"; 
products.item32["filepath"] = "products/cots.htm";

products.item33 = new Object(); 
products.item33["id"] = "ct010"; 
products.item33["name"] = "Fairy"; 
products.item33["thumbpath"] = thpath + "cots/fairy/fairy_cot.jpg"; 
products.item33["filepath"] = "products/cots.htm";

products.item34 = new Object(); 
products.item34["id"] = "ct015"; 
products.item34["name"] = "Cot15"; 
products.item34["thumbpath"] = thpath + "cots/cots_new_2.jpg"; 
products.item34["filepath"] = "products/cots.htm";

products.item35 = new Object(); 
products.item35["id"] = "ct018"; 
products.item35["name"] = "Cot18"; 
products.item35["thumbpath"] = thpath + "cots/cots_new_5.jpg"; 
products.item35["filepath"] = "products/cots.htm";

products.item36 = new Object(); 
products.item36["id"] = "bu002"; 
products.item36["name"] = "Monarch Buffet"; 
products.item36["thumbpath"] = thpath + "buffet/buffet_monarch.jpg"; 
products.item36["filepath"] = "products/buffet.htm";

products.item37 = new Object(); 
products.item37["id"] = "bu003"; 
products.item37["name"] = "Venessa Buffet"; 
products.item37["thumbpath"] = thpath + "buffet/buffet_venessa.jpg"; 
products.item37["filepath"] = "products/buffet.htm";

products.item38 = new Object(); 
products.item38["id"] = "bu005"; 
products.item38["name"] = "Buffet Leonardo"; 
products.item38["thumbpath"] = thpath + "buffet/buffet_leonardo.jpg"; 
products.item38["filepath"] = "products/buffet.htm";

products.item39 = new Object(); 
products.item39["id"] = "bu008"; 
products.item39["name"] = "Buffet1"; 
products.item39["thumbpath"] = thpath + "buffet/buffet_new_1.jpg"; 
products.item39["filepath"] = "products/buffet.htm";

products.item40 = new Object(); 
products.item40["id"] = "bu011"; 
products.item40["name"] = "Buffet4"; 
products.item40["thumbpath"] = thpath + "buffet/buffet_new_4.jpg"; 
products.item40["filepath"] = "products/buffet.htm";

products.item41 = new Object(); 
products.item41["id"] = "pl003"; 
products.item41["name"] = "Design3"; 
products.item41["thumbpath"] = thpath + "panels/panel3.jpg"; 
products.item41["filepath"] = "products/panels.htm";

products.item42 = new Object(); 
products.item42["id"] = "pl005"; 
products.item42["name"] = "Design5"; 
products.item42["thumbpath"] = thpath + "panels/panel5.jpg"; 
products.item42["filepath"] = "products/panels.htm";

products.item43 = new Object(); 
products.item43["id"] = "pl008"; 
products.item43["name"] = "Cross2"; 
products.item43["thumbpath"] = thpath + "panels/panel_cross2.jpg"; 
products.item43["filepath"] = "products/panels.htm";

products.item44 = new Object(); 
products.item44["id"] = "pl010"; 
products.item44["name"] = "Valence1"; 
products.item44["thumbpath"] = thpath + "panels/curtain_valence1.jpg"; 
products.item44["filepath"] = "products/panels.htm";

products.item45 = new Object(); 
products.item45["id"] = "ch001"; 
products.item45["name"] = "Julia"; 
products.item45["thumbpath"] = thpath + "chairs/chair_julia_single_1000.jpg"; 
products.item45["filepath"] = "products/chairs.htm";

products.item46 = new Object(); 
products.item46["id"] = "ch010"; 
products.item46["name"] = "Windsor Arm"; 
products.item46["thumbpath"] = thpath + "chairs/chair_windsor_arm.jpg"; 
products.item46["filepath"] = "products/chairs.htm";

products.item47 = new Object(); 
products.item47["id"] = "ch027"; 
products.item47["name"] = "Chair"; 
products.item47["thumbpath"] = thpath + "chairs/chair_new_4.jpg"; 
products.item47["filepath"] = "products/chairs.htm";

products.item48 = new Object(); 
products.item48["id"] = "ch040"; 
products.item48["name"] = "Chair"; 
products.item48["thumbpath"] = thpath + "chairs/chair_new_17.jpg"; 
products.item48["filepath"] = "products/chairs.htm";

products.item49 = new Object(); 
products.item49["id"] = "ch041"; 
products.item49["name"] = "Chair"; 
products.item49["thumbpath"] = thpath + "chairs/chair_new_18.jpg"; 
products.item49["filepath"] = "products/chairs.htm";

products.item50 = new Object(); 
products.item50["id"] = "ch051"; 
products.item50["name"] = "Chair"; 
products.item50["thumbpath"] = thpath + "chairs/chair_new_28.jpg"; 
products.item50["filepath"] = "products/chairs.htm";

products.item51 = new Object(); 
products.item51["id"] = "dt001"; 
products.item51["name"] = "Victoria"; 
products.item51["thumbpath"] = thpath + "dressing/dress_victoria.jpg"; 
products.item51["filepath"] = "products/dressing.htm";

products.item52 = new Object(); 
products.item52["id"] = "dt005"; 
products.item52["name"] = "Florence"; 
products.item52["thumbpath"] = thpath + "dressing/dress_florence_3mirror.jpg"; 
products.item52["filepath"] = "products/dressing.htm";

products.item53 = new Object(); 
products.item53["id"] = "cr004"; 
products.item53["name"] = "Last_supper"; 
products.item53["thumbpath"] = thpath + "carvings/last_supper.jpg"; 
products.item53["filepath"] = "products/carvings.htm";

products.item54 = new Object(); 
products.item54["id"] = "cr005"; 
products.item54["name"] = "Geethopadesam"; 
products.item54["thumbpath"] = thpath + "carvings/geethopadesam.jpg"; 
products.item54["filepath"] = "products/carvings.htm";

products.item55 = new Object(); 
products.item55["id"] = "cr008"; 
products.item55["name"] = "Custom Carvings"; 
products.item55["thumbpath"] = thpath + "carvings/carvings_new_2.jpg"; 
products.item55["filepath"] = "products/carvings.htm";

products.item56 = new Object(); 
products.item56["id"] = "sl001"; 
products.item56["name"] = "Express"; 
products.item56["thumbpath"] = thpath + "shelves/crockery/shel_crock_express.jpg"; 
products.item56["filepath"] = "products/shelves.htm";

products.item57 = new Object(); 
products.item57["id"] = "sl004"; 
products.item57["name"] = "Kitchen Cabinet"; 
products.item57["thumbpath"] = thpath + "shelves/crockery/shel_crock_kitchen_cab.jpg"; 
products.item57["filepath"] = "products/shelves.htm";

products.item58 = new Object(); 
products.item58["id"] = "sl023"; 
products.item58["name"] = "Shelve 23"; 
products.item58["thumbpath"] = thpath + "shelves/shelves_new_2.jpg"; 
products.item58["filepath"] = "products/shelves.htm";

products.item59 = new Object(); 
products.item59["id"] = "sl039"; 
products.item59["name"] = "Shelve 39"; 
products.item59["thumbpath"] = thpath + "shelves/shelves_new_18.jpg"; 
products.item59["filepath"] = "products/shelves.htm";

products.item60 = new Object(); 
products.item60["id"] = "sl042"; 
products.item60["name"] = "Shelve 42"; 
products.item60["thumbpath"] = thpath + "shelves/shelves_new_21.jpg"; 
products.item60["filepath"] = "products/shelves.htm";

products.item61 = new Object(); 
products.item61["id"] = "dw002"; 
products.item61["name"] = "Diwan2"; 
products.item61["thumbpath"] = thpath + "diwans/diwan2_1000.jpg"; 
products.item61["filepath"] = "products/diwans.htm";

products.item62 = new Object(); 
products.item62["id"] = "dw006"; 
products.item62["name"] = "Diwan5"; 
products.item62["thumbpath"] = thpath + "diwans/diwan5.jpg"; 
products.item62["filepath"] = "products/diwans.htm";

products.item63 = new Object(); 
products.item63["id"] = "dw011"; 
products.item63["name"] = "Diwan11"; 
products.item63["thumbpath"] = thpath + "diwans/diwan_new_3.jpg"; 
products.item63["filepath"] = "products/diwans.htm";

products.item64 = new Object(); 
products.item64["id"] = "dw012"; 
products.item64["name"] = "Diwan12"; 
products.item64["thumbpath"] = thpath + "diwans/diwan_new_4.jpg"; 
products.item64["filepath"] = "products/diwans.htm";

products.item65 = new Object(); 
products.item65["id"] = "dw016"; 
products.item65["name"] = "Diwan16"; 
products.item65["thumbpath"] = thpath + "diwans/diwan_new_8.jpg"; 
products.item65["filepath"] = "products/diwans.htm";

products.item66 = new Object(); 
products.item66["id"] = "dw017"; 
products.item66["name"] = "Diwan17"; 
products.item66["thumbpath"] = thpath + "diwans/diwan_new_9.jpg"; 
products.item66["filepath"] = "products/diwans.htm";

products.item67 = new Object(); 
products.item67["id"] = "ot003"; 
products.item67["name"] = "Bar Counter"; 
products.item67["thumbpath"] = thpath + "other/bar_counter.jpg"; 
products.item67["filepath"] = "products/otheritems.htm";

products.item68 = new Object(); 
products.item68["id"] = "ot011"; 
products.item68["name"] = "Elephant Stand"; 
products.item68["thumbpath"] = thpath + "other/elephant_20trunk.jpg"; 
products.item68["filepath"] = "products/otheritems.htm";

products.item69 = new Object(); 
products.item69["id"] = "ot013"; 
products.item69["name"] = "Trolly"; 
products.item69["thumbpath"] = thpath + "other/trolley.jpg"; 
products.item69["filepath"] = "products/otheritems.htm";

products.item70 = new Object(); 
products.item70["id"] = "ot020"; 
products.item70["name"] = "Item 20"; 
products.item70["thumbpath"] = thpath + "other/others_new_4.jpg"; 
products.item70["filepath"] = "products/otheritems.htm";

products.item71 = new Object(); 
products.item71["id"] = "ot030"; 
products.item71["name"] = "Item 30"; 
products.item71["thumbpath"] = thpath + "other/others_new_14.jpg"; 
products.item71["filepath"] = "products/otheritems.htm";

products.item72 = new Object(); 
products.item72["id"] = "sc001"; 
products.item72["name"] = "Screen 1"; 
products.item72["thumbpath"] = thpath + "screens/screen1.jpg"; 
products.item72["filepath"] = "products/screens.htm";

products.item73 = new Object(); 
products.item73["id"] = "sc003"; 
products.item73["name"] = "Screen 3"; 
products.item73["thumbpath"] = thpath + "screens/screen3.jpg"; 
products.item73["filepath"] = "products/screens.htm";

products.item74 = new Object(); 
products.item74["id"] = "sc004"; 
products.item74["name"] = "Screen 4"; 
products.item74["thumbpath"] = thpath + "screens/screen4.jpg"; 
products.item74["filepath"] = "products/screens.htm";

products.item75 = new Object(); 
products.item75["id"] = "sc007"; 
products.item75["name"] = "Screen 7"; 
products.item75["thumbpath"] = thpath + "screens/screen7.jpg"; 
products.item75["filepath"] = "products/screens.htm";

products.item76 = new Object(); 
products.item76["id"] = "ta002"; 
products.item76["name"] = "Angel Computer Table"; 
products.item76["thumbpath"] = thpath + "tables/table_angel_computer.jpg"; 
products.item76["filepath"] = "products/tables.htm";

products.item77 = new Object(); 
products.item77["id"] = "ta005"; 
products.item77["name"] = "Office Table2"; 
products.item77["thumbpath"] = thpath + "tables/table_office2.jpg"; 
products.item77["filepath"] = "products/tables.htm";

products.item78 = new Object(); 
products.item78["id"] = "ta019"; 
products.item78["name"] = "Table 19"; 
products.item78["thumbpath"] = thpath + "tables/tables_new_4.jpg"; 
products.item78["filepath"] = "products/tables.htm";

products.item79 = new Object(); 
products.item79["id"] = "ta020"; 
products.item79["name"] = "Table 20"; 
products.item79["thumbpath"] = thpath + "tables/tables_new_5.jpg"; 
products.item79["filepath"] = "products/tables.htm";

products.item80 = new Object(); 
products.item80["id"] = "ta023"; 
products.item80["name"] = "Table 23"; 
products.item80["thumbpath"] = thpath + "tables/tables_new_8.jpg"; 
products.item80["filepath"] = "products/tables.htm";

