<!--//
// ### IE ¼³°è¹æ¹ý¿¡ µû¸¥ Á¶Ä¡
function playFlash(file, width, height, bgcolor, quality, name){
	// ### playflash('ÆÄÀÏ°æ·Î', '°¡·ÎÅ©±â', '¼¼·ÎÅ©±â', '¹é±×¶ó¿îµåÄÃ·¯', 'Ä÷¸®Æ¼', '¾ÆÀÌµð')

	//ÇÃ·¡½¬ÇÃ·¹ÀÌ¾î ¹öÀüÀÌ ÀÌÀü¹öÀüÀÏ°æ¿ì ¹öÀü 8À» º¯°æ
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+width+'" height="'+height+'" id="'+name+'">');  
	document.write('<param name="movie" value="'+file+'" />');
	document.write('<param name="quality" value="'+quality+'" />');
	document.write('<param name="bgcolor" value="'+bgcolor+'" />');
	document.write('<embed src="'+file+'" quality="'+quality+'" wmode="transparent" bgcolor="'+bgcolor+'" width="'+width+'" height="'+height+'" name="'+name+'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write('</object>')
}

function playFlash_t(file, width, height, bgcolor, quality, name){
	// ### Åõ¸íÇÃ·¡½¬ÀÎ °æ¿ì
	// ### playflash('ÆÄÀÏ°æ·Î', '°¡·ÎÅ©±â', '¼¼·ÎÅ©±â', '¹é±×¶ó¿îµåÄÃ·¯', 'Ä÷¸®Æ¼', '¾ÆÀÌµð')

	//ÇÃ·¡½¬ÇÃ·¹ÀÌ¾î ¹öÀüÀÌ ÀÌÀü¹öÀüÀÏ°æ¿ì ¹öÀü 8À» º¯°æ
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+width+'" height="'+height+'" id="'+name+'">');  
	document.write('<param name="movie" value="'+file+'" />');
	document.write('<param name="quality" value="'+quality+'" />');
	document.write('<param name="WMode" value="Transparent" />');
	document.write('<param name="bgcolor" value="'+bgcolor+'" />');
	document.write('<embed src="'+file+'" quality="'+quality+'" wmode="transparent" bgcolor="'+bgcolor+'" width="'+width+'" height="'+height+'" name="'+name+'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write('</object>')
}

function _playMovie(file, width, height) {
	// ### playMovie('ÆÄÀÏ°æ·Î', '°¡·ÎÅ©±â', ',¼¼·ÎÅ©±â')
	document.write('<embed src="' + file + '" width="' + width + '" height="' + height + '"');
}
//-->
