/**
 *	WELL POLISHED
 *	Flash header SWFObject
 *	
 *	Use swfobject to replace #branding's content with 
 *	/flash/top-animation.swf flash file
 *	
 *	@copyright 2009 philthompson.co.uk for Seventy Seven Ltd
 *	@author philthompson.co.uk
 */

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            = "transparent";
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            = "962"; 
flashvars.height           = "115";
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)
*/



// Header
swfobject.embedSWF("/flash/top-animation.swf", "branding", "962", "115", "8", false, flashvars, params, attributes);