// JavaScript Document

// var myObject = document.createElement('object');
// DivID.appendChild(myObject);
// myObject.width = "665";
//myObject.height = "235";
//myObject.classid= "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"; 
//myObject.movie = "menu_banner.swf?" + flashVars;
//myObject.codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0";
//myObject.quality="high";
//myObject.URL="menu_banner.swf";
//myObject.flashVars = flashVars;

var myObject = document.createElement('embed');
DivID.appendChild(myObject);
myObject.width = "665";
myObject.height = "235";
myObject.quality="high";
myObject.src="menu_banner.swf?" + flashVars;
myObject.type="application/x-shockwave-flash";