function MakeFlashString(source,id,width,height,wmode, otherParam) { return ""+otherParam+""; } function MakeObjectString(classid, codebase, name, id, width,height, param) { return ""+param+""; } function MakemovieString(id, classid, codebase, type, width,height,filename, param) { return ""+param+""; } // innerHTML Type function SetInnerHTML(target, code) { target.innerHTML = code; } // Direct Write Type function DocumentWrite(src) { document.write(src); }