function init_hotspots(hotspots_array)
{
    hotspots_array[0] = new Array();
    
    hotspots_array[0][0] = new Array();
    hotspots_array[0][0][0] = 14;
    hotspots_array[0][0][1] = 16;
    hotspots_array[0][0][2] = 2;
    hotspots_array[0][0][3] = 4;
    hotspots_array[0][0][4] = 'Ted Lapidus Sunglasses - from our design:shop';
    hotspots_array[0][0][5] = 'dshop';

    hotspots_array[0][1] = new Array();
    hotspots_array[0][1][0] = 13;
    hotspots_array[0][1][1] = 14;
    hotspots_array[0][1][2] = 5;
    hotspots_array[0][1][3] = 6;
    hotspots_array[0][1][4] = 'Lash`N`Lapelle Earrings - from our design:shop';
    hotspots_array[0][1][5] = 'dshop';

    hotspots_array[0][2] = new Array();
    hotspots_array[0][2][0] = 13;
    hotspots_array[0][2][1] = 15;
    hotspots_array[0][2][2] = 10;
    hotspots_array[0][2][3] = 12;
    hotspots_array[0][2][4] = 'Clara Clutch Wallet, Moonbeam Colorblock';
    hotspots_array[0][2][5] = 'CLARAWAMOC';

    hotspots_array[0][3] = new Array();
    hotspots_array[0][3][0] = 15;
    hotspots_array[0][3][1] = 16;
    hotspots_array[0][3][2] = 11;
    hotspots_array[0][3][3] = 12;
    hotspots_array[0][3][4] = 'Celina Signature Cuff, Ginger';
    hotspots_array[0][3][5] = 'CUFFGIN';

    hotspots_array[0][4] = new Array();
    hotspots_array[0][4][0] = 12;
    hotspots_array[0][4][1] = 16;
    hotspots_array[0][4][2] = 13;
    hotspots_array[0][4][3] = 19;
    hotspots_array[0][4][4] = 'Iris Keyhole Maillot, Painterly';
    hotspots_array[0][4][5] = 'IRISPNT';

    items[0] = 'CUFFGIN,IRISPNT,CLARAWAMOC';

    hotspots_array[1] = new Array();
    
    hotspots_array[1][0] = new Array();
    hotspots_array[1][0][0] = 13;
    hotspots_array[1][0][1] = 20;
    hotspots_array[1][0][2] = 0;
    hotspots_array[1][0][3] = 10;
    hotspots_array[1][0][4] = 'Clara Flap Bag, Blueberry Colorblock';
    hotspots_array[1][0][5] = 'CLARAFLAPBLC';
    
    hotspots_array[1][1] = new Array();
    hotspots_array[1][1][0] = 7;
    hotspots_array[1][1][1] = 9;
    hotspots_array[1][1][2] = 8;
    hotspots_array[1][1][3] = 17;
    hotspots_array[1][1][4] = 'Clara Wallet, Blueberry Colorblock';
    hotspots_array[1][1][5] = 'CLARAWABLC';

    hotspots_array[1][2] = new Array();
    hotspots_array[1][2][0] = 9;
    hotspots_array[1][2][1] = 10;
    hotspots_array[1][2][2] = 17;
    hotspots_array[1][2][3] = 20;
    hotspots_array[1][2][4] = 'Phaedra Dress, Crown Blue';
    hotspots_array[1][2][5] = 'PHAEDRACRN';
    
    hotspots_array[1][3] = new Array();
    hotspots_array[1][3][0] = 10;
    hotspots_array[1][3][1] = 18;
    hotspots_array[1][3][2] = 12;
    hotspots_array[1][3][3] = 19;
    hotspots_array[1][3][4] = 'Memphis Cutout Pump, Blueberry Colorblock';
    hotspots_array[1][3][5] = 'MEMPHISBLC';

    hotspots_array[1][4] = new Array();
    hotspots_array[1][4][0] = 2;
    hotspots_array[1][4][1] = 7;
    hotspots_array[1][4][2] = 16;
    hotspots_array[1][4][3] = 20;
    hotspots_array[1][4][4] = 'Phaedra Dress, Crown Blue';
    hotspots_array[1][4][5] = 'PHAEDRACRN';

    items[1] = 'MEMPHISBLC,PHAEDRACRN,CLARAWABLC,CLARAFLAPBLC';

    hotspots_array[2] = new Array();
    
    hotspots_array[2][0] = new Array();
    hotspots_array[2][0][0] = 4;
    hotspots_array[2][0][1] = 4;
    hotspots_array[2][0][2] = 4;
    hotspots_array[2][0][3] = 9;
    hotspots_array[2][0][4] = 'Dekker Hooded Jacket, Black';
    hotspots_array[2][0][5] = 'DEKKERSTM';

    hotspots_array[2][1] = new Array();
    hotspots_array[2][1][0] = 6;
    hotspots_array[2][1][1] = 8;
    hotspots_array[2][1][2] = 4;
    hotspots_array[2][1][3] = 9;
    hotspots_array[2][1][4] = 'Dekker Hooded Jacket, Black';
    hotspots_array[2][1][5] = 'DEKKERSTM';

    hotspots_array[2][2] = new Array();
    hotspots_array[2][2][0] = 2;
    hotspots_array[2][2][1] = 5;
    hotspots_array[2][2][2] = 14;
    hotspots_array[2][2][3] = 18;
    hotspots_array[2][2][4] = 'Wyeth Tote, Black';
    hotspots_array[2][2][5] = 'WYETHTOTEBLK';

    hotspots_array[2][3] = new Array();
    hotspots_array[2][3][0] = 5;
    hotspots_array[2][3][1] = 5;
    hotspots_array[2][3][2] = 5;
    hotspots_array[2][3][3] = 10;
    hotspots_array[2][3][4] = 'Maia Jumpsuit, Ginger';
    hotspots_array[2][3][5] = 'MAIAJUGNG';

    hotspots_array[2][4] = new Array();
    hotspots_array[2][4][0] = 4;
    hotspots_array[2][4][1] = 9;
    hotspots_array[2][4][2] = 10;
    hotspots_array[2][4][3] = 15;
    hotspots_array[2][4][4] = 'Maia Jumpsuit, Ginger';
    hotspots_array[2][4][5] = 'MAIAJUGNG';

    hotspots_array[2][5] = new Array();
    hotspots_array[2][5][0] = 8;
    hotspots_array[2][5][1] = 10;
    hotspots_array[2][5][2] = 19;
    hotspots_array[2][5][3] = 20;
    hotspots_array[2][5][4] = 'Laurel Flat, Black';
    hotspots_array[2][5][5] = 'LAURELFLBLK';


    hotspots_array[2][6] = new Array();
    hotspots_array[2][6][0] = 16;
    hotspots_array[2][6][1] = 20;
    hotspots_array[2][6][2] = 9;
    hotspots_array[2][6][3] = 16;
    hotspots_array[2][6][4] = 'Maia Jumpsuit, Ginger';
    hotspots_array[2][6][5] = 'MAIAJUGNG';

    hotspots_array[2][7] = new Array();
    hotspots_array[2][7][0] = 13;
    hotspots_array[2][7][1] = 15;
    hotspots_array[2][7][2] = 11;
    hotspots_array[2][7][3] = 15;
    hotspots_array[2][7][4] = 'Zee Tote, Black';
    hotspots_array[2][7][5] = 'ZEEBLK';

    items[2] = 'WYETHTOTEBLK,DEKKERSTM,MAIAJUGNG,LAURELFLBLK,ZEEBLK';

    hotspots_array[3] = new Array();

    hotspots_array[3][0] = new Array();
    hotspots_array[3][0][0] = 0;
    hotspots_array[3][0][1] = 5;
    hotspots_array[3][0][2] = 2;
    hotspots_array[3][0][3] = 10;
    hotspots_array[3][0][4] = 'Zee Tote, Eucalyptus';
    hotspots_array[3][0][5] = 'ZEEECA';

    hotspots_array[3][1] = new Array();
    hotspots_array[3][1][0] = 4;
    hotspots_array[3][1][1] = 10;
    hotspots_array[3][1][2] = 12;
    hotspots_array[3][1][3] = 19;
    hotspots_array[3][1][4] = 'Sonia Tote, Blueberry';
    hotspots_array[3][1][5] = 'SONIATOTEBLB';

    hotspots_array[3][2] = new Array();
    hotspots_array[3][2][0] = 13;
    hotspots_array[3][2][1] = 14;
    hotspots_array[3][2][2] = 10;
    hotspots_array[3][2][3] = 10;
    hotspots_array[3][2][4] = 'Athena Cuff, Moonbeam';
    hotspots_array[3][2][5] = 'ATHENACUFFMBM';

    hotspots_array[3][4] = new Array();
    hotspots_array[3][4][0] = 12;
    hotspots_array[3][4][1] = 14;
    hotspots_array[3][4][2] = 4;
    hotspots_array[3][4][3] = 11;
    hotspots_array[3][4][4] = 'Fortuna Dress, Crown Blue';
    hotspots_array[3][4][5] = 'FORTUNADRCRN';

    hotspots_array[3][3] = new Array();
    hotspots_array[3][3][0] = 13;
    hotspots_array[3][3][1] = 15;
    hotspots_array[3][3][2] = 11;
    hotspots_array[3][3][3] = 13;
    hotspots_array[3][3][4] = 'Camille Clutch, Eucalyptus Colorblock';
    hotspots_array[3][3][5] = 'CAMILLEEUC';


    hotspots_array[3][5] = new Array();
    hotspots_array[3][5][0] = 11;
    hotspots_array[3][5][1] = 12;
    hotspots_array[3][5][2] = 10;
    hotspots_array[3][5][3] = 13;
    hotspots_array[3][5][4] = 'Fortuna Dress, Crown Blue';
    hotspots_array[3][5][5] = 'FORTUNADRCRN';


    hotspots_array[3][6] = new Array();
    hotspots_array[3][6][0] = 10;
    hotspots_array[3][6][1] = 12;
    hotspots_array[3][6][2] = 13;
    hotspots_array[3][6][3] = 19;
    hotspots_array[3][6][4] = 'Boudoir Scarf, Boudoir';
    hotspots_array[3][6][5] = 'BOUDOIRSCF';

    hotspots_array[3][7] = new Array();
    hotspots_array[3][7][0] = 12;
    hotspots_array[3][7][1] = 14;
    hotspots_array[3][7][2] = 17;
    hotspots_array[3][7][3] = 20;
    hotspots_array[3][7][4] = 'Greenpoint Cork Wedge, Blueberry/Ginger';
    hotspots_array[3][7][5] = 'GREENPOINTBLR';

    items[3] = 'FORTUNADRCRN,ATHENACUFFMBM,GREENPOINTBLR,CAMILLEEUC,ZEEECA,SONIATOTEBLB';

    hotspots_array[4] = new Array();

    hotspots_array[4][0] = new Array();
    hotspots_array[4][0][0] = 3;
    hotspots_array[4][0][1] = 6;
    hotspots_array[4][0][2] = 4;
    hotspots_array[4][0][3] = 15;
    hotspots_array[4][0][4] = 'Phaedra Dress, Crown Blue';
    hotspots_array[4][0][5] = 'PHAEDRACRN';
    
    hotspots_array[4][1] = new Array();
    hotspots_array[4][1][0] = 6;
    hotspots_array[4][1][1] = 9;
    hotspots_array[4][1][2] = 14;
    hotspots_array[4][1][3] = 18;
    hotspots_array[4][1][4] = 'Oryx Clutch, Blueberry/Ginger';
    hotspots_array[4][1][5] = 'ORYXCLBLB';

    hotspots_array[4][2] = new Array();
    hotspots_array[4][2][0] = 10;
    hotspots_array[4][2][1] = 15;
    hotspots_array[4][2][2] = 0;
    hotspots_array[4][2][3] = 13;
    hotspots_array[4][2][4] = 'Athena Sandal, Moonbeam';
    hotspots_array[4][2][5] = 'ATHENASAMBM';

    hotspots_array[4][3] = new Array();
    hotspots_array[4][3][0] = 15;
    hotspots_array[4][3][1] = 20;
    hotspots_array[4][3][2] = 9;
    hotspots_array[4][3][3] = 19;
    hotspots_array[4][3][4] = 'Iskia Link Wedge, Blueberry Colorblock';
    hotspots_array[4][3][5] = 'ISKIALIWEBLC';

    items[4] = 'PHAEDRACRN,ORYXCLBLB,ATHENASAMBM,ISKIALIWEBLC';
    
    hotspots_array[5] = new Array();
    
    hotspots_array[5][0] = new Array();
    hotspots_array[5][0][0] = 14;
    hotspots_array[5][0][1] = 16;
    hotspots_array[5][0][2] = 1;
    hotspots_array[5][0][3] = 2;
    hotspots_array[5][0][4] = 'Vintage Sunglasses - from our design:shop';
    hotspots_array[5][0][5] = 'dstore';
    
    hotspots_array[5][1] = new Array();
    hotspots_array[5][1][0] = 13;
    hotspots_array[5][1][1] = 16;
    hotspots_array[5][1][2] = 9;
    hotspots_array[5][1][3] = 19;
    hotspots_array[5][1][4] = 'Daphne Pinup Tank, Boudoir';
    hotspots_array[5][1][5] = 'DAPHNEBOU';

    hotspots_array[5][2] = new Array();
    hotspots_array[5][2][0] = 14;
    hotspots_array[5][2][1] = 16;
    hotspots_array[5][2][2] = 5;
    hotspots_array[5][2][3] = 7;
    hotspots_array[5][2][4] = 'Ruffle Scarf, Papaya Ginko';
    hotspots_array[5][2][5] = 'RUFFLESCPAK';

    hotspots_array[5][3] = new Array();
    hotspots_array[5][3][0] = 12;
    hotspots_array[5][3][1] = 19;
    hotspots_array[5][3][2] = 6;
    hotspots_array[5][3][3] = 16;
    hotspots_array[5][3][4] = 'Dekker Hooded Leather Jacket, Black';
    hotspots_array[5][3][5] = 'DEKKERSTM';
    
    items[5] = 'DEKKERSTM,RUFFLESCPAK,DAPHNEBOU';

    hotspots_array[6] = new Array();
    
    hotspots_array[6][0] = new Array();
    hotspots_array[6][0][0] = 3;
    hotspots_array[6][0][1] = 6;
    hotspots_array[6][0][2] = 11;
    hotspots_array[6][0][3] = 14;
    hotspots_array[6][0][4] = 'Lolita Ruffle Bag, Moonbeam';
    hotspots_array[6][0][5] = 'LOLITARFMBM';
    
    hotspots_array[6][1] = new Array();
    hotspots_array[6][1][0] = 5;
    hotspots_array[6][1][1] = 6;
    hotspots_array[6][1][2] = 9;
    hotspots_array[6][1][3] = 9;
    hotspots_array[6][1][4] = 'Celina Cuffs used as a belt';
    hotspots_array[6][1][5] = 'cuffs';
    
    hotspots_array[6][2] = new Array();
    hotspots_array[6][2][0] = 3;
    hotspots_array[6][2][1] = 7;
    hotspots_array[6][2][2] = 5;
    hotspots_array[6][2][3] = 17;
    hotspots_array[6][2][4] = 'Thalia Dress, Painterly print';
    hotspots_array[6][2][5] = 'THALIADRPNT';
    
    hotspots_array[6][3] = new Array();
    hotspots_array[6][3][0] = 14;
    hotspots_array[6][3][1] = 19;
    hotspots_array[6][3][2] = 3;
    hotspots_array[6][3][3] = 11;
    hotspots_array[6][3][4] = 'Mercury Tie Wedge, Black';
    hotspots_array[6][3][5] = 'MERCURYBLK';

    hotspots_array[6][4] = new Array();
    hotspots_array[6][4][0] = 11;
    hotspots_array[6][4][1] = 19;
    hotspots_array[6][4][2] = 11;
    hotspots_array[6][4][3] = 17;
    hotspots_array[6][4][4] = 'Mercury Tie Wedge, Black';
    hotspots_array[6][4][5] = 'MERCURYBLK';

    items[6] = 'MERCURYBLK,THALIADRPNT,LOLITARFMBM';
    
    hotspots_array[7] = new Array();
    
    hotspots_array[7][1] = new Array();
    hotspots_array[7][1][0] = 3;
    hotspots_array[7][1][1] = 8;
    hotspots_array[7][1][2] = 5;
    hotspots_array[7][1][3] = 19;
    hotspots_array[7][1][4] = 'Helena Wrap Dress, Painterly';
    hotspots_array[7][1][5] = 'HELENAWRDRPNT';

    hotspots_array[7][0] = new Array();
    hotspots_array[7][0][0] = 3;
    hotspots_array[7][0][1] = 4;
    hotspots_array[7][0][2] = 13;
    hotspots_array[7][0][3] = 15;
    hotspots_array[7][0][4] = 'Koko Mini-Bag, Steel';
    hotspots_array[7][0][5] = 'KOKOMINISTL';

    hotspots_array[7][2] = new Array();
    hotspots_array[7][2][0] = 11;
    hotspots_array[7][2][1] = 14;
    hotspots_array[7][2][2] = 2;
    hotspots_array[7][2][3] = 12;
    hotspots_array[7][2][4] = 'Laurel Flat, Platinum Tejus Lizard';
    hotspots_array[7][2][5] = 'LAURELFLPLZ';

    hotspots_array[7][3] = new Array();
    hotspots_array[7][3][0] = 15;
    hotspots_array[7][3][1] = 20;
    hotspots_array[7][3][2] = 1;
    hotspots_array[7][3][3] = 16;
    hotspots_array[7][3][4] = 'Matilda Tote, Steel';
    hotspots_array[7][3][5] = 'MATILDASTL';

    hotspots_array[7][4] = new Array();
    hotspots_array[7][4][0] = 10;
    hotspots_array[7][4][1] = 15;
    hotspots_array[7][4][2] = 13;
    hotspots_array[7][4][3] = 19;
    hotspots_array[7][4][4] = 'Koko Mini-Bag, Steel';
    hotspots_array[7][4][5] = 'KOKOMINISTL';

    items[7] = 'HELENAWRDRPNT,KOKOMINISTL,LAURELFLPLZ,MATILDASTL';
    
    hotspots_array[8] = new Array();
    
    hotspots_array[8][0] = new Array();
    hotspots_array[8][0][0] = 1;
    hotspots_array[8][0][1] = 10;
    hotspots_array[8][0][2] = 5;
    hotspots_array[8][0][3] = 19;
    hotspots_array[8][0][4] = 'Kira Hobo, Eucalyptus';
    hotspots_array[8][0][5] = 'KIRAHOBOEUC';
    
    hotspots_array[8][1] = new Array();
    hotspots_array[8][1][0] = 13;
    hotspots_array[8][1][1] = 14;
    hotspots_array[8][1][2] = 11;
    hotspots_array[8][1][3] = 12;
    hotspots_array[8][1][4] = 'Digby & Iona Ring - from our design:shop';
    hotspots_array[8][1][5] = 'dshop';
    
    hotspots_array[8][2] = new Array();
    hotspots_array[8][2][0] = 13;
    hotspots_array[8][2][1] = 16;
    hotspots_array[8][2][2] = 3;
    hotspots_array[8][2][3] = 12;
    hotspots_array[8][2][4] = 'Artemis Dress, Ginger';
    hotspots_array[8][2][5] = 'ARTEMISDRGIN';

    items[8] = 'KIRAHOBOEUC,ARTEMISDRGIN';

    hotspots_array[9] = new Array();
    
    hotspots_array[9][0] = new Array();
    hotspots_array[9][0][0] = 2;
    hotspots_array[9][0][1] = 7;
    hotspots_array[9][0][2] = 5;
    hotspots_array[9][0][3] = 14;
    hotspots_array[9][0][4] = 'Danae Tunic, Boudoir';
    hotspots_array[9][0][5] = 'DANAEPBL';

    hotspots_array[9][1] = new Array();
    hotspots_array[9][1][0] = 17;
    hotspots_array[9][1][1] = 18;
    hotspots_array[9][1][2] = 9;
    hotspots_array[9][1][3] = 19;
    hotspots_array[9][1][4] = 'Conrad Shoulder Bag, Ginger';
    hotspots_array[9][1][5] = 'CONRADSHLDGIN';

    hotspots_array[9][2] = new Array();
    hotspots_array[9][2][0] = 10;
    hotspots_array[9][2][1] = 13;
    hotspots_array[9][2][2] = 1;
    hotspots_array[9][2][3] = 13;
    hotspots_array[9][2][4] = 'Boudoir Scarf, Boudoir';
    hotspots_array[9][2][5] = 'BOUDOIRSCF';

    hotspots_array[9][3] = new Array();
    hotspots_array[9][3][0] = 15;
    hotspots_array[9][3][1] = 20;
    hotspots_array[9][3][2] = 9;
    hotspots_array[9][3][3] = 19;
    hotspots_array[9][3][4] = 'Tamasin Tote, Brandy';
    hotspots_array[9][3][5] = 'TAMASINBRA';
    
    items[9] = 'DANAEPBL,CONRADSHLDGIN,BOUDOIRSCF,TAMASINBRA';

    hotspots_array[10] = new Array();
    
    hotspots_array[10][0] = new Array();
    hotspots_array[10][0][0] = 0;
    hotspots_array[10][0][1] = 10;
    hotspots_array[10][0][2] = 1;
    hotspots_array[10][0][3] = 19;
    hotspots_array[10][0][4] = 'Hayden-Harnett Cuff Bracelets';
    hotspots_array[10][0][5] = 'cuffs';
    
    hotspots_array[10][1] = new Array();
    hotspots_array[10][1][0] = 11;
    hotspots_array[10][1][1] = 20;
    hotspots_array[10][1][2] = 1;
    hotspots_array[10][1][3] = 18;
    hotspots_array[10][1][4] = 'Laurel Flat, Athena Sandal, Greenpoint Wedge, Iskia Wedge, Ibiza Sandal, Madeleine Boot, and Memphis Cutout Pump';
    hotspots_array[10][1][5] = 'LAURELFLBLK,LAURELFLPLZ,LAURELFLEUC,ATHENASABRA,ATHENASAMBM,ATHENASABLK,GREENPOINTBLR,GREENPOINTBLK,GREENPOINTBRA,ISKIALIWEBLC,ISKIALIWEBRA,IBIZASLPLZ,IBIZASLBLK,MADELEINEBOOTEUS,MEMPHISMBC,MEMPHISBLC';
    
    items[10] = 'LAURELFLBLK,LAURELFLPLZ,LAURELFLEUC,ATHENASABRA,ATHENASAMBM,ATHENASABLK,GREENPOINTBLR,GREENPOINTBLK,GREENPOINTBRA,ISKIALIWEBLC,ISKIALIWEBRA,IBIZASLPLZ,IBIZASLBLK,MADELEINEBOOTEUS,MEMPHISMBC,MEMPHISBLC';

    hotspots_array[11] = new Array();

    hotspots_array[11][0] = new Array();
    hotspots_array[11][0][0] = 5;
    hotspots_array[11][0][1] = 10;
    hotspots_array[11][0][2] = 7;
    hotspots_array[11][0][3] = 14;
    hotspots_array[11][0][4] = 'Angelika Leather Vest, Black';
    hotspots_array[11][0][5] = 'ANGELIKABLK';
    
    hotspots_array[11][1] = new Array();
    hotspots_array[11][1][0] = 5;
    hotspots_array[11][1][1] = 10;
    hotspots_array[11][1][2] = 15;
    hotspots_array[11][1][3] = 18;
    hotspots_array[11][1][4] = 'Pamela Dowel Ladybag, Painterly';
    hotspots_array[11][1][5] = 'PAMELADOWLPNT';
    
    hotspots_array[11][2] = new Array();
    hotspots_array[11][2][0] = 15;
    hotspots_array[11][2][1] = 20;
    hotspots_array[11][2][2] = 17;
    hotspots_array[11][2][3] = 19;
    hotspots_array[11][2][4] = 'Ibiza Slide Sandal, Black';
    hotspots_array[11][2][5] = 'IBIZASLBLK';

    hotspots_array[11][3] = new Array();
    hotspots_array[11][3][0] = 3;
    hotspots_array[11][3][1] = 3;
    hotspots_array[11][3][2] = 17;
    hotspots_array[11][3][3] = 18;
    hotspots_array[11][3][4] = 'Ramone Studded Cuff, Black';
    hotspots_array[11][3][5] = 'RAMONECBLK';
                                                                         
    items[11] = 'RAMONECBLK,IBIZASLBLK,PAMELADOWLPNT,ANGELIKABLK';
                                                                     
                                             
    hotspots_array[12] = new Array();
    
    hotspots_array[12][0] = new Array();
    hotspots_array[12][0][0] = 0;
    hotspots_array[12][0][1] = 6;
    hotspots_array[12][0][2] = 12;
    hotspots_array[12][0][3] = 18;
    hotspots_array[12][0][4] = 'Lisbon Weekender, Pink Flower';
    hotspots_array[12][0][5] = 'LISBONPIF';

    hotspots_array[12][6] = new Array();
    hotspots_array[12][6][0] = 6;
    hotspots_array[12][6][1] = 10;
    hotspots_array[12][6][2] = 9;
    hotspots_array[12][6][3] = 18;
    hotspots_array[12][6][4] = 'Mozambique Garment Bag, Pink Flower';
    hotspots_array[12][6][5] = 'MOZAMBIQUEPIF';

    hotspots_array[12][1] = new Array();
    hotspots_array[12][1][0] = 15;
    hotspots_array[12][1][1] = 17;
    hotspots_array[12][1][2] = 6;
    hotspots_array[12][1][3] = 9;
    hotspots_array[12][1][4] = 'Havana Hobo, Ginger';
    hotspots_array[12][1][5] = 'HAVANAGIN';

    hotspots_array[12][3] = new Array();
    hotspots_array[12][3][0] = 14;
    hotspots_array[12][3][1] = 17;
    hotspots_array[12][3][2] = 4;
    hotspots_array[12][3][3] = 9;
    hotspots_array[12][3][4] = 'Staci Canvas Jacket, Mist';
    hotspots_array[12][3][5] = 'STACIJKTMST';

    hotspots_array[12][2] = new Array();
    hotspots_array[12][2][0] = 14;
    hotspots_array[12][2][1] = 16;
    hotspots_array[12][2][2] = 4;
    hotspots_array[12][2][3] = 9;
    hotspots_array[12][2][4] = 'Psyche Tasseled Bikini, Black';
    hotspots_array[12][2][5] = 'PSYCHETBLK,PSYCHEBBLK';

    hotspots_array[12][4] = new Array();
    hotspots_array[12][4][0] = 14;
    hotspots_array[12][4][1] = 15;
    hotspots_array[12][4][2] = 10;
    hotspots_array[12][4][3] = 14;
    hotspots_array[12][4][4] = 'Boudoir Scarf, Boudoir';
    hotspots_array[12][4][5] = 'BOUDOIRSCF';

    hotspots_array[12][5] = new Array();
    hotspots_array[12][5][0] = 15;
    hotspots_array[12][5][1] = 15;
    hotspots_array[12][5][2] = 1;
    hotspots_array[12][5][3] = 2;
    hotspots_array[12][5][4] = 'Vintage Sunglasses - from our design:shop';
    hotspots_array[12][5][5] = 'dstore';


    hotspots_array[12][7] = new Array();
    hotspots_array[12][7][0] = 15;
    hotspots_array[12][7][1] = 17;
    hotspots_array[12][7][2] = 17;
    hotspots_array[12][7][3] = 19;
    hotspots_array[12][7][4] = 'Mercury Tie Wedge Sandals, Black';
    hotspots_array[12][7][5] = 'MERCURYBLK';
        
    items[12] = 'MERCURYBLK,BOUDOIRSCF,HAVANAGIN,PSYCHETBLK,PSYCHEBBLK,MOZAMBIQUEPIF,LISBONPIF';
    
    hotspots_array[13] = new Array();
    
    hotspots_array[13][0] = new Array();
    hotspots_array[13][0][0] = 2;
    hotspots_array[13][0][1] = 4;
    hotspots_array[13][0][2] = 9;
    hotspots_array[13][0][3] = 13;
    hotspots_array[13][0][4] = 'Lorca Turnlock, Zap! Green';
    hotspots_array[13][0][5] = 'LORCAZAP';

    hotspots_array[13][1] = new Array();
    hotspots_array[13][1][0] = 2;
    hotspots_array[13][1][1] = 5;
    hotspots_array[13][1][2] = 3;
    hotspots_array[13][1][3] = 9;
    hotspots_array[13][1][4] = 'Sonia Leather Jacket, Black';
    hotspots_array[13][1][5] = 'SONIAJCKBLK';


    hotspots_array[13][2] = new Array();
    hotspots_array[13][2][0] = 2;
    hotspots_array[13][2][1] = 5;
    hotspots_array[13][2][2] = 3;
    hotspots_array[13][2][3] = 12;
    hotspots_array[13][2][4] = 'Penelope Dress, Bisque Boudoir';
    hotspots_array[13][2][5] = 'PENELOPEBSQ';

    hotspots_array[13][3] = new Array();
    hotspots_array[13][3][0] = 1;
    hotspots_array[13][3][1] = 4;
    hotspots_array[13][3][2] = 17;
    hotspots_array[13][3][3] = 20;
    hotspots_array[13][3][4] = 'Mercury Tie Wedge Sandal, Black';
    hotspots_array[13][3][5] = 'MERCURYBLK';

    hotspots_array[13][4] = new Array();
    hotspots_array[13][4][0] = 7;
    hotspots_array[13][4][1] = 9;
    hotspots_array[13][4][2] = 15;
    hotspots_array[13][4][3] = 19;
    hotspots_array[13][4][4] = 'Circe Frame Coin Purse, Moonbeam';
    hotspots_array[13][4][5] = 'CIRCECOINMBM';

    hotspots_array[13][5] = new Array();
    hotspots_array[13][5][0] = 11;
    hotspots_array[13][5][1] = 17;
    hotspots_array[13][5][2] = 11;
    hotspots_array[13][5][3] = 18;
    hotspots_array[13][5][4] = 'Havana Hobo, Moonbeam';
    hotspots_array[13][5][5] = 'HAVANAMBM'; 

    hotspots_array[13][6] = new Array();
    hotspots_array[13][6][0] = 15;
    hotspots_array[13][6][1] = 20;
    hotspots_array[13][6][2] = 1;
    hotspots_array[13][6][3] = 7;
    hotspots_array[13][6][4] = 'Clutch Wallet, Zap! Green';
    hotspots_array[13][6][5] = 'CLUTCHWALLETZAP'; 

    items[13] = 'CLUTCHWALLETZAP,LORCAZAP,SONIAJCKBLK,MERCURYBLK,CIRCECOINMBM,HAVANAMBM,PENELOPEBSQ';
    
    hotspots_array[14] = new Array();
    
    hotspots_array[14][0] = new Array();
    hotspots_array[14][0][0] = 0;
    hotspots_array[14][0][1] = 5;
    hotspots_array[14][0][2] = 3;
    hotspots_array[14][0][3] = 14;
    hotspots_array[14][0][4] = 'Athena Tote, Brandy';
    hotspots_array[14][0][5] = 'ATHENATOTEBRA';

    hotspots_array[14][1] = new Array();
    hotspots_array[14][1][0] = 6;
    hotspots_array[14][1][1] = 10;
    hotspots_array[14][1][2] = 12;
    hotspots_array[14][1][3] = 19;
    hotspots_array[14][1][4] = 'Athena Sac, Black';
    hotspots_array[14][1][5] = 'ATHENASACBLK';

    hotspots_array[14][2] = new Array();
    hotspots_array[14][2][0] = 12;
    hotspots_array[14][2][1] = 15;
    hotspots_array[14][2][2] = 9;
    hotspots_array[14][2][3] = 12;
    hotspots_array[14][2][4] = 'Trophy Bag, Brandy';
    hotspots_array[14][2][5] = 'TROPHYBRA';

    hotspots_array[14][3] = new Array();
    hotspots_array[14][3][0] = 13;
    hotspots_array[14][3][1] = 18;
    hotspots_array[14][3][2] = 4;
    hotspots_array[14][3][3] = 18;
    hotspots_array[14][3][4] = 'Thea Dress, Crown Blue/Ambrosia';
    hotspots_array[14][3][5] = 'THEADRCRN';

    items[14] = 'THEADRCRN,TROPHYBRA,ATHENASACBLK,ATHENATOTEBRA';

    hotspots_array[15] = new Array();
    
    hotspots_array[15][0] = new Array();
    hotspots_array[15][0][0] = 1;
    hotspots_array[15][0][1] = 5;
    hotspots_array[15][0][2] = 9;
    hotspots_array[15][0][3] = 14;
    hotspots_array[15][0][4] = 'Wyeth Tote, Eucalyptus';
    hotspots_array[15][0][5] = 'WYETHTOTEEUC';


    hotspots_array[15][1] = new Array();
    hotspots_array[15][1][0] = 6;
    hotspots_array[15][1][1] = 8;
    hotspots_array[15][1][2] = 17;
    hotspots_array[15][1][3] = 20;
    hotspots_array[15][1][4] = 'Iskia Link Wedge, Eucalyptus';
    hotspots_array[15][1][5] = 'ISKIALIWEEUC';

    hotspots_array[15][2] = new Array();
    hotspots_array[15][2][0] = 2;
    hotspots_array[15][2][1] = 3;
    hotspots_array[15][2][2] = 5;
    hotspots_array[15][2][3] = 6;
    hotspots_array[15][2][4] = 'Joey Cuff, Platinum Lizard';
    hotspots_array[15][2][5] = 'JOEYCUFFPLZ';

    hotspots_array[15][3] = new Array();
    hotspots_array[15][3][0] = 3;
    hotspots_array[15][3][1] = 4;
    hotspots_array[15][3][2] = 5;
    hotspots_array[15][3][3] = 6;
    hotspots_array[15][3][4] = 'SPARC Jewelry - from our design:shop';
    hotspots_array[13][3][5] = 'dstore';


    hotspots_array[15][4] = new Array();
    hotspots_array[15][4][0] = 4;
    hotspots_array[15][4][1] = 5;
    hotspots_array[15][4][2] = 4;
    hotspots_array[15][4][3] = 8;
    hotspots_array[15][4][4] = 'SPARC Jewelry - from our design:shop';
    hotspots_array[15][4][5] = 'dstore';

    hotspots_array[15][5] = new Array();
    hotspots_array[15][5][0] = 4;
    hotspots_array[15][5][1] = 5;
    hotspots_array[15][5][2] = 4;
    hotspots_array[15][5][3] = 8;
    hotspots_array[15][5][4] = 'Ruffle Scarf, Papaya Ginko';
    hotspots_array[15][5][5] = 'RUFFLESCPAK';

    hotspots_array[15][6] = new Array();
    hotspots_array[15][6][0] = 4;
    hotspots_array[15][6][1] = 4;
    hotspots_array[15][6][2] = 16;
    hotspots_array[15][6][3] = 19;
    hotspots_array[15][6][4] = 'Ruffle Scarf, Papaya Ginko';
    hotspots_array[15][6][5] = 'RUFFLESCPAK';

    hotspots_array[15][7] = new Array();
    hotspots_array[15][7][0] = 11;
    hotspots_array[15][7][1] = 15;
    hotspots_array[15][7][2] = 2;
    hotspots_array[15][7][3] = 5;
    hotspots_array[15][7][4] = 'Lido Clutch Wallet, Camille';
    hotspots_array[15][7][5] = 'LIDOWALLETFCAM';

    hotspots_array[15][8] = new Array();
    hotspots_array[15][8][0] = 15;
    hotspots_array[15][8][1] = 20;
    hotspots_array[15][8][2] = 7;
    hotspots_array[15][8][3] = 12;
    hotspots_array[15][8][4] = 'Pastis Frame Bag, Camille';
    hotspots_array[15][8][5] = 'PASTISFBCAM';

    hotspots_array[15][9] = new Array();
    hotspots_array[15][9][0] = 11;
    hotspots_array[15][9][1] = 16;
    hotspots_array[15][9][2] = 13;
    hotspots_array[15][9][3] = 19;
    hotspots_array[15][9][4] = 'Beatrice Satchel, Camille';
    hotspots_array[15][9][5] = 'BEATRICESATCAM';
    
    items[15] = 'BEATRICESATCAM,PASTISFBCAM,LIDOWALLETFCAM,WYETHTOTEEUC,ISKIALIWEEUC,RUFFLESCPAK';

    hotspots_array[16] = new Array();
    
    hotspots_array[16][0] = new Array();
    hotspots_array[16][0][0] = 1;
    hotspots_array[16][0][1] = 5;
    hotspots_array[16][0][2] = 4;
    hotspots_array[16][0][3] = 12;
    hotspots_array[16][0][4] = 'Pandora Tunic, Painterly Print';
    hotspots_array[16][0][5] = 'PANDORATUPNT';

    hotspots_array[16][1] = new Array();
    hotspots_array[16][1][0] = 7;
    hotspots_array[16][1][1] = 9;
    hotspots_array[16][1][2] = 14;
    hotspots_array[16][1][3] = 18;
    hotspots_array[16][1][4] = 'Sloane Satchel, Steel';
    hotspots_array[16][1][5] = 'SLOANESATSTL';

    hotspots_array[16][2] = new Array();
    hotspots_array[16][2][0] = 12;
    hotspots_array[16][2][1] = 17;
    hotspots_array[16][2][2] = 4;
    hotspots_array[16][2][3] = 17;
    hotspots_array[16][2][4] = 'Clio Ruffled Maillot, Papaya Ginko';
    hotspots_array[16][2][5] = 'CLIOPAK';

    items[16] = 'CLIOPAK,SLOANESATSTL,PANDORATUPNT';

    hotspots_array[17] = new Array();
    
    hotspots_array[17][0] = new Array();
    hotspots_array[17][0][0] = 4;
    hotspots_array[17][0][1] = 6;
    hotspots_array[17][0][2] = 6;
    hotspots_array[17][0][3] = 7;
    hotspots_array[17][0][4] = 'Leda Bikini Top, Mineral Blue';
    hotspots_array[17][0][5] = 'LEDATMIB';

    hotspots_array[17][1] = new Array();
    hotspots_array[17][1][0] = 3;
    hotspots_array[17][1][1] = 5;
    hotspots_array[17][1][2] = 9;
    hotspots_array[17][1][3] = 12;
    hotspots_array[17][1][4] = 'Leda Bikini Bottom, Mineral Blue';
    hotspots_array[17][1][5] = 'LEDABMIB';

    hotspots_array[17][2] = new Array();
    hotspots_array[17][2][0] = 7;
    hotspots_array[17][2][1] = 10;
    hotspots_array[17][2][2] = 8;
    hotspots_array[17][2][3] = 11;
    hotspots_array[17][2][4] = 'Toulouse Weekender, Nuit';
    hotspots_array[17][2][5] = 'TOULOUSEWKPPN';

    hotspots_array[17][3] = new Array();
    hotspots_array[17][3][0] = 11;
    hotspots_array[17][3][1] = 14;
    hotspots_array[17][3][2] = 2;
    hotspots_array[17][3][3] = 8;
    hotspots_array[17][3][4] = 'Avion Tote, Les Grands Pavots Bleu';
    hotspots_array[17][3][5] = 'AVIONTOTELGP';

    hotspots_array[17][4] = new Array();
    hotspots_array[17][4][0] = 11;
    hotspots_array[17][4][1] = 15;
    hotspots_array[17][4][2] = 13;
    hotspots_array[17][4][3] = 19;
    hotspots_array[17][4][4] = 'Clarice Train Case, Amber';
    hotspots_array[17][4][5] = 'CLARICETRCAPPA';


    hotspots_array[17][5] = new Array();
    hotspots_array[17][5][0] = 16;
    hotspots_array[17][5][1] = 20;
    hotspots_array[17][5][2] = 0;
    hotspots_array[17][5][3] = 15;
    hotspots_array[17][5][4] = 'Toulouse Weekender, Nuit';
    hotspots_array[17][5][5] = 'TOULOUSEWKPPN';


    items[17] = 'TOULOUSEWKPPN,CLARICETRCAPPA,AVIONTOTELGP,LEDABMIB,LEDATMIB';
 

    hotspots_array[18] = new Array();
    
    hotspots_array[18][0] = new Array();
    hotspots_array[18][0][0] = 1;
    hotspots_array[18][0][1] = 4;
    hotspots_array[18][0][2] = 2;
    hotspots_array[18][0][3] = 5;
    hotspots_array[18][0][4] = 'Emily Clutch, Violet Crinkle Patent';
    hotspots_array[18][0][5] = 'EMILYCLPCP';

    hotspots_array[18][1] = new Array();
    hotspots_array[18][1][0] = 6;
    hotspots_array[18][1][1] = 8;
    hotspots_array[18][1][2] = 3;
    hotspots_array[18][1][3] = 4;
    hotspots_array[18][1][4] = 'Joey Cuff, Violet Crinkle Patent';
    hotspots_array[18][1][5] = 'JOEYCUFFPCP';

    hotspots_array[18][2] = new Array();
    hotspots_array[18][2][0] = 8;
    hotspots_array[18][2][1] = 9;
    hotspots_array[18][2][2] = 3;
    hotspots_array[18][2][3] = 4;
    hotspots_array[18][2][4] = 'Joey Cuff, Platinum Lizard';
    hotspots_array[18][2][5] = 'JOEYCUFFPLZ';

    hotspots_array[18][3] = new Array();
    hotspots_array[18][3][0] = 6;
    hotspots_array[18][3][1] = 10;
    hotspots_array[18][3][2] = 7;
    hotspots_array[18][3][3] = 11;
    hotspots_array[18][3][4] = 'Staci Crossbody, Platinum Lizard';
    hotspots_array[18][3][5] = 'STACICBPLZ';

    hotspots_array[18][4] = new Array();
    hotspots_array[18][4][0] = 1;
    hotspots_array[18][4][1] = 5;
    hotspots_array[18][4][2] = 11;
    hotspots_array[18][4][3] = 18;
    hotspots_array[18][4][4] = 'Zephyr Hobo, Black';
    hotspots_array[18][4][5] = 'ZEPHYRHOBOBLK';

    hotspots_array[18][5] = new Array();
    hotspots_array[18][5][0] = 11;
    hotspots_array[18][5][1] = 12;
    hotspots_array[18][5][2] = 15;
    hotspots_array[18][5][3] = 18;
    hotspots_array[18][5][4] = 'HH Keyfob, Black and Eucalyptus';
    hotspots_array[18][5][5] = 'HHFOBEUC,HHFOBBLK';


    hotspots_array[18][6] = new Array();
    hotspots_array[18][6][0] = 16;
    hotspots_array[18][6][1] = 18;
    hotspots_array[18][6][2] = 3;
    hotspots_array[18][6][3] = 7;
    hotspots_array[18][6][4] = 'Sonia Leather Jacket, Grey';
    hotspots_array[18][6][5] = 'SONIAJCKTGRY';

    hotspots_array[18][7] = new Array();
    hotspots_array[18][7][0] = 14;
    hotspots_array[18][7][1] = 16;
    hotspots_array[18][7][2] = 12;
    hotspots_array[18][7][3] = 14;
    hotspots_array[18][7][4] = 'Wyeth Hobo, Eucalyptus';
    hotspots_array[18][7][5] = 'WYETHSHLDEUC';

    hotspots_array[18][8] = new Array();
    hotspots_array[18][8][0] = 15;
    hotspots_array[18][8][1] = 16;
    hotspots_array[18][8][2] = 19;
    hotspots_array[18][8][3] = 19;
    hotspots_array[18][8][4] = 'Greenpoint Cork Wedge, Black';
    hotspots_array[18][8][5] = 'GREENPOINTBLK';

    hotspots_array[18][9] = new Array();
    hotspots_array[18][9][0] = 17;
    hotspots_array[18][9][1] = 18;
    hotspots_array[18][9][2] = 19;
    hotspots_array[18][9][3] = 19;
    hotspots_array[18][9][4] = 'Greenpoint Cork Wedge, Black';
    hotspots_array[18][9][5] = 'GREENPOINTBLK';

    hotspots_array[18][10] = new Array();
    hotspots_array[18][10][0] = 15;
    hotspots_array[18][10][1] = 16;
    hotspots_array[18][10][2] = 4;
    hotspots_array[18][10][3] = 6;
    hotspots_array[18][10][4] = 'Clio Maillot, Boudoir';
    hotspots_array[18][10][5] = 'CLIOBOU';

    items[18] = 'CLIOBOU,GREENPOINTBLK,WYETHSHLDEUC,SONIAJCKTGRY,HHFOBEUC,HHFOBBLK,ZEPHYRHOBOBLK,STACICBPLZ,JOEYCUFFPLZ,JOEYCUFFPCP,EMILYCLPCP';
 

    hotspots_array[19] = new Array();
    
    hotspots_array[19][0] = new Array();
    hotspots_array[19][0][0] = 6;
    hotspots_array[19][0][1] = 8;
    hotspots_array[19][0][2] = 14;
    hotspots_array[19][0][3] = 18;
    hotspots_array[19][0][4] = 'Circe Clutch, Black';
    hotspots_array[19][0][5] = 'CIRCECLBLK';

    hotspots_array[19][1] = new Array();
    hotspots_array[19][1][0] = 4;
    hotspots_array[19][1][1] = 8;
    hotspots_array[19][1][2] = 5;
    hotspots_array[19][1][3] = 18;
    hotspots_array[19][1][4] = 'Penelope Dress, Bisque Boudoir';
    hotspots_array[19][1][5] = 'PENELOPEBSQ';

    hotspots_array[19][2] = new Array();
    hotspots_array[19][2][0] = 11;
    hotspots_array[19][2][1] = 13;
    hotspots_array[19][2][2] = 1;
    hotspots_array[19][2][3] = 8;
    hotspots_array[19][2][4] = 'Daphne Pinup Tank, Boudoir';
    hotspots_array[19][2][5] = 'DAPHNEBOU';

    hotspots_array[19][3] = new Array();
    hotspots_array[19][3][0] = 14;
    hotspots_array[19][3][1] = 16;
    hotspots_array[19][3][2] = 1;
    hotspots_array[19][3][3] = 8;
    hotspots_array[19][3][4] = 'Psyche Tasseled Bikini, Black';
    hotspots_array[19][3][5] = 'PSYCHETBLK,PSYCHEBBLK';


    hotspots_array[19][4] = new Array();
    hotspots_array[19][4][0] = 17;
    hotspots_array[19][4][1] = 19;
    hotspots_array[19][4][2] = 1;
    hotspots_array[19][4][3] = 8;
    hotspots_array[19][4][4] = 'Clio Ruffled Maillot, Papaya Ginko';
    hotspots_array[19][4][5] = 'CLIOPAK';

    hotspots_array[19][5] = new Array();
    hotspots_array[19][5][0] = 11;
    hotspots_array[19][5][1] = 13;
    hotspots_array[19][5][2] = 11;
    hotspots_array[19][5][3] = 17;
    hotspots_array[19][5][4] = 'Leda Ruffle Bottom Bikini, Mineral Blue';
    hotspots_array[19][5][5] = 'LEDATMIB,LEDABMIB';

    hotspots_array[19][6] = new Array();
    hotspots_array[19][6][0] = 14;
    hotspots_array[19][6][1] = 16;
    hotspots_array[19][6][2] = 10;
    hotspots_array[19][6][3] = 17;
    hotspots_array[19][6][4] = 'Iris Keyhole Maillot, Painterly';
    hotspots_array[19][6][5] = 'IRISPNT';

    hotspots_array[19][7] = new Array();
    hotspots_array[19][7][0] = 17;
    hotspots_array[19][7][1] = 19;
    hotspots_array[19][7][2] = 10;
    hotspots_array[19][7][3] = 17;
    hotspots_array[19][7][4] = 'Daphne Pinup Tank, Black';
    hotspots_array[19][7][5] = 'DAPHNEBLK';


    items[19] = 'DAPHNEBLK,DAPHNEBOU,IRISPNT,LEDATMIB,LEDABMIB,CLIOPAK,PSYCHETBLK,PSYCHEBBLK,PENELOPEBSQ,CIRCECLBLK';
 

    hotspots_array[20] = new Array();
    
    hotspots_array[20][0] = new Array();
    hotspots_array[20][0][0] = 0;
    hotspots_array[20][0][1] = 5;
    hotspots_array[20][0][2] = 10;
    hotspots_array[20][0][3] = 18;
    hotspots_array[20][0][4] = 'Maldives Nylone Weekender, Violet';
    hotspots_array[20][0][5] = 'MALDIVESNYWEVIO';

    hotspots_array[20][1] = new Array();
    hotspots_array[20][1][0] = 6;
    hotspots_array[20][1][1] = 10;
    hotspots_array[20][1][2] = 13;
    hotspots_array[20][1][3] = 18;
    hotspots_array[20][1][4] = 'Bleecker Nylon Backpack, Smoke Blue';
    hotspots_array[20][1][5] = 'BLEECKERBKPKBLU';

    hotspots_array[20][2] = new Array();
    hotspots_array[20][2][0] = 11;
    hotspots_array[20][2][1] = 14;
    hotspots_array[20][2][2] = 1;
    hotspots_array[20][2][3] = 4;
    hotspots_array[20][2][4] = 'Sam Travel Wallet, Chocolate';
    hotspots_array[20][2][5] = 'SAMNYTRWACHC';

    hotspots_array[20][3] = new Array();
    hotspots_array[20][3][0] = 11;
    hotspots_array[20][3][1] = 14;
    hotspots_array[20][3][2] = 5;
    hotspots_array[20][3][3] = 8;
    hotspots_array[20][3][4] = 'Michio Nylon Carryall, Violet';
    hotspots_array[20][3][5] = 'MICHIONYLACAVIO';

    
    hotspots_array[20][4] = new Array();
    hotspots_array[20][4][0] = 11;
    hotspots_array[20][4][1] = 14;
    hotspots_array[20][4][2] = 13;
    hotspots_array[20][4][3] = 18;
    hotspots_array[20][4][4] = 'Bedford Nylon Messenger, Black';
    hotspots_array[20][4][5] = 'BEDFORDMSGRBLK';

    hotspots_array[20][5] = new Array();
    hotspots_array[20][5][0] = 15;
    hotspots_array[20][5][1] = 17;
    hotspots_array[20][5][2] = 9;
    hotspots_array[20][5][3] = 16;
    hotspots_array[20][5][4] = 'Ibiza Flight Tote, Violet';
    hotspots_array[20][5][5] = 'IBIZAVLT';

    hotspots_array[20][6] = new Array();
    hotspots_array[20][6][0] = 17;
    hotspots_array[20][6][1] = 19;
    hotspots_array[20][6][2] = 0;
    hotspots_array[20][6][3] = 5;
    hotspots_array[20][6][4] = 'Daphne Pinup Tanke, Boudoir';
    hotspots_array[20][6][5] = 'DAPHNEBOU';

    hotspots_array[20][7] = new Array();
    hotspots_array[20][7][0] = 17;
    hotspots_array[20][7][1] = 19;
    hotspots_array[20][7][2] = 16;
    hotspots_array[20][7][3] = 18;
    hotspots_array[20][7][4] = 'Athena Sandals, Moonbeam';
    hotspots_array[20][7][5] = 'ATHENASAMBM';


    items[20] = 'SAMNYTRWACHC,MICHIONYLACAVIO,BLEECKERBKPKBLU,MALDIVESNYWEVIO,ATHENASAMBM,DAPHNEBOU,IBIZAVLT';
 

    hotspots_array[21] = new Array();
    
    hotspots_array[21][0] = new Array();
    hotspots_array[21][0][0] = 1;
    hotspots_array[21][0][1] = 4;
    hotspots_array[21][0][2] = 2;
    hotspots_array[21][0][3] = 9;
    hotspots_array[21][0][4] = 'Greenpoint Cork Wedge, Blueberry/Ginger';
    hotspots_array[21][0][5] = 'GREENPOINTBLR';

    hotspots_array[21][1] = new Array();
    hotspots_array[21][1][0] = 6;
    hotspots_array[21][1][1] = 10;
    hotspots_array[21][1][2] = 1;
    hotspots_array[21][1][3] = 10;
    hotspots_array[21][1][4] = 'Ruffle Scarf, Papaya Ginko';
    hotspots_array[21][1][5] = 'RUFFLESCPAK';

    hotspots_array[21][2] = new Array();
    hotspots_array[21][2][0] = 1;
    hotspots_array[21][2][1] = 4;
    hotspots_array[21][2][2] = 13;
    hotspots_array[21][2][3] = 17;
    hotspots_array[21][2][4] = 'Passport Case, Platinum Lizard';
    hotspots_array[21][2][5] = 'PASSPORTHOPLZ';

    hotspots_array[21][3] = new Array();
    hotspots_array[21][3][0] = 6;
    hotspots_array[21][3][1] = 9;
    hotspots_array[21][3][2] = 13;
    hotspots_array[21][3][3] = 19;
    hotspots_array[21][3][4] = 'Ibiza Slide Sandal, Platinum Lizard';
    hotspots_array[21][3][5] = 'IBIZASLPLZ';
    
    hotspots_array[21][4] = new Array();
    hotspots_array[21][4][0] = 11;
    hotspots_array[21][4][1] = 13;
    hotspots_array[21][4][2] = 3;
    hotspots_array[21][4][3] = 14;
    hotspots_array[21][4][4] = 'Parker Canvas Trench, Crown Blue';
    hotspots_array[21][4][5] = 'aPARKERCRN';

    hotspots_array[21][5] = new Array();
    hotspots_array[21][5][0] = 15;
    hotspots_array[21][5][1] = 17;
    hotspots_array[21][5][2] = 16;
    hotspots_array[21][5][3] = 19;
    hotspots_array[21][5][4] = 'Lorca Turnlock, Lagoon';
    hotspots_array[21][5][5] = 'LORCALAG';

    hotspots_array[21][6] = new Array();
    hotspots_array[21][6][0] = 13;
    hotspots_array[21][6][1] = 15;
    hotspots_array[21][6][2] = 7;
    hotspots_array[21][6][3] = 12;
    hotspots_array[21][6][4] = 'Clio Ruffled Maillot, Papaya Ginko';
    hotspots_array[21][6][5] = 'CLIOPAK';

    hotspots_array[21][7] = new Array();
    hotspots_array[21][7][0] = 14;
    hotspots_array[21][7][1] = 15;
    hotspots_array[21][7][2] = 1;
    hotspots_array[21][7][3] = 2;
    hotspots_array[21][7][4] = 'Vintage Sunglasses - from our design:shop';
    hotspots_array[21][7][5] = 'dstore';
    
    items[21] = 'IBIZASLPLZ,PASSPORTHOPLZ,RUFFLESCPAK,GREENPOINTBLR,PARKERCRN,CLIOPAK,LORCALAG';
 

    hotspots_array[22] = new Array();
    
    hotspots_array[22][0] = new Array();
    hotspots_array[22][0][0] = 5;
    hotspots_array[22][0][1] = 6;
    hotspots_array[22][0][2] = 7;
    hotspots_array[22][0][3] = 10;
    hotspots_array[22][0][4] = 'Iris Keyhole Maillot, Painterly Print';
    hotspots_array[22][0][5] = 'IRISPNT';

    hotspots_array[22][1] = new Array();
    hotspots_array[22][1][0] = 4;
    hotspots_array[22][1][1] = 6;
    hotspots_array[22][1][2] = 6;
    hotspots_array[22][1][3] = 12;
    hotspots_array[22][1][4] = 'Kristy Lined Trench, Black';
    hotspots_array[22][1][5] = 'KRISTYTBLK';

    hotspots_array[22][2] = new Array();
    hotspots_array[22][2][0] = 4;
    hotspots_array[22][2][1] = 6;
    hotspots_array[22][2][2] = 14;
    hotspots_array[22][2][3] = 15;
    hotspots_array[22][2][4] = 'Ibiza Slide, Platinum Lizard';
    hotspots_array[22][2][5] = 'IBIZASLPLZ';

    items[22] = 'IRISPNT,KRISTYTBLK,IBIZASLPLZ';
 
}
