 function showFlash(dir,width,height)
{
		document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='"+width+"' height='"+height+"'>");		document.write("<param name='movie' value='"+dir+"'>");
		document.write("<param name='Play' value='true'>");
		document.write("<param name='Loop' value='true'>");
		document.write("<param name='Quality' value='High'>");
		document.write("<param name='Src' value='"+dir+"'>");
		document.write("<param name='wmode' value='transparent'>");
		document.write("<param name='Menu' value='true'>");
		document.write("<param name='scale' value='noscale'>");
		document.write("<param name='DeviceFont' value='false'>");
		document.write("<param name='EmbedMovie' value='false'>");
		document.write("<param name='SeamlessTabbing' value='false'>");
		document.write("<param name='Profile' value='false'>");
		document.write("<param name='ProfilePort' value='0'>");
		document.write("<param name='AllowNetworking' value='all'>");
		document.write("<param name='AllowScriptAccess' value='always'>");
		document.write("<embed src='"+dir+"' Play='true' Loop='true' Quality='High' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='"+width+"' height='"+height+"' wmode='transparent' Menu='true' Scale='NoScale' DeviceFont='false' EmbedMovie='false' SeamlessTabbing='false' Profile='false' ProfilePort='0' AllowNetworking='all'></embed>");
		document.write("</object>");
}

// ±¸±Û·Î±×ºÐ¼® ¼³Ä¡ - ±Ç¿À»ó>
 
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-15859581-1']);
  _gaq.push(['_setDomainName', 'none']);
  _gaq.push(['_setAllowLinker', true]);
  _gaq.push(['_trackPageview']);
 
  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
 
// ±¸±Û·Î±×ºÐ¼® ¼³Ä¡ ´ÙÁßµµ¸ÞÀÎÀ¸·Î º¯°æ