var colorForm = {
	vars: {
		pattern: '<span style="color:' + config.menu.color + ';">###VOICE###</span>'
	},

	domIsReady: function(){
		colorForm.colorMenu();
	},

	colorMenu: function(){
		//DISABLED
		/*
		if ($('.gpForm').is('form'))
			$('.gpForm label').each(function(){
				var htmlLink = $.trim($(this).html());
				$(this).html(colorForm.vars.pattern.replace('###VOICE###', htmlLink.substring(0, 1)) + htmlLink.substring(1));
			});
		*/


	}


};
