// JavaScript Document
			var flashvars = {};
			//If you want to change default XML path which is "data/data.xml", please uncomment next line and enter your XML path
			flashvars.xmlpath = "../2press-media-centre/data/video-gallery-data.xml";
			//---
			//playermode, configxml, videourl, videotitle see help docs for more information about using these vars
			flashvars.playermode = "full";
			flashvars.configxml = "../2press-media-centre/data/config.xml";//settings xml
			//flashvars.videourl = "data/videos/video.flv";//path to video
			//flashvars.videotitle = "Enter your video title here";//video title
			
			var params = {};
			params.scale = "noscale";
			params.salign = "lt";
			params.wmode = "window";
			params.devicefont = "false";
			params.allowfullscreen = "true";
			params.allowscriptaccess = "always";
			var attributes = {};
			attributes.id = "VideoPlayer";
			attributes.name = "VideoPlayer";
			attributes.align = "middle";
			swfobject.embedSWF("../2press-media-centre/VideoPlayer.swf", "alternativeContent", "760", "445", "9.0.45", "", flashvars, params, attributes);
			

