var conf = {

	scroll_speed:  1.6,			// home page scroll speed in  pixels/millisecond

	overlay_opacity: 0.85,		// opacity of overlay popup from (transparent) 0..1 (opaque)

	innitial_scroll: 556		// innitial default scroll from top 

};



var anim = {



	

	cloud1: {

		file: '/data/anim/cloud1.png',

		top: 499,					//position from top of the screen in pixels

		left: -60,					//position from left side of the screen in pixels		

		motion: 'left_to_right',	//type of motion : across screen left to right

		speed: 0.023,				//speed in pixels/millisecond

		delay: 1000					//delay between animations in milliseconds

	},



	cloud2: {

		file: '/data/anim/cloud2.png',

		top: 192,					//position from top of the screen in pixels

		left: 260,					//position from left side of the screen in pixels		

		motion: 'left_to_right',	//type of motion : across screen left to right

		speed: 0.01,				//speed in pixels/millisecond

		delay: 1000					//delay between animations in milliseconds

	},





     cloud3: {

		file: '/data/anim/cloud3.png',

		top: 472,					//position from top of the screen in pixels

		left: -1050,					//position from left side of the screen in pixels		

		motion: 'left_to_right',	//type of motion : across screen left to right

		speed: 0.02,				//speed in pixels/millisecond

		delay: 1000					//delay between animations in milliseconds

	}, 



	 cloud4: {

		file: '/data/anim/cloud4.png',

		top: 425,					//position from top of the screen in pixels

		left: -300,					//position from left side of the screen in pixels		

		motion: 'left_to_right',	//type of motion : across screen left to right

		speed: 0.019,				//speed in pixels/millisecond

		delay: 1000					//delay between animations in milliseconds

	}, 

	

	plane: {

		file: '/data/anim/airplane.png',

		top: 352,					//position from top of the screen in pixels

		right: 0,				//position from right side of the screen in pixels		

		motion: 'right_to_left',	//type of motion : across screen right to left

		speed: 0.08,				//speed in pixels/millisecond

		delay: 15000					//delay between animations in milliseconds

	},		





	bird1: {						//x=752

		file: '/data/anim/bird3.png',

		top: 601,					//position from top of the screen in pixels

		right: 500,					//position from right side of the screen in pixels		

		motion: 'right_to_left',	//type of motion : across screen right to left

		speed: 0.03,				//speed in pixels/millisecond

		delay: 3500					//delay between animations in milliseconds

	},		





	bird2: {						//x=638 

		file: '/data/anim/bird1.png',

		top: 1105,					//position from top of the screen in pixels

		right: 300,					//position from right side of the screen in pixels		

		motion: 'right_to_left',	//type of motion : across screen right to left

		speed: 0.04,				//speed in pixels/millisecond

		delay: 3500					//delay between animations in milliseconds

	},





	bird3: {						//x=61

		file: '/data/anim/bird2.png',

		top: 637,					//position from top of the screen in pixels

		right: 0,					//position from right side of the screen in pixels		

		motion: 'right_to_left',	//type of motion : across screen right to left

		speed: 0.025,				//speed in pixels/millisecond

		delay: 1500					//delay between animations in milliseconds

	},

	

	

	ants: {

		file: '/data/anim/ants.gif',

		top: 1808,					//position from top of the screen in pixels

		left: 0,					//position from left side of the screen in pixels		

		motion: 'left_to_right',	//type of motion : across screen left to right

		speed: 0.02,				//speed in pixels/millisecond

		delay: 5000					//delay between animations in milliseconds

	},

	

	cigarette: {

		file: '/data/anim/cigarette.gif',

		top: 2170,					//position from top of the screen in pixels

		left: 120,					//position from left side of the screen in pixels		

		motion: 'static'			//type of motion : static

	},

	

	pencils1: {

		file: '/data/anim/pencils1.gif',

		top: 2211,					//position from top of the screen in pixels

		left: 37,					//position from left side of the screen in pixels		

		motion: 'static'			//type of motion : static

	},	



	pencils2: {

		file: '/data/anim/pencils2.gif',

		top: 2131,					//position from top of the screen in pixels

		left: 478,					//position from left side of the screen in pixels		

		motion: 'static'			//type of motion : static

	}

	

};
