var strCurrency, strMainProductName, strProductDelimeter, strTellCustomer, strPleaseSelect, strRequiredFieldText
	
strCurrency = "£";
strMainProductName = null;
strProductDelimeter = "{br}";
strTellCustomer = "< Choose Options";
strPleaseSelect = "Select...";
strRequiredFieldText = "Not all required fields have been completed";
var blnImageOptions = false;

// Use the following arrays to create further drop-down dynamic lists

var strArrayDomColours = new Array(strPleaseSelect, '[strArrayDomSize]Burgundy                - Lightweight:0.00','[strArrayDomSize]Blue                - Lightweight:0.00','[strArrayDomSize]Green                - Lightweight:0.00','[strArrayDomSize]Black                - Lightweight:0.00');

// SIZES
var strArrayDomSize = new Array(strPleaseSelect, '59in x 48in:20.00','59in x 72in:28.00');