// Flash Activating Script // 2005-12-05 // inome _at_ nhncorp.com // Don't Edit Below! Never! // s: source url // d: flash id // w: source width // h: source height // t: wmode ("" for none, transparent, opaque ...) 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; }