function CustomOverlays() {
	var ov = new OverlayCollection("custom", 26);
	
	//Settings
	ov.useLabels = true;
	ov.labelType = "Numeric";
	
	return ov;
}
