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