		
		var divTag = document.createElement("div");
		divTag.id = "walkPlayer";
		
		var divTagContainer = document.getElementById("walkPlayerContainer");
		
		divTagContainer.appendChild(divTag);
		
		
		//divTag.style.margin = '0' ;
		//divTag.style.padding = '0' ;
		
		//divTagContainer.style.position = 'fixed' ;
		//divTagContainer.style.bottom = '-10px' ;
		//divTagContainer.style.left = '50%';
		//divTagContainer.style.margin = '0 0 0 -150px' ;
		//divTagContainer.style.padding = '0' ;
		//divTagContainer.style.textAlign = 'center';
		
		function toggle_visibility() {
			/*document.getElementById('walkPlayerContainer').style.width = '0';
			document.getElementById('walkPlayerContainer').style.height = '0';
			divTag.style.width = '0';
			divTag.style.height = '0'
			divTag.style.display = "none";
			divTag.style.position = "absolute";
			divTag.style.left = "-9999px";*/
			document.getElementById('walkPlayerContainer').style.marginLeft = "-50000px";
			}// This function hides the player when called from the swf.
		
		var params = { menu:"false", AllowScriptAccess: "always", wmode:"transparent" };
		var attributes = { id: "walkPlayer"};
		var flashvars = {xmlLink:"http://strut.imambo.com/bioasis/bioasis2/assets/xml/videoData.xml"};//define the link to the xml file here
		swfobject.embedSWF('http://strut.imambo.com/bioasis/bioasis2/walkInVideoPlayer.swf', 'walkPlayer', '445', '670', '9.0','http://pablokreative.com/uploads/player/swfobject/expressinstall.swf', flashvars,params,attributes);
		
	