// ---------------------------------------------------------------------------------------
// parknpool/product_info/english/cas_info/spe-sel-crs-straps-1-head-modal.js
// Copyright (c) 2008 by ParknPool Corp., all rights reserved.
//	All praise honor and glory go to my Lord and Savior Jesus Christ!
//	Romans 15:5,6
//
// 2008/09/17 mv	Initial coding - put arrays in separate file for multiple uses.
// 2009/03/20 mv	Copy from Casual Creations and apply to Windward.
// ---------------------------------------------------------------------------------------

/* Start Code specific to option selections */
var frameImageArray = new Array();
frameImageArray[0] = 'white';
frameImageArray[1796] = 'riverwhite';
frameImageArray[1694] = 'white';
frameImageArray[1783] = 'offwhite';
frameImageArray[894] = 'vanilla';
frameImageArray[1801] = 'luna';
frameImageArray[878] = 'driftwood';
frameImageArray[887] = 'putty';
frameImageArray[1792] = 'dove';
frameImageArray[1773] = 'camel';
frameImageArray[1797] = 'speckledpearl';
frameImageArray[1802] = 'sahara';
frameImageArray[1788] = 'leisurebrown';
frameImageArray[1803] = 'greco';
frameImageArray[1800] = 'bronzeage';
frameImageArray[890] = 'sherwoodgreen';
frameImageArray[1777] = 'darkgreen';
frameImageArray[1799] = 'midnightgreen';
frameImageArray[889] = 'royalblue';
frameImageArray[880] = 'gray';
frameImageArray[873] = 'black';
frameImageArray[8] = 'charcoal';

var frameTextArray = new Array();
frameTextArray[0] = 'White (201)';
frameTextArray[1796] = 'River White (RIWH)';
frameTextArray[1694] = 'White (201)';
frameTextArray[1783] = 'Off White (224)';
frameTextArray[894] = 'Vanilla (202)';
frameTextArray[1801] = 'Luna (LUNA)';
frameTextArray[878] = 'Driftwood (205)';
frameTextArray[887] = 'Putty (237)';
frameTextArray[1792] = 'Dove (252)';
frameTextArray[1773] = 'Camel (206)';
frameTextArray[1797] = 'Speckled Pearl (SKPL)';
frameTextArray[1802] = 'Sahara (SHRA)';
frameTextArray[1788] = 'Leisure Brown (231)';
frameTextArray[1803] = 'Greco (GRCO)';
frameTextArray[1800] = 'Bronze Age (BRNZ)';
frameTextArray[890] = 'Sherwood Green (248)';
frameTextArray[1777] = 'Dark Green (212)';
frameTextArray[1799] = 'Midnight Green (MNG)';
frameTextArray[889] = 'Royal Blue (216)';
frameTextArray[880] = 'Gray (219)';
frameTextArray[873] = 'Black (221)';
frameTextArray[8] = 'Charcoal';

function processFrameColorSelection(aidVidPair) {
	avArray = aidVidPair.split("_");
	vid = avArray[1];
//	alert('Frame Color: ' + aidVidPair + ', ' + vid + ' - ' + frameImageArray[vid]);
	var frameColor = new Array(frameImageArray[vid], frameTextArray[vid]);
	return frameColor;
};

var strapImageArray = new Array();
strapImageArray[0] = '-vanilla';
strapImageArray[1694] = '-white';
strapImageArray[894] = '-vanilla';
strapImageArray[896] = '-yellow';
strapImageArray[1772] = '-citron';
strapImageArray[878] = '-driftwood';
strapImageArray[1773] = '-camel';
strapImageArray[1774] = '-saddle';
strapImageArray[1775] = '-darkbrown';
strapImageArray[892] = '-terracotta';
strapImageArray[1776] = '-kellygreen';
strapImageArray[1777] = '-darkgreen';
strapImageArray[1778] = '-babyblue';
strapImageArray[893] = '-turquoise';
strapImageArray[1779] = '-frenchblue';
strapImageArray[889] = '-royalblue';
strapImageArray[885] = '-navyblue';
strapImageArray[1780] = '-orange';
strapImageArray[880] = '-gray';
strapImageArray[1698] = '-black';
strapImageArray[1781] = '-buttercup';
strapImageArray[1782] = '-peach';
strapImageArray[1783] = '-offwhite';
strapImageArray[888] = '-red';
strapImageArray[1784] = '-jadegreen';
strapImageArray[1785] = '-twilightrose';
strapImageArray[1786] = '-cappuccino';
strapImageArray[1787] = '-clover';
strapImageArray[1788] = '-leisurebrown';
strapImageArray[871] = '-adobe';
strapImageArray[884] = '-nantucketblue';
strapImageArray[1789] = '-dustyblue';
strapImageArray[874] = '-burgundy';
strapImageArray[887] = '-putty';
strapImageArray[875] = '-coffee';
strapImageArray[883] = '-mistletoe';
strapImageArray[1790] = '-papaya';
strapImageArray[881] = '-hollygreen';
strapImageArray[891] = '-slate-blue';
strapImageArray[890] = '-sherwoodgreen';
strapImageArray[877] = '-deepwaterblue';
strapImageArray[1791] = '-charcoal';
strapImageArray[879] = '-forestgreen';
strapImageArray[1792] = '-dove';
strapImageArray[1793] = '-textured-bronze';
strapImageArray[1794] = '-light-blue';

var strapTextArray = new Array();
strapTextArray[0] = 'Vanilla (202)';
strapTextArray[1694] = 'White (201)';
strapTextArray[894] = 'Vanilla (202)';
strapTextArray[896] = 'Yellow (203)';
strapTextArray[1772] = 'Citron Yellow (204)';
strapTextArray[878] = 'Driftwood (205)';
strapTextArray[1773] = 'Camel (206)';
strapTextArray[1774] = 'Saddle (207)';
strapTextArray[1775] = 'Dark Brown (208)';
strapTextArray[892] = 'Terracotta (209)';
strapTextArray[1776] = 'Kelly Green (211)';
strapTextArray[1777] = 'Dark Green (212)';
strapTextArray[1778] = 'Baby Blue (213)';
strapTextArray[893] = 'Turquoise (214)';
strapTextArray[1779] = 'French Blue (215)';
strapTextArray[889] = 'Royal Blue (216)';
strapTextArray[885] = 'Navy Blue (217)';
strapTextArray[1780] = 'Orange (218)';
strapTextArray[880] = 'Gray (219)';
strapTextArray[1698] = 'Black (221)';
strapTextArray[1781] = 'Buttercup (222)';
strapTextArray[1782] = 'Peach (223)';
strapTextArray[1783] = 'Off White (224)';
strapTextArray[888] = 'Red (225)';
strapTextArray[1784] = 'Jade Green (227)';
strapTextArray[1785] = 'Twilight Rose (228)';
strapTextArray[1786] = 'Cappuccino (229)';
strapTextArray[1787] = 'Clover (230)';
strapTextArray[1788] = 'Leisure Brown (231)';
strapTextArray[871] = 'Adobe (232)';
strapTextArray[884] = 'Nantucket Blue (233)';
strapTextArray[1789] = 'Dusty Blue (234)';
strapTextArray[874] = 'Burgundy (236)';
strapTextArray[887] = 'Putty (237)';
strapTextArray[875] = 'Coffee (238)';
strapTextArray[883] = 'Mistletoe (239)';
strapTextArray[1790] = 'Papaya (242)';
strapTextArray[881] = 'Holly Green (246)';
strapTextArray[891] = 'Slate Blue (247)';
strapTextArray[890] = 'Sherwood Green (248)';
strapTextArray[877] = 'Deepwater Blue (249)';
strapTextArray[1791] = 'Charcoal (250)';
strapTextArray[879] = 'Forest Green (251)';
strapTextArray[1792] = 'Dove (252)';
strapTextArray[1793] = 'Textured Bronze (253)';
strapTextArray[1794] = 'Light Blue (257)';

function processStrapColorSelection(aidVidPair) {
	avArray = aidVidPair.split("_");
	vid = avArray[1];
//	alert('Frame Color: ' + aidVidPair + ', ' + vid + ' - ' + frameImageArray[vid]);
	var strapColor = new Array(strapImageArray[vid], strapTextArray[vid]);
	return strapColor;
};

