var fractalMapOptions = 
		{ ashaders: [ { subid: "off", title: "Default", active: true, shaders : [
		 ] }
	 ],
		analytic: [ { subid: "off", title: "None" }
	, { subid: "SPECTRUM", title: "Rank", active: true
		, field: "RANK"
		, noData : [192,192,192], belowRange : [255,255,255], aboveRange : [255,255,255]
			, gradient : [
			 { value : "1.0", colour : [192,0,0] }
			,  { value : "21.0", colour : [255,165,0] }
			,  { value : "41.0", colour : [232,232,0] }
			,  { value : "61.0", colour : [0,192,0] }
			,  { value : "81.0", colour : [0,0,255] }
			,  { value : "100.0", colour : [194,27,194] }
			
			]
		 }
	 ],
		dicons: [ { subid: "none", title: "Default", active: true, rules : [  ] }
	 ],
		sort: [ { subid: "SONG", title: "Name", field: "SONG" }
	, { subid: "RANK", title: "Rank", active: true, field: "RANK" }
	 ],
		sizing: [  ],
		hierarchy: [ { subid: "default", title: "Genre", active: true }
	, { subid: "rank", title: "Rank" }
	 ],
		tooltip: { 
		leavesOnly: true,
		position: "mouse",
		fields: [ "LINK"
	, "DESCRIPTION"
	, "GENRE"
	, "GENRE_URL"
	, "ARTIST"
	, "ARTIST_URL"
	, "ALBUM"
	, "SONG"
	, "RANK"
	, "RELEASE_DATE"
	, "IMAGE"
	 ]
	 },
		fields: [ { id: "TITLE", name: "Title", comma1000: false, negBrackets: false, places: 2 }
	, { id: "LINK", name: "Link", comma1000: false, negBrackets: false, places: 2 }
	, { id: "DESCRIPTION", name: "Description", comma1000: false, negBrackets: false, places: 2 }
	, { id: "PUBDATE", name: "Published", comma1000: false, negBrackets: false, places: 2 }
	, { id: "GENRE", name: "Genre", comma1000: false, negBrackets: false, places: 2 }
	, { id: "GENRE_URL", name: "Genre URL", comma1000: false, negBrackets: false, places: 2 }
	, { id: "ARTIST", name: "Artist", comma1000: false, negBrackets: false, places: 2 }
	, { id: "ARTIST_URL", name: "Artist URL", comma1000: false, negBrackets: false, places: 2 }
	, { id: "ALBUM", name: "Album", comma1000: false, negBrackets: false, places: 2 }
	, { id: "SONG", name: "Song", comma1000: false, negBrackets: false, places: 2 }
	, { id: "RANK", name: "Rank", comma1000: false, negBrackets: false, places: 0 }
	, { id: "RIGHTS", name: "Rights", comma1000: false, negBrackets: false, places: 2 }
	, { id: "RELEASE_DATE", name: "Released", comma1000: false, negBrackets: false, places: 2 }
	, { id: "CONTENT", name: "Content", comma1000: false, negBrackets: false, places: 2 }
	, { id: "IMAGE", name: "Image", comma1000: false, negBrackets: false, places: 2 }
	 ],
		callouts: [ "View artist info in iTunes"
	, "View genre info in iTunes"
	 ],
		shaders : { shade: "metal", tshade: "cone", lshade: "glass" },
		olhl: false,
		ani: true,
		colours: { 
		map: [ 196,200,212 ],
		background: [ [ 255,255,255 ] ],
		dicons: [ [ 128, 128, 128 ], [ 192,192,192 ], [ 128, 128, 128 ], [ 99,117,219 ], [ 128, 128, 128 ], [ 192,0,0 ] ]
	 } }
	;