//var sizeList = new Array('WAL2~Wallet (set of 2) | ','WAL8~Wallet (set of 8) | ','0303~3x3* | ','0305~3x5 | ','0405~4x5 | ','0406~4x6 | ','0505~5x5* | ','0507~5x7 | ','0808~8x8* | ','0810~8X10 | ','1010~10x10* | ','1114~11X14 | ','1620~16X20 | ');
var sizeList = new Array('WAL2~Wallet (set of 2) | ','WAL8~Wallet (set of 8) | ','0303~3x3* | ','0305~3x5 | ','0405~4x5 | ','0406~4x6 | ','0505~5x5* | ','0507~5x7 | ','0808~8x8* | ','0810~8X10 | ','1010~10x10* | ','1114~11X14 | ');
var sheetSizeList = new Array('SHEA~x1 8x10 | ','SHEB~x2 5x7 | ','SHEC~x4 4x5 | ','SHED~x8 Wallets | ','SHEE~x1 5x7 & x2 4x5 | ','SHEF~x1 5x7 & x4 Wallets | ','SHEG~x2 4x5 & x4 Wallets | ');
var finishingList = new Array('MA~Matte','ME~Metallic**');
var effectsList = new Array('FC~Full Color','BW~Black/White','DC~Desaturated Color','WT~Warm Tone');
var mountingList = new Array('0~none','C~Canvas**','M~Masonite**');
var frameingList = new Array('0~none','W~Wood**','A~Aluminum**','B~Brass**');

/* Pricing array structure
	Element	0 = Base price
		1 = Metallic finish adder
		2 = Stretch Canvas Mount adder
		3 = Masonite Mount adder
*/
var indPricing = new Array();
indPricing['WAL2'] = new Array(5,2,0,0);
indPricing['WAL8'] = new Array(18,5,0,0);
indPricing['0303'] = new Array(5,2,0,0);
indPricing['0305'] = new Array(5,2,0,0);
indPricing['0405'] = new Array(5,2,0,0);
indPricing['0406'] = new Array(5,2,0,0);
indPricing['0505'] = new Array(5,2,0,0);
indPricing['0507'] = new Array(8,3,0,0);
indPricing['0808'] = new Array(15,5,40,40);
indPricing['0810'] = new Array(15,5,40,40);
indPricing['1010'] = new Array(16,6,0,0);
indPricing['1114'] = new Array(32,6,45,45);
//indPricing['1620'] = new Array(55,13,55,55);

var sheetPricing = new Array();
sheetPricing['SHEA'] = new Array(15,5,0,0);
sheetPricing['SHEB'] = new Array(15,5,0,0);
sheetPricing['SHEC'] = new Array(15,5,0,0);
sheetPricing['SHED'] = new Array(15,5,0,0);
sheetPricing['SHEE'] = new Array(15,5,0,0);
sheetPricing['SHEF'] = new Array(15,5,0,0);
sheetPricing['SHEG'] = new Array(15,5,0,0);

var welcomeTitle = 'Christopher Bross Photography';
var welcomeText = '<center><br><br>Thank you for visiting the Online Viewing and Ordering Site for the<br><b>%eventName%</b>, at Christopher Bross Photography.<br><br>The site has been improved for your browsing enjoyment.<br><br>The simplified screen layout will now allow you to view an entire event from a single screen.<br><br>For best results a resolution of 800x600 is recommened with Internet Explorer 6 or newer.<br><br>Feel free to browse as long as you like!<br><br><span class=navBtn onClick="closeOrderForm()" onMouseOver="this.className=\'navBtnOver\'" onMouseOut="this.className=\'navBtn\'">Close Window</span><BR><BR><br><img src="../support/banner-logo.jpg" width="135" height="135"><br><font size="1">If you should experience any problems, please let us know by contacting the <a title="Click here to contact us." href="mailto:webmaster@christopherbross.com">webmaster</a>.<br><b><i>Site version 3.0</i></b></font></center>';
var notes = '<div style="width:95%;" onClick="toggleOrder(this)" id=notes class=orderNotes onMouseOver="this.className=\'orderNotesOver\'" onMouseOut="this.className=\'orderNotes\'" title="Click here to order copies of this photo.">Order Photo</div><div style="width:95%"><br><i><ul><li>Touchups done at an additional cost.<BR><br><li>Metallic finish costs more than matte.<br><br><li>*Square crops may not be possible on some images.<br><br><li>** Additional charge<br><br><li>Images shown are optimized for web display and do not reflect the true quality of the image.<br><br><li>Final images are professionally cropped and color balanced.<br></ul></i></div>';
var disclaimerText = '<br>Note: All image effects are simulated on the web site and may not look exactly like the<br>actual printed picture. The effects are here to give you an idea of how they might look.';
var instructions = 'Click on any thumbnail to view a larger version or order it.';

// this is the largest number that will be allowed in the quantity field
var maxQty = 500;

/* embedded tags
	These can be used in most of the custom text above... structure...
	Element	0 = tag
		1 = javascript variable (or equation) that contains the text to replace it with
			This element is case sensitive
*/
var embeddedTags = new Array();
embeddedTags[0] = new Array('%eventname%','eventName');
embeddedTags[1] = new Array('%eventdate%','eventDate');