// JavaScript Document
var flashvars = {};
var params = {
'allowscriptaccess':  'always',
'bgcolor':            '#ffffff'
};
var attributes = {};
attributes.id = "flashContent"; // naming the flash id, would otherwise default to the alt content div name
if (swfobject.getQueryParamValue("viewAlt") == "true") {
// This lets us test the alternative content. If "viewAlt" is true in the query string, we don't allow SWFObject to replace the alternativeContent div with the Flash content.
   }else{
	swfobject.embedSWF("index.swf", "alternativeContent", "100%", "100%", "8", "expressInstall.swf", flashvars, params, attributes);
   }
