var newVideoPlayer = {

	updateHtml: function(id, flv) {


		var basePath 	= '/elements/special/newvideoplayer/';
		var targetId	= 'newvp_' + id;

		var FO = { 	movie: basePath + "flvplayer.swf", 
//					width: 238,
//					height: 180,
					width: 158,
					height: 125,
					majorversion:"9",
//					minorversion:"45",
					build:"0",
				 //	autostart: "true",
					//xi:"true", 
					//ximovie:"/studio/ijsfontein/v3/ufo/ufo.swf",	
					base: 'http://' + location.hostname + basePath,
				//	allowfullscreen:"true",
				//	callback:"www.nos.nl",
//					allowscriptaccess:"always",
shownavigation:"false",
		flashvars:"file="+flv+"&allowfullscreen='true'"
			//		flashvars:"file="+flv

};

		UFO.create(FO, targetId);
	}

};
