function moveMonth(d){
	if(d==1){
		c.setNextMonth();
	}else{
		c.setPreviousMonth();
	};
};