// JavaScript Document
	var LowBgColor='#E7F0FF';			// Background color when mouse is not over
	var LowSubBgColor='#E7F0FF';			// Background color when mouse is not over on subs
	var HighBgColor='#E7F0FF';			// Background color when mouse is over
	var HighSubBgColor='#E7F0FF';			// Background color when mouse is over on subs
	var FontLowColor='#333366';			// Font color when mouse is not over
	var FontSubLowColor='#555599';			// Font color subs when mouse is not over
	var FontHighColor='#000000';			// Font color when mouse is over
	var FontSubHighColor='#000000';			// Font color subs when mouse is over
	var BorderColor='#666666';			// Border color
	var BorderSubColor='#666666';			// Border color for subs
	
	var Arrws=['/templates/northerncanada/arrow.gif',9,14,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height
