//************ active È°¼ºÈ­ ÆÐÄ¡¿¡ µû¸¥ ¿ÜºÎ½ºÅ©¸³ **************

function SWF_Object(src,width,height,classid,version){
	if(classid == "") classid = "D27CDB6E-AE6D-11cf-96B8-444553540000";
	if(version == "") version = "6,0,29,0";
	
	document.write('<object classid="clsid:'+classid+'"  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version='+version+'" width="'+width+'" height="'+height+'" id=ShockwaveFlash1>');
	document.write('<param name="movie" value="'+src+'">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="WMode" value="Transparent">');
	document.write('<embed src="'+src+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+width+'" height="'+height+'"></embed>');
	document.write('</object>');
}
