// NetCom Interactive UFO JavaScript Document Copyright 2008

   function startVideo() {
	     var FO = { movie:"/branded-player.swf", width:"620", height:"445", majorversion:"8", build:"0", xi:"true", wmode:"transparent", flashvars:"wVideo=http://multimedia2.cityofhenderson.com/mayor_council/walkons/hafen2010.flv" };
		UFO.create(FO, "netcomBox");
		//alert('startVideo Function Called');
	}
	
	function endVideo() {
		var FO = { movie:"playbtn.swf", width:"100", height:"50", majorversion:"8", build:"0", xi:"true", wmode:"transparent", flashvars:"wVideo=http://multimedia2.cityofhenderson.com/mayor_council/walkons/one.flv" };
		UFO.create(FO, "netcomBox");
		//alert('endVideo Function Called');
	}

//startVideo();
