function CalendarOn(){
	new Effect.Transform([
		{".calendar":
		'color: #FFFFFF;height: 25px;display: inline;height:25px;padding:5px 10px;bottom:5px;'},
		],{ duration: 0.4 }).play();
		};
function CalendarOff(){
	new Effect.Transform([
		{".calendar":
		'color: #cd9905;height: 25px;display: inline;height:25px;background: #2f4459;padding:5px 10px;bottom:0px;'},
		],{ duration: 0.4 }).play();
		};

function MusicOn(){
	new Effect.Transform([
		{".music":
		'color: #FFFFFF;height: 25px;display: inline;height:25px;padding:5px 10px;bottom:5px;'},
		],{ duration: 0.4 }).play();
		};
function MusicOff(){
	new Effect.Transform([
		{".music":
		'color: #cd9905;height: 25px;display: inline;height:25px;background: #2f4459;padding:5px 10px;bottom:0px;'},
		],{ duration: 0.4 }).play();
		};

function FoodOn(){
	new Effect.Transform([
		{".food":
		'color: #FFFFFF;height: 25px;display: inline;height:25px;padding:5px 10px;bottom:5px;'},
		],{ duration: 0.4 }).play();
		};
function FoodOff(){
	new Effect.Transform([
		{".food":
		'color: #cd9905;height: 25px;display: inline;height:25px;padding:5px 10px;bottom:0px;'},
		],{ duration: 0.4 }).play();
		};

function InfoOn(){
	new Effect.Transform([
		{".information":
		'color: #FFFFFF;height: 25px;display: inline;height:25px;padding:5px 10px;bottom:5px;'},
		],{ duration: 0.4 }).play();
		};
function InfoOff(){
	new Effect.Transform([
		{".information":
		'color: #cd9905;height: 25px;display: inline;height:25px;background: #2f4459;padding:5px 10px;bottom:0px;'},
		],{ duration: 0.4 }).play();
		};

function SalesOn(){
	new Effect.Transform([
		{".sales":
		'color: #FFFFFF;height: 25px;display: inline;height:25px;padding:5px 10px;bottom:5px;'},
		],{ duration: 0.4 }).play();
		};
function SalesOff(){
	new Effect.Transform([
		{".sales":
		'color: #cd9905;height: 25px;display: inline;height:25px;background: #2f4459;padding:5px 10px;bottom:0px;'},
		],{ duration: 0.4 }).play();
		};