//var myObject = document.createElement('object');
//DivID.appendChild(myObject);
//myObject.width = "740";
//myObject.height = "106";
//myObject.classid= "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"; 
//myObject.URL = "newmenu.swf";
//myObject.uiMode = "none" ;

variable = "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'"
variable = variable + "codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0'"
variable = variable +  "width='605' height='140'>"
variable = variable + "<param name='movie' value='/menu.swf' />"
variable = variable + "<embed src='/menu.swf' quality='high'"
variable = variable + "pluginspage='http://www.macromedia.com/go/getflashplayer'"
variable = variable + "type='application/x-shockwave-flash' width='605' height='140' standby='Loading Flash...' >"
variable = variable + "</embed></object>"

document.write(variable)
