var params = {
	quality: "high",
	scale: "noscale",
	wmode: "transparent",
    bgcolor: "#3b4a55"
}

var attributes = {
	id: "highlights",
	name: "highlights"
}
		
if (swfobject.hasFlashPlayerVersion("9.0.18")) {
    swfobject.embedSWF("media/swf/splash.swf", "highlights", "100%", "100%", "9", "expressInstall.swf", null, params, attributes);
}
        
        