/* First the header is installed */
var movie="/swf/header_blog_new.swf"; 
var content="flashHeader";
var width="999";
var height="108";
var flashvars = {}; 
var params = { 
    id: "header",
 	wmode: "transparent",
	quality: "high"    
  }; 
var attributes = {};   

swfobject.embedSWF(movie, content, width, height, "9.0.0", "/flash/expressInstall.swf", flashvars, params, attributes);  

/* Then the menu*/

movie="/swf/blog_nav.swf"; 
content="flashMenu";
width="937";
height="60";
flashvars = {}; 
params = {
	id: "blog_nav",
 	wmode: "transparent",
	quality: "high"    
  }; 
var attributes = {};   

swfobject.embedSWF(movie, content, width, height, "9.0.0", "/flash/expressInstall.swf", flashvars, params, attributes);  
 