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 strArrayCatOvalMattressColours = new Array(strPleaseSelect, '[strArrayCatOvalMattressSize]Burgundy               - Oval Mattress:0.00','[strArrayCatOvalMattressSize]Blue               - Oval Mattress:0.00','[strArrayCatOvalMattressSize]Green               - Oval Mattress:0.00','[strArrayCatOvalMattressSize]Black               - Oval Mattress:0.00');
var strArrayCatOvalBedColours = new Array(strPleaseSelect, '[strArrayCatOvalBedSize]Burgundy               - Oval Bed:0.00','[strArrayCatOvalBedSize]Blue               - Oval Bed:0.00','[strArrayCatOvalBedSize]Green               - Oval Bed:0.00','[strArrayCatOvalBedSize]Black               - Oval Bed:0.00');
var strArrayCatRectangularMattressColours = new Array(strPleaseSelect, '[strArrayCatRectangularMattressSize]Burgundy               - Rectangular Mattress:0.00','[strArrayCatRectangularMattressSize]Blue               - Rectangular Mattress:0.00','[strArrayCatRectangularMattressSize]Green               - Rectangular Mattress:0.00','[strArrayCatRectangularMattressSize]Black               - Rectangular Mattress:0.00');

// SIZES
var strArrayCatOvalMattressSize = new Array(strPleaseSelect, '18in x 12in (450 x 300):12.50','21in x 15in (530 x 380):16.50','24in x 19in (610 x 480):20.50');
var strArrayCatOvalBedSize = new Array(strPleaseSelect, '18in x 12in (450 x 300):32.50','21in x 15in (530 x 380):35.50','24in x 19in (610 x 480):41.50');
var strArrayCatRectangularMattressSize = new Array(strPleaseSelect, '18in x 12in (450 x 300):24.50','21in x 14in (530 x 350):28.50','24in x 16in (610 x 400):33.00');