// This JS overrides the navbar font sizes to slightly increase them for Asian Character sets
// It is assigned to a language by setting the ID (1) in the cssOverrideID column of the Language table
if (!exclude) {
	var fSIZE = 	12;		// main nav font size (pixels)
	var sfSIZE = 	12;		// submenu font size (pixels)
}
