#ifndef INC_LM_DEFAULTS_H
#define INC_LM_DEFAULTS_H

//include the chrome defaults
#include "..\chrome\include\defaults.h"

#define DEFAULT_AUTOEFFECT_TYPE				L"sparkles"
#define DEFAULT_AUTOEFFECT_CAUSE			L"time"		
#define DEFAULT_AUTOEFFECT_SPAN				0.5f
#define DEFAULT_AUTOEFFECT_SIZE				0.5f
#define DEFAULT_AUTOEFFECT_RATE				0.5f
#define DEFAULT_AUTOEFFECT_GRAVITY			0.0f
#define DEFAULT_AUTOEFFECT_WIND				0.0f
#define DEFAULT_AUTOEFFECT_FILLCOLOR		0xffffff
#define DEFAULT_AUTOEFFECT_STROKECOLOR		0x000000
#define DEFAULT_AUTOEFFECT_OPACITY			1.0f

#define DEFAULT_JUMPBVR_RANGE				L"page"
#define DEFAULT_JUMPBVR_INTERVAL			1.0f

#endif
