var myObjectElementm1 = document.createElement('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="900" height="176">');
var myParamElement1m1 = document.createElement('<param name="movie" value="../fla/menu_hellod.swf?code=k&menu_count=2&roll_mode=1&onNum=0">');  
var myParamElement2m1 = document.createElement('<param name="wmode" value="transparent">');
myObjectElementm1.appendChild(myParamElement1m1);
myObjectElementm1.appendChild(myParamElement2m1);
main_02.appendChild(myObjectElementm1);