/*
############ÇÃ·¡½¬ ³Ö´Â ÇÔ¼ö############
*/
function swf(f_add,f_id,f_width,f_height,f_wmode,f_bgcolor){
	if(!f_bgcolor) f_bgcolor = "#ffffff";

	document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' width='"+f_width+"' height='"+f_height+"' id='"+f_id+"'>");
	document.write("<param name='allowScriptAccess' value='sameDomain'>");
	document.write("<param name='movie' value='"+f_add+"'>");
	document.write("<param name='quality' value='high'>");
	document.write("<param name='menu' value='false'>");
	document.write("<param name='bgcolor' value='"+f_bgcolor+"'>");
	document.write("<param name='wmode' value='"+f_wmode+"'>");
	document.write("<embed src='"+f_add+"' id='"+f_id+"' quality='high' menu='false' allowScriptAccess='sameDomain'  wmode='"+f_wmode+"' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='"+f_width+"' height='"+f_height+"'></embed>");
	document.write("</object>");
}

function swf8(f_add,f_id,f_width,f_height,f_wmode,f_bgcolor){
	if(!f_bgcolor) f_bgcolor = "#ffffff";

	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='"+f_width+"' height='"+f_height+"' id='"+f_id+"' align='top'>");
	document.write("<param name='allowScriptAccess' value='sameDomain'>");
	document.write("<param name='movie' value='"+f_add+"'>");
	document.write("<param name='quality' value='high'>");
	document.write("<param name='menu' value='false'>");
	document.write("<param name='salign' value='lt'>");
	document.write("<param name='bgcolor' value='"+f_bgcolor+"'>");
	document.write("<param name='wmode' value='"+f_wmode+"'>");
	document.write("<embed src='"+f_add+"' id='"+f_id+"' quality='high' menu='false' allowScriptAccess='sameDomain'  wmode='"+f_wmode+"' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='"+f_width+"' height='"+f_height+"'></embed>");
	document.write("</object>");
}

/*
############µ¿¿µ»ó ³Ö´Â ÇÔ¼ö############
m_id = µ¿¿µ»ó id
m_width = °¡·ÎÅ©±â
m_height = ¼¼·Î³ôÀÌ
m_filename = ÆÄÀÏ¸í
m_control = ÄÁÆ®·Ñ º¸ÀÓ¼³Á¤ (true, false)
m_start = ÀÚµ¿ÇÃ·¹ÀÌ ¼³Á¤ (true, false)
m_transparent = Åõ¸í¼³Á¤ ("",transparent)
*/

function show_movie_F(m_id,m_width,m_height,m_filename,m_control,m_start,m_transparent){
	document.write("<OBJECT CLASSID='clsid:22d6f312-b0f6-11d0-94ab-0080c74c7e95' ID='"+m_id+"' width='"+m_width+"' height='"+m_height+"'>");
	document.write("<PARAM NAME='filename' VALUE='"+m_filename+"'>");
	document.write("<PARAM NAME='ShowControls' VALUE='"+m_control+"'>");
	document.write("<PARAM NAME='AutoStart' VALUE='"+m_start+"'>");
	document.write("<PARAM NAME='TransparentAtStart' VALUE='"+m_transparent+"'>");
	document.write("</OBJECT>");
}