// 2006.06.29 ¾×Æ¼ºêX ºñÈ°¼ºÈ­ Ã³¸®


function swf_RUN(source,width,height)
{
	var swfWrite = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0\" width="+width+" height="+height+">" +
		"	<param name=wmode value=transparent />" +
		"	<param name=movie value="+source+" />" +
		"	<param name=quality value=high />" +
		"	<embed src="+source+" quality=high wmode=transparent type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash\" width="+width+" height="+height+"></embed></object>";

	document.write(swfWrite);

}

 