function openLarger(picFile) {
	vMultiplier = 1.1;
	vHeightAdder = 15; 
	
	vWidth = allPaintings[picFile].width;
	vWidth = vWidth * vMultiplier;

	vHeight = allPaintings[picFile].height;
	vHeight = vHeight * vMultiplier;
	vHeight = vHeight + vHeightAdder;

	dc = window.open("larger.html?"+picFile,"largerWindow", "width="+vWidth+",height="+vHeight+",resizable");
	dc.focus();

}


if (!allPaintings) {

	var allPaintings=new Object();
	
	/********** COPY THE NEXT FOUR LINES 
		***** AND INSERT IN THE LIST BELOW FOR EACH PAINTING *****
	allPaintings.yourTitleHere = new Object();
	allPaintings.yourTitleHere.caption = "Your Caption Here";
	allPaintings.yourTitleHere.width = 400;
	allPaintings.yourTitleHere.height = 400;
	****************************************************/
	
		
	allPaintings.autumnglaciers8x6vpop = new Object();
	allPaintings.autumnglaciers8x6vpop.caption = "Autumn Glaciers, Oil on Linen, 8x6"
	allPaintings.autumnglaciers8x6vpop.width = 450;
	allPaintings.autumnglaciers8x6vpop.height = 550;
	
	allPaintings.springhighcountry8x6vpop = new Object();
	allPaintings.springhighcountry8x6vpop.caption = "Spring in the High Country, Oil on Linen, 8x6"
	allPaintings.springhighcountry8x6vpop.width = 450;
	allPaintings.springhighcountry8x6vpop.height = 550;
	
	allPaintings.cottonwoodpastures6x8pop = new Object();
	allPaintings.cottonwoodpastures6x8pop.caption = "Cottonwood Pastures, Oil on Linen, 6x8"
	allPaintings.cottonwoodpastures6x8pop.width = 600;
	allPaintings.cottonwoodpastures6x8pop.height = 450;
	
	allPaintings.wintercreekautumn6x8pop = new Object();
	allPaintings.wintercreekautumn6x8pop.caption = "Winter Creek and Autumn leaves, Oil on Linen, 6x8"
	allPaintings.wintercreekautumn6x8pop.width = 600;
	allPaintings.wintercreekautumn6x8pop.height = 450;
	
	allPaintings.autumnmorainepark9x12pop = new Object();
	allPaintings.autumnmorainepark9x12pop.caption = "By an Autumn Stream, Oil on Linen, 6x8"
	allPaintings.autumnmorainepark9x12pop.width = 750;
	allPaintings.autumnmorainepark9x12pop.height = 550;
	
	allPaintings.winterpond9x12pop = new Object();
	allPaintings.winterpond9x12pop.caption = "Winter Pond, Oil on Linen, 6x8"
	allPaintings.winterpond9x12pop.width = 750;
	allPaintings.winterpond9x12pop.height = 550;
	
	allPaintings.wintersunlight6x8pop = new Object();
	allPaintings.wintersunlight6x8pop.caption = "Winter Sunlights, Oil on Linen, 6x8"
	allPaintings.wintersunlight6x8pop.width = 575;
	allPaintings.wintersunlight6x8pop.height = 400;
	
	allPaintings.springatindianpeakslg24x30 = new Object();
	allPaintings.springatindianpeakslg24x30.caption = "Spring in the Indian Peaks Wilderness, Oil on Linen, 24x30"
	allPaintings.springatindianpeakslg24x30.width = 1150;
	allPaintings.springatindianpeakslg24x30.height = 900;
	
	allPaintings.summerodessalakelg36x48 = new Object();
	allPaintings.summerodessalakelg36x48.caption = "Early Summer at Odessa Lake, RMNP, Oil on Linen, 36x48"
	allPaintings.summerodessalakelg36x48.width = 1150;
	allPaintings.summerodessalakelg36x48.height = 850;
	
	allPaintings.approachingtimberlinelg30x40 = new Object();
	allPaintings.approachingtimberlinelg30x40.caption = "Approaching Timberline, Rollins Pass, Oil on Linen, 30x40"
	allPaintings.approachingtimberlinelg30x40.width = 1150;
	allPaintings.approachingtimberlinelg30x40.height = 850;
	
	allPaintings.aspensnow9x12 = new Object();
	allPaintings.aspensnow9x12.caption = "Aspen and Snow, Oil on Linen, 9x12"
	allPaintings.aspensnow9x12.width = 650;
	allPaintings.aspensnow9x12.height = 475;
	
	allPaintings.anearlysnow9x12 = new Object();
	allPaintings.anearlysnow9x12.caption = "A little Early Snow, Oil on Linen, 9x12"
	allPaintings.anearlysnow9x12.width = 650;
	allPaintings.anearlysnow9x12.height = 475;
	
	allPaintings.willowspinesspruce11x14 = new Object();
	allPaintings.willowspinesspruce11x14.caption = "Willows, Pines and Spruce, Oil on Linen, 11x14"
	allPaintings.willowspinesspruce11x14.width = 800;
	allPaintings.willowspinesspruce11x14.height = 575;
	
    allPaintings.highcountryspring11x14 = new Object();
	allPaintings.highcountryspring11x14.caption = "High Country Spring, Oil on Linen, 11x14"
	allPaintings.highcountryspring11x14.width = 800;
	allPaintings.highcountryspring11x14.height = 600;
	
	allPaintings.snowmelt1lg = new Object();
	allPaintings.snowmelt1lg.caption = "Spring Snowmelt Number 1, Oil on Linen, 30x40"
	allPaintings.snowmelt1lg.width = 1200;
	allPaintings.snowmelt1lg.height = 850;
	
	allPaintings.stockpondpop = new Object();
	allPaintings.stockpondpop.caption = "The Stock Pond, Oil on Linen, 6x8"
	allPaintings.stockpondpop.width = 550;
	allPaintings.stockpondpop.height = 400;
	
	allPaintings.snakeriverautumnpop = new Object();
	allPaintings.snakeriverautumnpop.caption = "Snake River Autumn, Oil on Linen, 6x8"
	allPaintings.snakeriverautumnpop.width = 550;
	allPaintings.snakeriverautumnpop.height = 400;
	
	allPaintings.highcountryspringpop = new Object();
	allPaintings.highcountryspringpop.caption = "High Country Spring, Oil on Linen, 6x8"
	allPaintings.highcountryspringpop.width = 550;
	allPaintings.highcountryspringpop.height = 400;
	
	allPaintings.fallcottonwoodspop = new Object();
	allPaintings.fallcottonwoodspop.caption = "Fall Cottonwoods, Oil on Linen, 8x6"
	allPaintings.fallcottonwoodspop.width = 450;
	allPaintings.fallcottonwoodspop.height = 550;
	
	allPaintings.bighornspringpop = new Object();
	allPaintings.bighornspringpop.caption = "Spring in the Big Horn Mountains, Oil on Linen, 6x8"
	allPaintings.bighornspringpop.width = 575;
	allPaintings.bighornspringpop.height = 400;
	
	allPaintings.desertsunsetpop = new Object();
	allPaintings.desertsunsetpop.caption = "Desert Sunset, Oil on Linen, 6x8"
	allPaintings.desertsunsetpop.width = 575;
	allPaintings.desertsunsetpop.height = 400;
	
	allPaintings.jameslakepop = new Object();
	allPaintings.jameslakepop.caption = "Autumn Lakeside, Oil on Linen, 6x8"
	allPaintings.jameslakepop.width = 575;
	allPaintings.jameslakepop.height = 400;
	
    allPaintings.wyomingsunrisepop = new Object();
	allPaintings.wyomingsunrisepop.caption = "Wyoming Sunrise, Oil on Linen, 6x8"
	allPaintings.wyomingsunrisepop.width = 575;
	allPaintings.wyomingsunrisepop.height = 400;
	
	allPaintings.lateautumnfieldspop = new Object();
	allPaintings.lateautumnfieldspop.caption = "Late Autumn Fields, Oil on Linen, 6x8"
	allPaintings.lateautumnfieldspop.width = 575;
	allPaintings.lateautumnfieldspop.height = 400;
	
    allPaintings.troutcreekpop = new Object();
	allPaintings.troutcreekpop.caption = "Trout Creek Spring, Oil on Linen, 6x8"
	allPaintings.troutcreekpop.width = 575;
	allPaintings.troutcreekpop.height = 400;
	
	allPaintings.morningpasturespop = new Object();
	allPaintings.morningpasturespop.caption = "Morning Pastures, Oil on Linen, 6x8"
	allPaintings.morningpasturespop.width = 575;
	allPaintings.morningpasturespop.height = 400;
	
	allPaintings.wintercreek2010pop = new Object();
	allPaintings.wintercreek2010pop.caption = "A Winter Creek, Oil on Linen, 6x8"
	allPaintings.wintercreek2010pop.width = 575;
	allPaintings.wintercreek2010pop.height = 400;
	
    allPaintings.grandcanyonpop = new Object();
	allPaintings.grandcanyonpop.caption = "Grand Canyon Views, Oil on Linen, 6x8"
	allPaintings.grandcanyonpop.width = 575;
	allPaintings.grandcanyonpop.height = 400;
	
	allPaintings.tetonriverautumnpop = new Object();
	allPaintings.tetonriverautumnpop.caption = "Teton River Autumn, Oil on Linen, 6x8"
	allPaintings.tetonriverautumnpop.width = 575;
	allPaintings.tetonriverautumnpop.height = 400;
	
	allPaintings.winterpinespop = new Object();
	allPaintings.winterpinespop.caption = "Winter Pines, Oil on Linen, 8x6"
	allPaintings.winterpinespop.width = 450;
	allPaintings.winterpinespop.height = 550;
	
	
	allPaintings.ranchincoloradopines12x24 = new Object();
	allPaintings.ranchincoloradopines12x24.caption = "Ranch in the Colorado Pines, Oil on Panel, 12x24"
	allPaintings.ranchincoloradopines12x24.width = 1050;
	allPaintings.ranchincoloradopines12x24.height = 500;
	
	allPaintings.taoshomestead12x24 = new Object();
	allPaintings.taoshomestead12x24.caption = "Old Taos Homestead, Oil on Panel, 12x24"
	allPaintings.taoshomestead12x24.width = 1050;
	allPaintings.taoshomestead12x24.height = 500;
	
	allPaintings.rancharroyoseco12x24 = new Object();
	allPaintings.rancharroyoseco12x24.caption = "The Ranch at Arroyo Seco, Oil on Linen, 12x24"
	allPaintings.rancharroyoseco12x24.width = 1050;
	allPaintings.rancharroyoseco12x24.height = 500;
	
	allPaintings.highplainsranch12x24 = new Object();
	allPaintings.highplainsranch12x24.caption = "High Plains Ranch, Oil on Panel, 12x24"
	allPaintings.highplainsranch12x24.width = 1050;
	allPaintings.highplainsranch12x24.height = 500;
	
	allPaintings.stockpond12x24 = new Object();
	allPaintings.stockpond12x24.caption = "The Stock Pond, Oil on Panel, 12x24"
	allPaintings.stockpond12x24.width = 1050;
	allPaintings.stockpond12x24.height = 500;
		
	allPaintings.snriverautumn9x12 = new Object();
	allPaintings.snriverautumn9x12.caption = "Snake River Autumn, Oil on Linen, 9x12"
	allPaintings.snriverautumn9x12.width = 675;
	allPaintings.snriverautumn9x12.height = 450;	
		
	allPaintings.wintersunice9x12 = new Object();
	allPaintings.wintersunice9x12.caption = "Winter Sun and Ice, Oil on Linen, 9x12"
	allPaintings.wintersunice9x12.width = 675;
	allPaintings.wintersunice9x12.height = 450;	
		
	allPaintings.earlysnow9x12 = new Object();
	allPaintings.earlysnow9x12.caption = "Early Snow, Oil on Linen, 9x12" 
	allPaintings.earlysnow9x12.width = 675;
	allPaintings.earlysnow9x12.height = 450;	
		
	allPaintings.longlakespring9x12 = new Object();
	allPaintings.longlakespring9x12.caption = "Long Lake Spring, Oil on Linen, 9x12" 
	allPaintings.longlakespring9x12.width = 675;
	allPaintings.longlakespring9x12.height = 450;	
		
	allPaintings.willowsandpines11x14 = new Object();
	allPaintings.willowsandpines11x14.caption = "Willows and Pines, Oil on Linen, 11x14"
	allPaintings.willowsandpines11x14.width = 675;
	allPaintings.willowsandpines11x14.height = 475;
	
	allPaintings.ranchcottonwoodcreek12x12 = new Object();
	allPaintings.ranchcottonwoodcreek12x12.caption = "The Ranch at Cottonwood Creek, Oil on Panel, 12x12"
	allPaintings.ranchcottonwoodcreek12x12.width = 675;
	allPaintings.ranchcottonwoodcreek12x12.height = 600;
	
	allPaintings.winterroad12x12 = new Object();
	allPaintings.winterroad12x12.caption = "Sunrise on a Winter Road, Oil on Panel, 12x12"
	allPaintings.winterroad12x12.width = 675;
	allPaintings.winterroad12x12.height = 600;

	allPaintings.pineriver6x12 = new Object();
	allPaintings.pineriver6x12.caption =  "Pine River, Water's Edge, Oil on Panel, 6x12"
	allPaintings.pineriver6x12.width = 675;
	allPaintings.pineriver6x12.height = 325;
	
	allPaintings.aspenlight11x14 = new Object();
	allPaintings.aspenlight11x14.caption = "Aspen Light, Oil on Linen, 11x14"
	allPaintings.aspenlight11x14.width = 675;
	allPaintings.aspenlight11x14.height = 475;
	
	allPaintings.earlywintermorning12x16 = new Object();
	allPaintings.earlywintermorning12x16.caption = "An Early Winter Morning, Oil on Panel, 12x16"
	allPaintings.earlywintermorning12x16.width = 900;
	allPaintings.earlywintermorning12x16.height = 650;
	
	allPaintings.tetonriverbank = new Object();
	allPaintings.tetonriverbank.caption = "Teton River Bank, Oil on Panel, 9x12"
	allPaintings.tetonriverbank.width = 675;
	allPaintings.tetonriverbank.height = 525;
	
	allPaintings.divideatjamespeak36x48 = new Object();
	allPaintings.divideatjamespeak36x48.caption = "Continental Divide at James Peak Wilderness, Oil on Linen, 36x48"
	allPaintings.divideatjamespeak36x48.width = 1200;
	allPaintings.divideatjamespeak36x48.height = 850;

	allPaintings.tetonriverautumn12x24 = new Object();
	allPaintings.tetonriverautumn12x24.caption = "Teton River Autumn, Oil on Panel, 12x24"
	allPaintings.tetonriverautumn12x24.width = 1300;
	allPaintings.tetonriverautumn12x24.height = 625;
	
	allPaintings.morninghayfieldswilson = new Object();
	allPaintings.morninghayfieldswilson.caption = "Morning Hayfields near Wilson, Oil on Linen, 9x12"
	allPaintings.morninghayfieldswilson.width = 675;
	allPaintings.morninghayfieldswilson.height = 525;
	
	allPaintings.autumnstringlake24x36 = new Object();
	allPaintings.autumnstringlake24x36.caption = "Autumn at String Lake (Grand Teton National Park), Oil on Linen, 24x36"
	allPaintings.autumnstringlake24x36.width = 1300;
	allPaintings.autumnstringlake24x36.height = 825;
	
	allPaintings.geyserbison = new Object();
	allPaintings.geyserbison.caption = "Geyser Bison (Yellowstone National Park), Oil on Linen, 11x14"
	allPaintings.geyserbison.width = 675;
	allPaintings.geyserbison.height = 525;
	
	allPaintings.windriverdubois = new Object();
	allPaintings.windriverdubois.caption = "Wind River near Dubois, Oil on Linen, 11x14"
	allPaintings.windriverdubois.width = 675;
	allPaintings.windriverdubois.height = 525;
	
	allPaintings.goldcreek = new Object();
	allPaintings.goldcreek.caption = "Gold Creek, Oil on Linen, 11x14"
	allPaintings.goldcreek.width = 675;
	allPaintings.goldcreek.height = 500;
	
	allPaintings.autumnstream = new Object();
	allPaintings.autumnstream.caption = "Autumn Stream, Oil on Linen, 9x12"
	allPaintings.autumnstream.width = 675;
	allPaintings.autumnstream.height = 500;
	
	allPaintings.sunrisewyoming = new Object();
	allPaintings.sunrisewyoming.caption = "Sunrise in Wyoming, Oil on Linen, 9x12"
	allPaintings.sunrisewyoming.width = 675;
	allPaintings.sunrisewyoming.height = 500;
	
	allPaintings.autumnlake = new Object();
	allPaintings.autumnlake.caption = "Autumn Lake, Oil on Linen, 11x14"
	allPaintings.autumnlake.width = 675;
	allPaintings.autumnlake.height = 525;
	
	allPaintings.autumnfields = new Object();
	allPaintings.autumnfields.caption = "Autumn Fields, Oil on Linen, 11x14"
	allPaintings.autumnfields.width = 675;
	allPaintings.autumnfields.height = 525;
	
	allPaintings.wintershadows = new Object();
	allPaintings.wintershadows.caption = "Winter Shadows, Oil on Linen, 11x14"
	allPaintings.wintershadows.width = 675;
	allPaintings.wintershadows.height = 500;
	
	allPaintings.springmountainlake = new Object();
	allPaintings.springmountainlake.caption = "Spring Mountain Lake, Oil on Linen, 11x14"
	allPaintings.springmountainlake.width = 675;
	allPaintings.springmountainlake.height = 500;
	
	allPaintings.springsnowyrange = new Object();
	allPaintings.springsnowyrange.caption = "Early Spring in the Snowy Range, Oil on Linen, 12x16"
	allPaintings.springsnowyrange.width = 675;
	allPaintings.springsnowyrange.height = 500;
	
	allPaintings.cottonwoodsunrise = new Object();
	allPaintings.cottonwoodsunrise.caption = "Cottonwood Sunrise, Oil on Linen, 12x16"
	allPaintings.cottonwoodsunrise.width = 675;
	allPaintings.cottonwoodsunrise.height = 500;
	
	allPaintings.ranchinthepines = new Object();
	allPaintings.ranchinthepines.caption = "A Ranch in the Pines, Oil on Linen, 11x14"
	allPaintings.ranchinthepines.width = 675;
	allPaintings.ranchinthepines.height = 520;
	
	allPaintings.fallreflectionspop = new Object();
	allPaintings.fallreflectionspop.caption = "Fall Reflections, Oil on Linen, 6x8"
	allPaintings.fallreflectionspop.width = 450;
	allPaintings.fallreflectionspop.height = 560;
	
	allPaintings.sunriseontheplainspop = new Object();
	allPaintings.sunriseontheplainspop.caption = "Sunrise on the Plains, Oil on Linen, 6x8"
	allPaintings.sunriseontheplainspop.width = 550;
	allPaintings.sunriseontheplainspop.height = 400;

	allPaintings.autumnsnowfallpop = new Object();
	allPaintings.autumnsnowfallpop.caption = "Autumn Snowfall, Oil on Linen, 6x8"
	allPaintings.autumnsnowfallpop.width = 550;
	allPaintings.autumnsnowfallpop.height = 400;
	
	allPaintings.highcountryautumnpop = new Object();
	allPaintings.highcountryautumnpop.caption = "High Country Autumn, Oil on Linen, 6x8"
	allPaintings.highcountryautumnpop.width = 550;
	allPaintings.highcountryautumnpop.height = 400;
	
	allPaintings.grandvalleyfallpop = new Object();
	allPaintings.grandvalleyfallpop.caption = "Grand Valley Fall, Oil on Linen, 6x8"
	allPaintings.grandvalleyfallpop.width = 550;
	allPaintings.grandvalleyfallpop.height = 400;
	
	allPaintings.wintercreekpop = new Object();
	allPaintings.wintercreekpop.caption = "Winter Creek, Oil on Linen, 6x8"
	allPaintings.wintercreekpop.width = 550;
	allPaintings.wintercreekpop.height = 400;
	
	allPaintings.roadtochristmaspop = new Object();
	allPaintings.roadtochristmaspop.caption = "The Road to Christmas, Oil on Linen, 6x8"
	allPaintings.roadtochristmaspop.width = 550;
	allPaintings.roadtochristmaspop.height = 400;
	
	allPaintings.aspen01pop = new Object();
	allPaintings.aspen01pop.caption = "Aspen, Number One, Oil on Linen, 6x8"
	allPaintings.aspen01pop.width = 550;
	allPaintings.aspen01pop.height = 400;
	
	allPaintings.coloradosunsetpop = new Object();
	allPaintings.coloradosunsetpop.caption = "Colorado Sunset, Oil on Linen, 6x8"
	allPaintings.coloradosunsetpop.width = 550;
	allPaintings.coloradosunsetpop.height = 400;
	
	allPaintings.aspensunlightpop = new Object();
	allPaintings.aspensunlightpop.caption = "Aspen Sunlight, Oil on Linen, 6x8"
	allPaintings.aspensunlightpop.width = 550;
	allPaintings.aspensunlightpop.height = 400;
	
	allPaintings.aspen02pop = new Object();
	allPaintings.aspen02pop.caption = "Aspen, Number Two, Oil on Linen, 6x8"
	allPaintings.aspen02pop.width = 550;
	allPaintings.aspen02pop.height = 400;
	
	allPaintings.newmorningsnowpop = new Object();
	allPaintings.newmorningsnowpop.caption = "New Morning Snow, Oil on Linen, 6x8"
	allPaintings.newmorningsnowpop.width = 550;
	allPaintings.newmorningsnowpop.height = 400;
	
	allPaintings.sunlightandshadow = new Object();
	allPaintings.sunlightandshadow.caption = "Sunlight and Shadow, Oil on Linen, 12x16"
	allPaintings.sunlightandshadow.width = 675;
	allPaintings.sunlightandshadow.height = 490;
	
	allPaintings.westernsunrise = new Object();
	allPaintings.westernsunrise.caption = "Western Sunrise, Oil on Linen, 9x12"
	allPaintings.westernsunrise.width = 675;
	allPaintings.westernsunrise.height = 490;
	
	
}
