// Flash Activating Script // 2006-04-16 // inome _at_ snowbird.Com.ne.kr // Don't Edit Below! Snowbird! // 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; }