var fractalMapOptions = 
		{ ashaders: [ { subid: "off", title: "Default", active: true, shaders : [
		 ] }
	, { subid: "opt1", title: "RT PX Chg", shaders : [
		{ value: 9, expression: "REAL32TIME32PRICE32CHANGE32132DAY32PERCENT>0.00" , label: "RT PX Chg is positive" }
		, { value: 10, expression: "REAL32TIME32PRICE32CHANGE32132DAY32PERCENT<0.00" , label: "RT PX Chg is negative" }
		, { value: 3 , label: "RT PX Chg is zero" }
		 ] }
	, { subid: "opt2", title: "Last Price", shaders : [
		{ value: 4, expression: "LAST32PRICE>26.60" , label: "Top third of values" }
		, { value: 8, expression: "LAST32PRICE>8.80" , label: "Middle third of values" }
		, { value: 3 , label: "Bottom third of values" }
		 ] }
	, { subid: "opt4", title: "Bid Price", shaders : [
		{ value: 4, expression: "BID32PRICE>22.55" , label: "Top third of values" }
		, { value: 8, expression: "BID32PRICE>7.35" , label: "Middle third of values" }
		, { value: 3 , label: "Bottom third of values" }
		 ] }
	, { subid: "opt3", title: "Ask Price", shaders : [
		{ value: 4, expression: "ASK32PRICE>22.76" , label: "Top third of values" }
		, { value: 8, expression: "ASK32PRICE>7.42" , label: "Middle third of values" }
		, { value: 3 , label: "Bottom third of values" }
		 ] }
	, { subid: "opt5", title: "Volume", shaders : [
		{ value: 4, expression: "VOLUME>286700.00" , label: "Top third of values" }
		, { value: 8, expression: "VOLUME>12685.00" , label: "Middle third of values" }
		, { value: 3 , label: "Bottom third of values" }
		 ] }
	, { subid: "opt6", title: "High Price", shaders : [
		{ value: 4, expression: "HIGH32PRICE>26.91" , label: "Top third of values" }
		, { value: 8, expression: "HIGH32PRICE>8.95" , label: "Middle third of values" }
		, { value: 3 , label: "Bottom third of values" }
		 ] }
	, { subid: "opt7", title: "Low Price", shaders : [
		{ value: 4, expression: "LOW32PRICE>26.25" , label: "Top third of values" }
		, { value: 8, expression: "LOW32PRICE>8.62" , label: "Middle third of values" }
		, { value: 3 , label: "Bottom third of values" }
		 ] }
	, { subid: "opt8", title: "RSI 9 Day", shaders : [
		{ value: 4, expression: "RSI32932DAY>64.04" , label: "Top third of values" }
		, { value: 8, expression: "RSI32932DAY>51.76" , label: "Middle third of values" }
		, { value: 3 , label: "Bottom third of values" }
		 ] }
	, { subid: "opt9", title: "Moving Avg 200 Day", shaders : [
		{ value: 4, expression: "MOVING32AVG3220032DAY>25.08" , label: "Top third of values" }
		, { value: 8, expression: "MOVING32AVG3220032DAY>8.84" , label: "Middle third of values" }
		, { value: 3 , label: "Bottom third of values" }
		 ] }
	, { subid: "opt10", title: "Alpha", shaders : [
		{ value: 9, expression: "ALPHA>0.00" , label: "Alpha is positive" }
		, { value: 10, expression: "ALPHA<0.00" , label: "Alpha is negative" }
		, { value: 3 , label: "Alpha is zero" }
		 ] }
	, { subid: "opt11", title: "EPS Growth", shaders : [
		{ value: 9, expression: "EPS32GROWTH>0.00" , label: "EPS Growth is positive" }
		, { value: 10, expression: "EPS32GROWTH<0.00" , label: "EPS Growth is negative" }
		, { value: 3 , label: "EPS Growth is zero" }
		 ] }
	, { subid: "opt12", title: "Bid Direction", shaders : [
		{ value: 9, expression: "BID32DIRECTION>0.00" , label: "Bid Direction is positive" }
		, { value: 10, expression: "BID32DIRECTION<0.00" , label: "Bid Direction is negative" }
		, { value: 3 , label: "Bid Direction is zero" }
		 ] }
	, { subid: "opt13", title: "Ask Direction", shaders : [
		{ value: 9, expression: "ASK32DIRECTION>0.00" , label: "Ask Direction is positive" }
		, { value: 10, expression: "ASK32DIRECTION<0.00" , label: "Ask Direction is negative" }
		, { value: 3 , label: "Ask Direction is zero" }
		 ] }
	, { subid: "opt14", title: "Last Direction", shaders : [
		{ value: 9, expression: "LAST32DIRECTION>0.00" , label: "Last Direction is positive" }
		, { value: 10, expression: "LAST32DIRECTION<0.00" , label: "Last Direction is negative" }
		, { value: 3 , label: "Last Direction is zero" }
		 ] }
	, { subid: "opt15", title: "Second Last Direction", shaders : [
		{ value: 9, expression: "SECOND32LAST32DIRECTION>0.00" , label: "Second Last Direction is positive" }
		, { value: 10, expression: "SECOND32LAST32DIRECTION<0.00" , label: "Second Last Direction is negative" }
		, { value: 3 , label: "Second Last Direction is zero" }
		 ] }
	, { subid: "opt16", title: "Last Update", shaders : [
		{ value: 4, expression: "LAST32UPDATE>0.64" , label: "Top third of values" }
		, { value: 8, expression: "LAST32UPDATE>0.63" , label: "Middle third of values" }
		, { value: 3 , label: "Bottom third of values" }
		 ] }
	, { subid: "opt17", title: "Moving Avg 200 Day Vs Last Price %", shaders : [
		{ value: 9, expression: "FIELD2>0.00" , label: "Moving Avg 200 Day Vs Last Price % is positive" }
		, { value: 10, expression: "FIELD2<0.00" , label: "Moving Avg 200 Day Vs Last Price % is negative" }
		, { value: 3 , label: "Moving Avg 200 Day Vs Last Price % is zero" }
		 ] }
	 ],
		analytic: [ { subid: "off", title: "Default" }
	, { subid: "REAL32TIME32PRICE32CHANGE32132DAY32PERCENT", title: "Realtime Price Change", active: true
		, field: "REAL32TIME32PRICE32CHANGE32132DAY32PERCENT"
		, noData : [207,207,0], belowRange : [255,0,0], aboveRange : [0,19,253]
			, gradient : [
			 { value : "-3.0", colour : [192,0,0] }
			,  { value : "0.0", colour : [192,192,192] }
			,  { value : "3.0", colour : [99,117,219] }
			
			]
		 }
	, { subid: "opt1", title: "Last Price"
		, field: "LAST32PRICE"
		, noData : [207,207,0], belowRange : [255,0,0], aboveRange : [0,19,253]
			, gradient : [
			 { value : "2.5", colour : [192,192,192] }
			,  { value : "100", colour : [99,117,219] }
			
			]
		 }
	, { subid: "opt2", title: "Bid Price"
		, field: "BID32PRICE"
		, noData : [207,207,0], belowRange : [255,0,0], aboveRange : [0,19,253]
			, gradient : [
			 { value : "2.5", colour : [192,192,192] }
			,  { value : "100", colour : [99,117,219] }
			
			]
		 }
	, { subid: "opt3", title: "Ask Price"
		, field: "ASK32PRICE"
		, noData : [207,207,0], belowRange : [255,0,0], aboveRange : [0,19,253]
			, gradient : [
			 { value : "2.5", colour : [192,192,192] }
			,  { value : "100", colour : [99,117,219] }
			
			]
		 }
	, { subid: "opt4", title: "Volume"
		, field: "VOLUME"
		, noData : [207,207,0], belowRange : [255,0,0], aboveRange : [0,19,253]
			, gradient : [
			 { value : "1,000", colour : [192,192,192] }
			,  { value : "3,000,000", colour : [99,117,219] }
			
			]
		 }
	, { subid: "opt5", title: "High Price"
		, field: "HIGH32PRICE"
		, noData : [207,207,0], belowRange : [255,0,0], aboveRange : [0,19,253]
			, gradient : [
			 { value : "2.5", colour : [192,192,192] }
			,  { value : "100", colour : [99,117,219] }
			
			]
		 }
	, { subid: "opt6", title: "Low Price"
		, field: "LOW32PRICE"
		, noData : [207,207,0], belowRange : [255,0,0], aboveRange : [0,19,253]
			, gradient : [
			 { value : "2.5", colour : [192,192,192] }
			,  { value : "100", colour : [99,117,219] }
			
			]
		 }
	, { subid: "RSI32932DAY", title: "RSI 9 Day"
		, field: "RSI32932DAY"
		, noData : [207,207,0], belowRange : [255,0,0], aboveRange : [0,19,253]
			, gradient : [
			 { value : "30", colour : [192,0,0] }
			,  { value : "50", colour : [192,192,192] }
			,  { value : "70", colour : [99,117,219] }
			
			]
		 }
	, { subid: "opt7", title: "Moving Avg 200 Day"
		, field: "MOVING32AVG3220032DAY"
		, noData : [207,207,0], belowRange : [255,0,0], aboveRange : [0,19,253]
			, gradient : [
			 { value : "2.5", colour : [192,192,192] }
			,  { value : "100", colour : [99,117,219] }
			
			]
		 }
	, { subid: "opt8", title: "Moving Avg 200 Day Vs Last Price %"
		, field: "FIELD2"
		, noData : [207,207,0], belowRange : [255,0,0], aboveRange : [0,19,253]
			, gradient : [
			 { value : "-25", colour : [192,0,0] }
			,  { value : "0.0", colour : [192,192,192] }
			,  { value : "25", colour : [99,117,219] }
			
			]
		 }
	, { subid: "ALPHA", title: "Alpha"
		, field: "ALPHA"
		, noData : [207,207,0], belowRange : [255,0,0], aboveRange : [0,19,253]
			, gradient : [
			 { value : "-0.5", colour : [192,0,0] }
			,  { value : "0.0", colour : [192,192,192] }
			,  { value : "0.5", colour : [99,117,219] }
			
			]
		 }
	, { subid: "EPS32GROWTH", title: "EPS Growth"
		, field: "EPS32GROWTH"
		, noData : [207,207,0], belowRange : [255,0,0], aboveRange : [0,19,253]
			, gradient : [
			 { value : "-50", colour : [192,0,0] }
			,  { value : "0.0", colour : [192,192,192] }
			,  { value : "50", colour : [99,117,219] }
			
			]
		 }
	, { subid: "opt9", title: "Bid Direction"
		, field: "BID32DIRECTION"
		, noData : [207,207,0], belowRange : [255,0,0], aboveRange : [0,19,253]
			, gradient : [
			 { value : "-0.999", colour : [192,0,0] }
			,  { value : "0.0", colour : [192,192,192] }
			,  { value : "0.999", colour : [99,117,219] }
			
			]
		 }
	, { subid: "opt10", title: "Ask Direction"
		, field: "ASK32DIRECTION"
		, noData : [207,207,0], belowRange : [255,0,0], aboveRange : [0,19,253]
			, gradient : [
			 { value : "-0.999", colour : [192,0,0] }
			,  { value : "0.0", colour : [192,192,192] }
			,  { value : "0.999", colour : [99,117,219] }
			
			]
		 }
	, { subid: "LAST32DIRECTION", title: "Last Direction"
		, field: "LAST32DIRECTION"
		, noData : [207,207,0], belowRange : [255,0,0], aboveRange : [0,19,253]
			, gradient : [
			 { value : "-0.999", colour : [192,0,0] }
			,  { value : "0.0", colour : [192,192,192] }
			,  { value : "0.999", colour : [99,117,219] }
			
			]
		 }
	, { subid: "SECOND32LAST32DIRECTION", title: "Second Last Direction"
		, field: "SECOND32LAST32DIRECTION"
		, noData : [207,207,0], belowRange : [255,0,0], aboveRange : [0,19,253]
			, gradient : [
			 { value : "-0.999", colour : [192,0,0] }
			,  { value : "0.0", colour : [192,192,192] }
			,  { value : "0.999", colour : [99,117,219] }
			
			]
		 }
	 ],
		dicons: [ { subid: "none", title: "Default", active: true, rules : [  ] }
	, { subid: "opt1", title: "Last Direction / Second Last Direction", rules : [ { bool : "or", rules: [ { expression : "LAST32DIRECTION==0.0", rules: [ { bool : "or", rules: [ { expression : "SECOND32LAST32DIRECTION==0.0", attribute : 3 }
	, { attribute : 2 }
	 ] }
	 ] }
	, { expression : "LAST32DIRECTION>0.0", rules: [ { bool : "or", rules: [ { expression : "SECOND32LAST32DIRECTION>0.0", attribute : 5 }
	, { attribute : 4 }
	 ] }
	 ] }
	, { expression : "LAST32DIRECTION<0.0", rules: [ { bool : "or", rules: [ { expression : "SECOND32LAST32DIRECTION<0.0", attribute : 7 }
	, { attribute : 6 }
	 ] }
	 ] }
	 ] }
	 ] }
	, { subid: "opt2", title: "Volume", rules : [ { attribute : 1 }
	 ] }
	, { subid: "REAL32TIME32PRICE32CHANGE32132DAY32PERCENT", title: "RT PX Chg", rules : [ { bool : "or", rules: [ { expression : "REAL32TIME32PRICE32CHANGE32132DAY32PERCENT==0.0", attribute : 3 }
	, { expression : "REAL32TIME32PRICE32CHANGE32132DAY32PERCENT>0.0", attribute : 5 }
	, { expression : "REAL32TIME32PRICE32CHANGE32132DAY32PERCENT<0.0", attribute : 7 }
	 ] }
	 ] }
	, { subid: "RSI32932DAY", title: "RSI 9 Day", rules : [ { bool : "or", rules: [ { expression : "RSI32932DAY==0.0", attribute : 3 }
	, { expression : "RSI32932DAY>0.0", attribute : 5 }
	, { expression : "RSI32932DAY<0.0", attribute : 7 }
	 ] }
	 ] }
	, { subid: "ALPHA", title: "Alpha", rules : [ { bool : "or", rules: [ { expression : "ALPHA==0.0", attribute : 3 }
	, { expression : "ALPHA>0.0", attribute : 5 }
	, { expression : "ALPHA<0.0", attribute : 7 }
	 ] }
	 ] }
	, { subid: "EPS32GROWTH", title: "EPS Growth", rules : [ { bool : "or", rules: [ { expression : "EPS32GROWTH==0.0", attribute : 3 }
	, { expression : "EPS32GROWTH>0.0", attribute : 5 }
	, { expression : "EPS32GROWTH<0.0", attribute : 7 }
	 ] }
	 ] }
	, { subid: "opt3", title: "Bid Direction", rules : [ { bool : "or", rules: [ { expression : "BID32DIRECTION==0.0", attribute : 3 }
	, { expression : "BID32DIRECTION>0.0", attribute : 5 }
	, { expression : "BID32DIRECTION<0.0", attribute : 7 }
	 ] }
	 ] }
	, { subid: "opt4", title: "Ask Direction", rules : [ { bool : "or", rules: [ { expression : "ASK32DIRECTION==0.0", attribute : 3 }
	, { expression : "ASK32DIRECTION>0.0", attribute : 5 }
	, { expression : "ASK32DIRECTION<0.0", attribute : 7 }
	 ] }
	 ] }
	 ],
		sort: [ { subid: "defalpha", title: "Default (Alphabetical)", active: true }
	, { subid: "TICKER", title: "Ticker", field: "TICKER" }
	, { subid: "NAME", title: "Name", field: "NAME" }
	, { subid: "REAL32TIME32PRICE32CHANGE32132DAY32PERCENT", title: "RT PX Chg", field: "REAL32TIME32PRICE32CHANGE32132DAY32PERCENT" }
	, { subid: "LAST32PRICE", title: "Last Price", field: "LAST32PRICE" }
	, { subid: "BID32PRICE", title: "Bid Price", field: "BID32PRICE" }
	, { subid: "ASK32PRICE", title: "Ask Price", field: "ASK32PRICE" }
	, { subid: "VOLUME", title: "Volume", field: "VOLUME" }
	, { subid: "HIGH32PRICE", title: "High Price", field: "HIGH32PRICE" }
	, { subid: "LOW32PRICE", title: "Low Price", field: "LOW32PRICE" }
	, { subid: "RSI32932DAY", title: "RSI 9 Day", field: "RSI32932DAY" }
	, { subid: "MOVING32AVG3220032DAY", title: "Moving Avg 200 Day", field: "MOVING32AVG3220032DAY" }
	, { subid: "ALPHA", title: "Alpha", field: "ALPHA" }
	, { subid: "EPS32GROWTH", title: "EPS Growth", field: "EPS32GROWTH" }
	, { subid: "BID32DIRECTION", title: "Bid Direction", field: "BID32DIRECTION" }
	, { subid: "ASK32DIRECTION", title: "Ask Direction", field: "ASK32DIRECTION" }
	, { subid: "LAST32DIRECTION", title: "Last Direction", field: "LAST32DIRECTION" }
	, { subid: "SECOND32LAST32DIRECTION", title: "Second Last Direction", field: "SECOND32LAST32DIRECTION" }
	, { subid: "COUNTRY32FULL32NAME", title: "Country Full Name", field: "COUNTRY32FULL32NAME" }
	, { subid: "PRIMARY32EXCHANGE", title: "Primary Exchange", field: "PRIMARY32EXCHANGE" }
	, { subid: "CURRENCY", title: "Currency", field: "CURRENCY" }
	, { subid: "INDUSTRY32SECTOR", title: "Industry Sector", field: "INDUSTRY32SECTOR" }
	, { subid: "INDUSTRY32GROUP", title: "Industry Group", field: "INDUSTRY32GROUP" }
	, { subid: "INDUSTRY32SUBGROUP", title: "Industry Subgroup", field: "INDUSTRY32SUBGROUP" }
	, { subid: "LAST32UPDATE", title: "Last Update", field: "LAST32UPDATE" }
	, { subid: "REGION", title: "Region", field: "REGION" }
	, { subid: "INDEX", title: "Index", field: "INDEX" }
	, { subid: "FIELD1", title: "Moving Avg 200 Day - Last Price", field: "FIELD1" }
	, { subid: "FIELD2", title: "Moving Avg 200 Day Vs Last Price %", field: "FIELD2" }
	 ],
		sizing: [ { subid: "none", title: "Default (Standard Sizing)" }
	, { subid: "REAL32TIME32PRICE32CHANGE32132DAY32PERCENT", title: "RT PX Chg", field: "REAL32TIME32PRICE32CHANGE32132DAY32PERCENT" }
	, { subid: "LAST32PRICE", title: "Last Price", field: "LAST32PRICE" }
	, { subid: "opt2", title: "Bid Price", field: "BID32PRICE" }
	, { subid: "opt1", title: "Ask Price", field: "ASK32PRICE" }
	, { subid: "opt3", title: "Volume", active: true, field: "VOLUME" }
	, { subid: "HIGH32PRICE", title: "High Price", field: "HIGH32PRICE" }
	, { subid: "LOW32PRICE", title: "Low Price", field: "LOW32PRICE" }
	, { subid: "RSI32932DAY", title: "RSI 9 Day", field: "RSI32932DAY" }
	, { subid: "MOVING32AVG3220032DAY", title: "Moving Avg 200 Day", field: "MOVING32AVG3220032DAY" }
	, { subid: "ALPHA", title: "Alpha", field: "ALPHA" }
	, { subid: "EPS32GROWTH", title: "EPS Growth", field: "EPS32GROWTH" }
	, { subid: "opt4", title: "Bid Direction", field: "BID32DIRECTION" }
	, { subid: "opt5", title: "Ask Direction", field: "ASK32DIRECTION" }
	, { subid: "LAST32DIRECTION", title: "Last Direction", field: "LAST32DIRECTION" }
	, { subid: "SECOND32LAST32DIRECTION", title: "Second Last Direction", field: "SECOND32LAST32DIRECTION" }
	, { subid: "opt6", title: "Moving Avg 200 Day Vs Last Price %", field: "FIELD2" }
	 ],
		hierarchy: [ { subid: "default", title: "Region - Index - Sector - Group", active: true }
	, { subid: "opt1", title: "Sector - Group - Sub Group" }
	, { subid: "opt2", title: "Index - Sector - Group" }
	 ],
		tooltip: { 
		leavesOnly: false,
		position: "invert-invert",
		fields: [ "REAL32TIME32PRICE32CHANGE32132DAY32PERCENT"
	, "LAST32PRICE"
	, "VOLUME"
	, "RSI32932DAY"
	, "MOVING32AVG3220032DAY"
	, "FIELD2"
	, "ALPHA"
	, "EPS32GROWTH"
	 ]
	 },
		fields: [ { id: "TICKER", name: "Ticker", comma1000: false, negBrackets: false, places: 2 }
	, { id: "NAME", name: "Name", comma1000: false, negBrackets: false, places: 2 }
	, { id: "REAL32TIME32PRICE32CHANGE32132DAY32PERCENT", name: "RT PX Chg", comma1000: true, negBrackets: false, places: 2 }
	, { id: "LAST32PRICE", name: "Last Price", comma1000: true, negBrackets: false, places: 2 }
	, { id: "BID32PRICE", name: "Bid Price", comma1000: true, negBrackets: false, places: 2 }
	, { id: "ASK32PRICE", name: "Ask Price", comma1000: true, negBrackets: false, places: 2 }
	, { id: "VOLUME", name: "Volume", comma1000: true, negBrackets: false, places: 2 }
	, { id: "HIGH32PRICE", name: "High Price", comma1000: true, negBrackets: false, places: 2 }
	, { id: "LOW32PRICE", name: "Low Price", comma1000: true, negBrackets: false, places: 2 }
	, { id: "RSI32932DAY", name: "RSI 9 Day", comma1000: true, negBrackets: false, places: 2 }
	, { id: "MOVING32AVG3220032DAY", name: "Moving Avg 200 Day", comma1000: true, negBrackets: false, places: 2 }
	, { id: "ALPHA", name: "Alpha", comma1000: true, negBrackets: false, places: 2 }
	, { id: "EPS32GROWTH", name: "EPS Growth", comma1000: true, negBrackets: false, places: 2 }
	, { id: "BID32DIRECTION", name: "Bid Direction", comma1000: true, negBrackets: false, places: 2 }
	, { id: "ASK32DIRECTION", name: "Ask Direction", comma1000: true, negBrackets: false, places: 2 }
	, { id: "LAST32DIRECTION", name: "Last Direction", comma1000: true, negBrackets: false, places: 2 }
	, { id: "SECOND32LAST32DIRECTION", name: "Second Last Direction", comma1000: true, negBrackets: false, places: 2 }
	, { id: "COUNTRY32FULL32NAME", name: "Country Full Name", comma1000: false, negBrackets: false, places: 2 }
	, { id: "PRIMARY32EXCHANGE", name: "Primary Exchange", comma1000: false, negBrackets: false, places: 2 }
	, { id: "CURRENCY", name: "Currency", comma1000: false, negBrackets: false, places: 2 }
	, { id: "INDUSTRY32SECTOR", name: "Industry Sector", comma1000: false, negBrackets: false, places: 2 }
	, { id: "INDUSTRY32GROUP", name: "Industry Group", comma1000: false, negBrackets: false, places: 2 }
	, { id: "INDUSTRY32SUBGROUP", name: "Industry Subgroup", comma1000: false, negBrackets: false, places: 2 }
	, { id: "LAST32UPDATE", name: "Last Update", comma1000: false, negBrackets: false, places: 2 }
	, { id: "REGION", name: "Region", comma1000: false, negBrackets: false, places: 2 }
	, { id: "INDEX", name: "Index", comma1000: false, negBrackets: false, places: 2 }
	, { id: "FIELD1", name: "Moving Avg 200 Day - Last Price", comma1000: true, negBrackets: false, places: 2 }
	, { id: "FIELD2", name: "Moving Avg 200 Day Vs Last Price %", comma1000: true, negBrackets: false, places: 2 }
	 ],
		callouts: [  ],
		shaders : { shade: "emboss", tshade: "cone", lshade: "silk" },
		olhl: true,
		ani: true,
		colours: { 
		map: [ 192,192,192 ],
		background: [ [ 0,0,0 ]
	 ],
		dicons: [ [ 128, 128, 128 ], [ 192,192,192 ], [ 128, 128, 128 ], [ 99,117,219 ], [ 128, 128, 128 ], [ 192,0,0 ] ]
	 } }
	;