function makeflashstring(source,id,width,height,wmode, otherparam) { return ""+otherparam+""; } function makeobjectstring(classid, codebase, name, id, width,height, param) { return ""+param+""; } // innerhtml type function setinnerhtml(target, code) { target.innerhtml = code; } // direct write type function documentwrite(src) { document.write(src); }