/*! $Id: video-conceptcars.js 6211 2009-09-22 11:12:58Z bhillebrand $ */
/*global swfobject: false */
"use strict";
function embedSWF(xml_path) {
	var flashvars = {
			xmlPath: xml_path
		},
		params = {
			wmode: "transparent"
		},
		attributes = {
			onclick: "blur();"
		};

	swfobject.embedSWF("/assets/images/global/conceptcars/swf/conceptcars.swf", "flashcontent", "711", "375", "9.0.0", "/assets/images/global/conceptcars/swf/expressInstall.swf", flashvars, params, attributes);
}
