

function f_Embed(gubun){
 if (gubun == "1"){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="840" height="91">')
	document.write('<param name=movie value="flash/nav.swf">')
	document.write('<param name=quality value=high>')
	document.write('<embed src="flash/nav.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="840" height="91">')
	document.write('</embed>')
	document.write('</object>')
 }
 else if (gubun == "2"){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="405" height="517">')
    document.write('<param name=movie value="flash/111027_effect01.swf">')
    document.write('<param name=quality value=high>')
	document.write('<embed src="flash/111027_effect01.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="405" height="517">')
	document.write('</embed> ')
	document.write('</object>')
 }
 else if (gubun == "3"){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="401" height="151">')
	document.write('<param name=movie value="flash/main_part.swf?pageNum=1">')
	document.write('<param name=quality value=high>')
	document.write('<embed src="flash/main_part.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="401" height="151">')
	document.write('</embed> ')
	document.write('</object>')
 }
 else if (gubun == "4"){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="171" height="234">')
	document.write('<param name=movie value="flash/link_supporter.swf">')
	document.write('<param name=quality value=high>')
	document.write('<embed src="flash/link_supporter.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="171" height="234">')
	document.write('</embed> ')
	document.write('</object>')
	}
}

