var myObjectElement = document.createElement('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="971" HEIGHT="483" id="main_flash1"></OBJECT>');

var myParamElement1 = document.createElement('<PARAM NAME=movie VALUE="/japan/images/flash/mainflash_home.swf">');
var myParamElement2 = document.createElement('<PARAM NAME=menu VALUE=false>');
var myParamElement3 = document.createElement('<PARAM NAME=quality VALUE=high>');
var myParamElement4 = document.createElement('<PARAM NAME=bgcolor VALUE=#FFFFFF>');
var myParamElement5 = document.createElement('<PARAM NAME=wmode VALUE=transparent>');

myObjectElement.appendChild(myParamElement1);
myObjectElement.appendChild(myParamElement2);
myObjectElement.appendChild(myParamElement3);
myObjectElement.appendChild(myParamElement4);
myObjectElement.appendChild(myParamElement5);

main_flash.appendChild(myObjectElement);