/* embed the flash clip */
headerobject.flashclip = './flash/coaching.swf'; // clip to load
headerobject.activeclip = 'coaching'; // which menu item should be highlighted
headerobject.maindir = 'flash/data/'; // the directory with the flash data in
headerobject.claimx = '320';

swfobject.embedSWF("./flash/header.swf", "header_background_fl", "960", "172", "8", "./flash/playerProductInstall.swf",{clip:headerobject.flashclip,activeclip:headerobject.activeclip,maindir:headerobject.maindir,claimx:headerobject.claimx,claimy:headerobject.claimy}, {quality:"high",wmode:"transparent",scale:"exactfit",salign:"tm",menu:"false",bgcolor:headerobject.bgcolor}, false);

// this will show the HTML menu if flash is not installed
if(!swfobject.hasFlashPlayerVersion("8"))
  headerobject.showMenu();

