var imgs = new Array();
				// image_name, width, height, title, previous, next
imgs[0] = new Array("ext_00.jpg",  800,  550, "Exterior 1", "Unique split foyer plan", null, 1);
imgs[1] = new Array("ext_01.jpg",  800,  550, "Exterior 2", "Traditional 2 story on wonderful country lot", 0, 2);
imgs[2] = new Array("ext_02.jpg",  800,  550, "Exterior 3", "Spacious 5 bedroom home with lots of room", 1, 3);
imgs[3] = new Array("ext_03.jpg",  800,  550, "Exterior 4", "Small split foyer built on an in-fill lot in an existing neighborhood", 2, 4);
imgs[4] = new Array("ext_04.jpg", 1000,  555, "Exterior 5", "Windows, windows, windows enhance the river valley behind", 3, 5);
imgs[5] = new Array("ext_05.jpg",  800,  550, "Exterior 6", "An affordable home with all the extras", 4, 6);
imgs[6] = new Array("ext_06.jpg",  800,  550, "Exterior 7", "", 5, null);


imgs[101] = new Array("int_01.jpg", 800, 550, "Interior 1", "Loft view of open great room", null, 102);
imgs[102] = new Array("int_02.jpg", 800, 550, "Interior 2", "Walnut inlay in hardwood floor adds a touch of class",  101, 103);
imgs[103] = new Array("int_03.jpg", 800, 550, "Interior 3", "Great room fireplace with entertainment center above (behind closed doors)",  102, 104);
imgs[104] = new Array("int_04.jpg", 800, 550, "Interior 4", "Arches define the rooms without walls to separate them",  103, 105);
imgs[105] = new Array("int_05.jpg", 800, 550, "Interior 5", "Custom maple cabinets in small split foyer home",  104, 106);
imgs[106] = new Array("int_06.jpg", 800, 550, "Interior 6", "Entertainment ledge above foyer for maximum use of space in small homes",  105, 107);
imgs[107] = new Array("int_07.jpg", 800, 550, "Interior 7", "Contemporary bar in lower level family room",  106, 108);
imgs[108] = new Array("int_08.jpg", 800, 550, "Interior 8", "Ceramic shower with whirlpool bathtub",  107, 109);
imgs[109] = new Array("int_09.jpg", 800, 550, "Interior 9", "Sunroom with lots of windows",  108, 110);
imgs[110] = new Array("int_10.jpg", 800, 550, "Interior 10", "Contemporary living room with cove moulding at ceiling", 109, 111);
imgs[111] = new Array("int_11.jpg", 800, 550, "Interior 11", "Open kitchen plan with center island allows everyone to feel like they're in the kitchen", 110, 112);
imgs[112] = new Array("int_12.jpg", 800, 550, "Interior 12", "Wonderful, open great room with double patio doors", 111, 113);
imgs[113] = new Array("int_13.jpg", 800, 550, "Interior 13", "Huge kitchen in a no so huge house", 112, 114);
imgs[114] = new Array("int_14.jpg", 800, 550, "Interior 14", "Spacious country kitchen", 113, 115);
imgs[115] = new Array("int_15.jpg", 800, 550, "Interior 15", "Quarter sawn oak brings a traditional feel to this living room", 114, null);


imgs[201] = new Array("det_01.jpg", 800, 550, "Details 1: Pull out bar 1", "Unique buit-in maple desk with hidden bar (see next photo)", null, 202);
imgs[202] = new Array("det_02.jpg", 800, 550, "Details 2: Pull out bar 2", "Hidden bar revealed", 201, 203);
imgs[203] = new Array("det_03.jpg", 800, 550, "Details 3: Phone nook", "Telephone niche", 202, 204);
imgs[204] = new Array("det_04.jpg", 800, 550, "Details 4: Stone Wall", "Rock retaining walls enhance the natural setting", 203, 205);
imgs[205] = new Array("det_05.jpg", 800, 550, "Details 5: Entry Fountain", "Wall fountain with curved walls at each side", 204, 206);
imgs[206] = new Array("det_06.jpg", 800, 550, "Details 6: Built-in", "Built-in bookcases make a great office", 205, 207);
imgs[207] = new Array("det_07.jpg", 800, 550, "Details 7: Lighted Crown Molding", "Drywall crown moulding with concealed indirect lighting", 206, 208);
imgs[208] = new Array("det_08.jpg", 800, 550, "Details 8: Radiused Corner", "Acid washed conrete floors accent the radius corner wall", 207, 209);
imgs[209] = new Array("det_09.jpg", 800, 550, "Details 9: Window Casing", "Cove moulding at wall/ceiling", 208, 210);
imgs[210] = new Array("det_10.jpg", 800, 550, "Details 10: Master Bath", "Ceramic deck with whirlpool tub", 209, 211);
imgs[211] = new Array("det_11.jpg", 800, 550, "Details 11: Tight Radiused Corner", "Tight radius accents the rounded walls", 210, 212);
imgs[212] = new Array("det_12.jpg", 800, 550, "Details 12: Fireplace", "Gas fireplace in comfortable lower level family room", 211, null);


imgs[301] = new Array("lst_01_01.jpg", 800, 550, "Exterior 1", "",		null, 302);
imgs[302] = new Array("lst_01_02.jpg", 800, 550, "Exterior 2", "",		301, 303);
imgs[303] = new Array("lst_01_03.jpg", 800, 550, "Living Room", "",		302, 304);
imgs[304] = new Array("lst_01_13.jpg", 550, 800, "Dining Area", "",		303, 305);
imgs[305] = new Array("lst_01_04.jpg", 800, 550, "Kitchen", "",			304, 306);
imgs[306] = new Array("lst_01_11.jpg", 800, 550, "Family Room", "",		305, 307);
imgs[307] = new Array("lst_01_10.jpg", 800, 550, "Family Room 2", "",	306, 308);
imgs[308] = new Array("lst_01_05.jpg", 800, 550, "Pull-out Bar 1", "",	307, 309);
imgs[309] = new Array("lst_01_06.jpg", 800, 550, "Pull-out Bar 2", "",	308, 310);
imgs[310] = new Array("lst_01_09.jpg", 800, 550, "Lower Level", "",		309, 311);
imgs[311] = new Array("lst_01_07.jpg", 800, 550, "Master Bedroom", "",	310, 312);
imgs[312] = new Array("lst_01_14.jpg", 550, 800, "Master Bath", "",		311, 313);
imgs[313] = new Array("lst_01_08.jpg", 800, 550, "Bedroom", "",			312, 314);
imgs[314] = new Array("lst_01_12.jpg", 800, 550, "Bathroom", "",		313, null);

imgs[315] = new Array("lst_02_01.jpg", 800, 550, "Exterior 1", "",		null, 316);
imgs[316] = new Array("lst_02_02.jpg", 800, 550, "Exterior 2", "",		315, 317);
imgs[317] = new Array("lst_02_03.jpg", 800, 550, "Exterior 3", "",		316, 318);
imgs[318] = new Array("lst_02_04.jpg", 800, 550, "Kitchen", "",			317, 319);
imgs[319] = new Array("lst_02_05.jpg", 800, 550, "Living Room", "",		318, 320);
imgs[320] = new Array("lst_02_06.jpg", 800, 550, "Living Room", "",		319, 321);
imgs[321] = new Array("lst_02_07.jpg", 800, 550, "Dining Room", "",		320, 322);
imgs[322] = new Array("lst_02_08.jpg", 800, 550, "Stairway", "",		321, 323);
imgs[323] = new Array("lst_02_09.jpg", 800, 550, "Stairway", "",		322, 324);
imgs[324] = new Array("lst_02_10.jpg", 800, 550, "Master Bedroom", "",	323, 325);
imgs[325] = new Array("lst_02_11.jpg", 800, 550, "Master Bath", "",		324, null);


