function init(id, file, img){
		      var flashvars ={
				autostart:	'false',
		        file:		file,
				image:		img,
				backcolor:	'1f444d',
				frontcolor:	'ffffff',
				lightcolor:	'bbdbe3',
				bufferlength: 10};
		      var params ={
				wmode:				'transparent',
		        allowscriptaccess:	'always',
		        allowfullscreen:	'true',
		        bgcolor:			'#A0A0A0'};
		      var attributes ={
		        id:		id,
		        name:	id};
		      swfobject.embedSWF('../flv/player.swf', id, '640', '380', '8.0.0', false, flashvars, params, attributes);
		}