// ------
// file and image information database
// ©2003 Ron Chambers
// ------
// ------
// image size default
// ------
var kcr_max_width  = 800;
var kcr_max_height = 600;
// ------
// browser type
// ------
var IE 		= document.all ? true  : false;
var NS		= document.all ? false : true;
var VER	= 0;
	if (navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion >= "4.0") VER = 4;
	if (navigator.appName == "Netscape" && navigator.appVersion >= "4.0") VER = 4;
// ------	
// color info for info box
// ------	
var fg_color 	= '#000020';
var	cp_color 	= '#000020';	
var	bg_color 	= '#C0C0C0';
var	tx_color 	= '#C0C0C0';		
var overlib_box = 300;
// ------
// database arrays
// ------
cat1 	= new Array();
cat2 	= new Array();
file 		= new Array();
type 	= new Array();
info 		= new Array();
// ------ pointer arrays
p_ct 	= new Array();
p_fi 		= new Array();
// ------	
extt 		= new Array();
high 	= new Array();
wide 	= new Array();
var ii, jj, kk, ll;
// ------
	function initialize()
	{
		ii 		= 0;
		jj 		= 0;	
		kk 	= 0;
		ll 		= 0;	
	}
// ------
	function add_cat1(cat1_in)
	{
		bump_counters();		
		cat1[ii] = cat1_in;
		ii++;	
	}
// ------
	function add_cat2(cat2_in)
	{
		bump_counters();		
		cat2[jj] = cat2_in;
		jj++;	
	}
// ------
	function add_file(file_in, info_in, type_in)
	{
		file[kk] 		= file_in;
		info[kk] 	= info_in;
		type[kk] 	= type_in;
		kk++;
	}
// ------
	function bump_counters()
	{
		p_ct[ii] 	= jj;
		p_fi[jj] 	= kk;
	}
// ------
	function add_type(extt_in, high_in, wide_in)
	{
		extt[ll] 	= extt_in;
		high[ll] 	= high_in;
		wide[ll] = wide_in;
		ll++;
	}
// ------
// initialize
// ------
	initialize();
// ------	
// image types
// ------
	add_type(".jpg", kcr_max_height, kcr_max_width);
	add_type(".gif", kcr_max_height, kcr_max_width);
	add_type(".htm", kcr_max_height, kcr_max_width);
// ------
// home
// ------	
	add_cat1("home");
		add_cat2("home");	
// ------
// introduction
// ------	
	add_cat1("introduction");
		add_cat2("philosophy");
			add_file("philosophy", "Philosophy", 1);
// ------			
//       	design-installation		
// ------
		add_cat2("design-installation");
			add_file("image_show", "", 0);
			add_file("DSC00123a", "Artisan Mark Bleakley,  Kim,  Production manager/Artisan Selena Precella-Feuntes", 0);
			add_file("DSC00018", "Production manager/Artisan Selena Precella-Fuentes", 0);
			add_file("DSC00135a", "Artisan Mark Bleakley", 0);
			add_file("DSC00359", "Installation at Trinity Chapel", 0);
			add_file("st_catherines_a_front_web", "Installation at Christus St Catherine Chapel", 0);
			add_file("DSC00521_a", "Installation at Fountain of Praise", 0);			
// ------
//       	detail_work	
// ------
		add_cat2("detail_work");
			add_file("image_show", "", 0);
			add_file("cu1_a", "Sample of detail.", 0);
			add_file("cu2_a", "Sample of detail.", 0);
			add_file("cu3_a", "Sample of detail.", 0);
			add_file("cu4_a", "Sample of detail.", 0);
			add_file("cu5_a", "Sample of detail.", 0);
			add_file("cu6_a", "Sample of detail.", 0);
			add_file("cu7_a", "Sample of detail.", 0);
			add_file("cu8_a", "Sample of detail.", 0);
			add_file("DSC00376", "Sample of detail.", 0);
			add_file("DSC00454", "Sample of detail.", 0);
// ------
// commercial
// ------
	add_cat1("commercial");
// ------
//        commercial	
// ------
		add_cat2("commercial");
			add_file("image_show", "", 0);
			add_file("DSC01173a", "Fox Diner Houston, TX three windows measuring 42 1/2in X 118 1/2in each", 0);
			add_file("fox_DSC01176a", "Fox Diner Houston, TX window to right of bar", 0);
//			add_file("fox_article_a", "Fox Diner Houston, TX", 0);
			add_file("office_dome", "36in diameter X 12in high with 8 sections and 24 panels -- domes can be made to any specification", 0);
			add_file("sparacino_DSC01371_dancer", "", 0);
//			add_file("ro_article1", "", 0);
//			add_file("ro_article2", "", 0);
//			add_file("ro_article3", "", 0);
// ------
// liturgical
// ------	
	add_cat1("liturgical");
// ------
//        Fountain_of_Praise	
// ------
		add_cat2("fountain_of_praise");
			add_file("image_show", "", 0);				
			add_file("DSC00250_a", " The Fountain of Praise Church is located at 13950 Hillcroft Houston ,TX 77085. The steeple has 200 square feet of stained glass on each side . Both the North and South elevations are designed to interact with one another to create a Kaleidoscopic affect. There is a 4½ foot space between the glass where internal lighting is housed.", 0);
			add_file("DSC00247_a", " North elevation", 0);
			add_file("DSC00241_a", "", 0);
			add_file("DSC00261_a", "", 0);
			add_file("DSC00219_a", "South elevation", 0);
			add_file("DSC00178_a", "The curtain wall is a 150’ serpentine curtain wall which is 36in high and 150ft long and  hangs 23ft in the air.", 0);
			add_file("DSC00205_a", "", 0);
			add_file("DSC00209_a", "", 0);
			add_file("DSC00199_a", "", 0);
			add_file("DSC00254_a", "These four windows are 39in X 23in", 0);
			add_file("DSC00220_a", "", 0);
			add_file("DSC00226_a", "", 0);
			add_file("DSC00239_a", "", 0);		
			add_file("DSC00539_a", "These windows are on the right side in the sanctuary.  They are three of the six 36in X 102in windows.", 0);
			add_file("DSC00547_a", "These windows are on the left side of the santuary.", 0);
			add_file("DSC00572_a", "These three windows are seen on the right side in the sanctuary.", 0);						
// ------
//        Trinity	
// ------
		add_cat2("trinity");
			add_file("image_show", "", 0);
			add_file("DSC01647_a", "Morrow Chapel, Trinity Episcopal Church Houston, TX -- five windows comprising four panels each", 0);
			add_file("DSC01651_a", "Morrow Chapel, Trinity Episcopal Church Houston, TX", 0);
			add_file("DSC01014_a", "Morrow Chapel, Trinity Episcopal Church Houston, TX", 0);
//			add_file("trinity_mainst_overlay_a", "Morrow Chapel, Trinity Episcopal Church Houston, TX", 0);
			add_file("trinity_article_a", "Morrow Chapel, Trinity Episcopal Church Houston, TX", 0);
// ------
//        liturgical	
// ------
		add_cat2("liturgical");
			add_file("image_show", "", 0);
			add_file("DSC00078_plaque", "First Christian Church Houston, TX -- three windows in entry to fellowship hall -- center window is 46in X 50in adjacent windows are 9in X 82in", 0);
			add_file("st_catherinesDSC00759_mix", "Christus St Catherine Hospital Katy, TX -- window is 72in diameter", 0);
			add_file("DSC01414", "Christus St Catherine Hospital Katy, TX -- window is 72in diameter", 0);
			add_file("st_joesph_hallway_a", "Christus St Joseph Hospital Houston, TX -- ICU unit -- 24in X 29 3/4in", 0);
			add_file("st_joseph_inside_outside", "Christus St Joseph Hospital Houston, TX -- The motif was taken from an Art Deco  frieze that was used in the original hospital that burned down.  This motif can still be seen in the Sisters of Charity Convent adjacent to the hospital.", 0);
			add_file("DSC01754a", "Christus St Joseph Hospital Houston, TX -- Women&acute;s Wellness Center ", 0);
			add_file("DSC01759a", "Christus St Joseph Hospital Houston, TX -- Women&acute;s Wellness Center ", 0);
			add_file("DSC01308a", "Emanu El Temple, Houston, TX -- Multi-purpose room -- 132in X 108in -- these windows depict the four seasons according to Jewish Holidays", 0);
			add_file("emanu_elDSC01318", "Emanu El Temple, Houston, TX -- Multi-purpose room -- left panel", 0);
// ------
// residential
// ------
	add_cat1( "residential");
// ------
//        bathrooms
// ------
		add_cat2("bathrooms");
			add_file("image_show", "", 0);
			add_file("DSC01341_golfers", "This window, 45 1/2in X 21 3/4in, sits high in the shower of a guest bath overlooking a golf course.  The aim was to keep the view, while still maintaining  a sense of privacy.  The colors and design are inspired by the slate walls and decor.", 0);
			add_file("DSC01301", "This 28in round window is in a water closet off of a large master bathroom.  It was commissioned to look like a view of the sea out a porthole of a submarine. The fish in the image are Lalique art glass pieces from the client&acute;s collection.", 0);
			add_file("DSC01316", "The desire for light and privacy were major considerations when incorporating a 27in round piece of previously owned stained glass of sentimental value which was designed by Debra Felberg Oxley.  Thirteen Lalique glass fish and a small glass turtle were also included in the work.  The middle window is 66in X 57 3/4in and was designed to transform the Oxley crane into the form of a medallion.  The two windows flanking this image are 36in X 76in.", 0);
			add_file("DSC01309", "Far right window.", 0);
			add_file("river_oaks_master_bathroom_after", "  ", 0);
			add_file("weakley_a", "  ", 0);
			add_file("hernandez_bathDSC00681", "This guest bathroom window, 24 1/2in X 24 1/2in, is in a Victorian home . The motif is inspired by the traditional floral motif of the wallpaper and the design of the room.", 0);
			add_file("hernandez_window_DSC00684", "Close up.", 0);
			add_file("girls_bathroom_transom", "This window, 12 3/8 in X 36 3/4in, is in a bathroom connecting two girls bedrooms in a Victorian home. It also can be seen from the street and is experienced on a porch as well. Five separate spaces had to be considered in this design.", 0);
			add_file("girls_bathroom_a", "Exterior view.", 0);
			add_file("bentwater_c", "One of three master bathroom windows, this one over the Jacuzzi and measuring 44 11/16in X 56 3/4in and overlooking a golf course in Bentwater, TX -- Opaque whites and grays were used to blend with the colors of the space.  Textured clear and tiny bevels were also used to let in more light and to maintain privacy.", 0);
			add_file("bentwater_b", "Detail of window", 0);
			add_file("bentwater_d", "This is the smallest of the trio and is in the shower -- 24in X 24in", 0);
			add_file("DSC01436", "Guest bathroom, one of two windows facing the street -- 31 1/2in X 36in", 0);
			add_file("arrowhead_j", "These powder room windows are located in Arrowhead, CO in a condominium that serves as a second home and office for a design firm in Denver, CO. -- 20 7/8in X 58 5/8in each.", 0);
			add_file("arrowhead_d", "Interior view.", 0);
//			add_file("arrowhead_a", "Detail", 0);
			add_file("arrowhead_c", "Detail", 0);
			add_file("arrowhead_f", "Right window of pair.", 0);
			add_file("DSC00141a", "This window incorporates china, mother of pearl knife handles, cut glass pieces, all having belonged to the client&acute;s late mother.  It is a symbolic window about their relationship.  It in installed between a living room and a bathroom facilitating total privacy.", 0);
			add_file("DSC00157a", "Close up.", 0);
// ------
//        bedrooms			
// ------
		add_cat2("bedrooms");
			add_file("image_show", "", 0);
			add_file("DSC00945", "This triangular window, 73in X 18in, is in a Master bedroom in River Oaks in Houston, TX.  A 20&acute;s style art deco piece is showcased in this window.", 0);
			add_file("DSC00948", "Detail.", 0);
			add_file("DSC01349", "There are three panels in this work in the Herman Loft building in downtown Houston.  These panels were used to create privacy in the master bedroom from the building directly across the corner.  They depict in a playful abstracted way some of the historical downtown buildings such as the Magnolia Ballroom and the Clock Tower in the downtown city square.  The clock tower was incorporated into it a working clock that had belonged to the client.  There are also other personal objects that are used throughout this piece.", 0);
			add_file("DSC01344", "Magnolia Ballroom.", 0);
			add_file("DSC01351", "The frogs reflect the client’s frog collection.  The timepiece is a working watch belonging to the client.", 0);
			add_file("bayou_loft_a", "A pink upside down triangle with personal text etched into the glass.", 0);
			add_file("red_plates", "32 1/2in X 56in.", 0);
			add_file("DSC00837a", "This window shutter is one of a pair that are 35 1/2in X 50 1/4in.  They are flanking the bed in the master bedroom. They allow light in and partially obscure the iron bar and neighboring fence while allowing the working window to easily open.", 0);
// ------
//        diningrooms_kitchens			
// ------
		add_cat2("diningrooms_kitchens");
			add_file("image_show", "", 0);
			add_file("Alexander_dining_room-entry_window_a", "This circular 48in  window is placed in front of an existing Pella window. This window can be viewed form the street and is the focal point in the dining room of a home designed by Shoemake Maldonado Architects in Houston, TX.", 0);
			add_file("alexander_closeup_a", "Detail of dining room window.", 0);
			add_file("Alexander_dining_room-entry_window1_a", "Close up.", 0);
			add_file("paris_a", "The client&acute;s penchant for African wood sculptures and 20&acute;s Art Deco glass vases are reflected in the design of this panel.  Antique glass from the 20&acute;s, Depression glass plates, and tops from antique perfume bottles provide a delicate counterpoint to a wooden carving incorporated into the design which resides in Monparrnasse, Paris, France.", 0);
			add_file("DSC00198a", "This kitchen window is 34in X 53in.  The letter B is mirrored to create a monogram for the clients whose last names both begin with B.  There are four Christofle knives rest, a Cartier crystal worry stone, and a personal gem of the client&acute;s incorporated into this design which looks out into the spacious Montrose area back yard in Houston, TX.", 0);
			add_file("montrose_kitchen_a", "Close up.", 0);
			add_file("travis_kitchen_DSC00970", "  ", 0);
			add_file("johnson_shutters_a", "Breakfast room shutters in Cordiara, Eagle, CO.", 0);
// ------
//        doors_entries			
// ------
		add_cat2("doors_entries");
			add_file("image_show", "", 0);
			add_file("entry_sidelights_a", "A gothic motif and extensive use of clear, heavy glass, much of it beveled, compliments the formal, old world design and antique furnished interiors of this luxurious vacation home with a commanding view of the Rockies.  Here and there, the panels are touched with a blush of color that is apparent only at night or on a cloudy day, when the light is not intense enough to penetrate the glass.", 0);
			add_file("beaver_creek_sidelights_a", "Close up of one of the six panels.", 0);
			add_file("DSC01474", "The glass opening for this over sized door is 31 1/2in X 46in.", 0);
			add_file("DSC01455", "Close up.", 0);
			add_file("DSC01448", "This window is inspired by a Chinese lattice design for a home filled with Chinese antiques.  The pallet reflects the colors in the client&acute;s home -- 31in X 36in.", 0);
			add_file("DSC00867b", "This is an entry door in a contemporary home in Bellaire, TX.", 0);
			add_file("DSC00866b", "Close up.", 0);
// ------
//        landings_transoms
// ------
		add_cat2("landings_transoms");
			add_file("image_show", "", 0);
			add_file("DSC00912", "This window is 58in X 78 1/2in.  The crest incorporates a view of the client&acute;s hunting ranch in Montana and an elk.", 0);
			add_file("ezelle_landing_full", "As one enters the second story landing or the home office of this River Oaks home in Houston, TX, the hexagonal window becomes a focal point.  There are two large picture windows in the office.  Centered on the connecting wall of the two spaces, this window serves as a lens, extending the light source into the landing which previously had no natural light.", 0);
			add_file("ezelle_landing2_a", "Close up", 0);
			add_file("landing_hernadez", "This window, 34in X 70in, complements the Victorian home in its color and design.", 0);
			add_file("nave_landing_a", "  ", 0);
			add_file("dunlap_landing_a", "As one enters the second story landing or the home office of this River Oaks home in Houston, TX, the hexagonal window becomes a focal point.  There are two large picture windows in the office.  Centered on the connecting wall of the two spaces, this window serves as a lens, extending the light source into the landing which previously had no natural light.", 0);
			add_file("dunlap_landing_closeup_a", "Close up  ", 0);
			add_file("DSC01304", "This transom is street facing and is viewed as one enters the client&acute;s master bedroom closet.  Actual client costume jewelry was incorporated into the treasure chest continuing the aquatic theme Lighthouse utilized in other windows through out the home.", 0);
			add_file("jackson_hole_a", "The eight transom windows are designed to complement the large recreational room with original Arts and Crafts furniture and rare Navaho rugs in a 25,000 square foot log home in Jacksonhole, WY.", 0);
			add_file("cherry_creek_ab", "These windows above the entry door of a Cherry Creek townhome in Denver, CO were designed to give an &quot;old world&quot; feeling and complement the antique heavy Italian furniture and large beams in the entry way.", 0);
			add_file("johnson_door_a", "This 17in X 72in transom located in the master bedroom overlooks the Rockie Mountains in Cordellera, Eagle Co., CO.", 0);
			add_file("johnson_transome_a", "Close up", 0);
// ------
//        livingrooms_ceilings
// ------
		add_cat2("livingrooms_ceilings");
			add_file("image_show", "", 0);
			add_file("benson_ceiling_a", "There are six panels , each 36in x 36in  to create a ceiling in the this Arts and Crafts home in Denver, CO. Natural illumination from two skylights serve to light this work.", 0);
			add_file("benson_ceiling_b", "There are six panels , each 36in x 36in  to create a ceiling in the this Arts and Crafts home in Denver, CO. Natural illumination from two skylights serve to light this work.", 0);
			add_file("deer_valley_leftwindow_a", "This 36in x 72in window is in a home in Deer Valley, UT.  Interior design by Andrea L. Wood Interior Design.", 0);
			add_file("deer_valley_rightwindow_a", "This 36in x 72in window is in a home in Deer Valley, UT.  Interior design by Andrea L. Wood Interior Design.", 0);
			add_file("whites_windows_a", "  ", 0);
			add_file("bali_mask_a", "This 32 1/2in X 56in window incorporates a wooden Balinese mask into its composition.", 0);
			add_file("DSC00854a", "  ", 0);
// ------
// about
// ------	
	add_cat1("about");
// ------	
//        about
// ------
		add_cat2("about");
			add_file("about_kcr", "Kim Clark Renteria", 1);
			add_file("about_rec", "Ron Chambers", 1);
			add_file("about_web", "Web site construction and monitor calibration", 1);
			add_file("about_legal", "Everybody needs something legal - yeah right.", 1);
			add_file("about_contact", "How to contact us.", 1);
// ------
// info box
// ------	
	add_cat1("info_box");
// ------	
//        info_box
// ------
		add_cat2("info_box");
// ------
// ------
	bump_counters()
// ------
// end
// ------
