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