// SSL적용을 위해 url체크 시작(kwh 20070221)
var req_url = location.href;
var protocol = "http";
if(req_url.indexOf("https")!=-1) protocol = "https";
// SSL적용을 위해 url체크 끝(kwh 20070221)

var source = "/flash06/vision2030_intro.swf";

document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='"+protocol+"://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='415' height='449'>  ");
document.write("<param name='movie' value='"+source+"'>                                                                                                                                                 ");
document.write("<param name='quality' value='high'>                                                                                                                                                     ");
document.write("<embed src='"+source+"' quality='high' pluginspage='"+protocol+"://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='415' height='449'></embed></object>        ");
