// s: source url // d: flash id // w: source width // h: source height // t: wmode function mf(s,d,w,h,t){ return ""; } // write document contents function documentwrite(src){ document.write(src); } // assign code innerHTML function setcode(target, code){ target.innerHTML = code; }