var params     = {};
var flashvars  = {};
var attributes = {};

/* 
  Parameters
  Distinct colours to see what's going on
*/
params.loop               = "true";
params.menu               = "true";
params.quality            = "autohigh"; // dunno if this does anything
//params.bgcolor            = "#FF0000";
params.wmode 			  = "transparent";
params.allowfullscreen    = "true";
params.allowscriptaccess  = "always";


/* Redeclare width & height for IE
   Set the stage height 2px smaller
   than (displayheight plus controller)
   to remove that nasty bar at the bottom
*/
flashvars.width            = "960"; 
flashvars.height           = "326";
flashvars.usefullscreen    = "true";
flashvars.overstretch      = "true";
flashvars.thumbsinplaylist = "false";
flashvars.showicons        = "false";
flashvars.enablejs         = "true";
flashvars.javascriptid     = "mpl";
/* Embed the thing
   (shows all the parameters)
*/
swfobject.embedSWF("/branding.swf", "branding", "960", "328", "8");