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 strArrayComColours = new Array(strPleaseSelect, '[strArrayComSize]Burgundy                - Lightweight:0.00','[strArrayComSize]Blue                - Lightweight:0.00','[strArrayComSize]Green                - Lightweight:0.00','[strArrayComSize]Black                - Lightweight:0.00');

// SIZES
var strArrayComSize = new Array(strPleaseSelect, '38in x 24in:16.99','48in x 30in:19.99');