<!--
function flashPlayer(url,w,h,bg,win,vars,base){
	var s=
	"<object name='flashPlayer' id='flashPlayer' classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='"+w+"' height='"+h+"' align='middle'>"+
	"<param name='allowScriptAccess' value='always' />"+
	"<param name='allowFullScreen' value='true' />"+
	"<param name='movie' value='"+url+"' />"+
	"<param name='wmode' value='"+win+"' />"+
	"<param name='menu' value='false' />"+
	"<param name='quality' value='high' />"+
	"<param name='FlashVars' value='"+vars+"' />"+
	"<param name='bgcolor' value='"+bg+"' />"+
	"<param name='base' value='"+base+"' />"+
	"<embed src='"+url+"' base='"+base+"' wmode='"+win+"' allowFullScreen='true' menu='false' quality='high' bgcolor='"+bg+"' width='"+w+"' height='"+h+"' align='middle' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />"+
	"</object>";
	document.write(s);
}

function flash(url,w,h,bg,win,vars,base){
	var s=
	"<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='"+w+"' height='"+h+"' align='middle'>"+
	"<param name='allowScriptAccess' value='always' />"+
	"<param name='allowFullScreen' value='true' />"+
	"<param name='movie' value='"+url+"' />"+
	"<param name='wmode' value='"+win+"' />"+
	"<param name='menu' value='false' />"+
	"<param name='quality' value='high' />"+
	"<param name='FlashVars' value='"+vars+"' />"+
	"<param name='bgcolor' value='"+bg+"' />"+
	"<param name='base' value='"+base+"' />"+
	"<embed src='"+url+"' base='"+base+"' wmode='"+win+"' allowFullScreen='true' menu='false' quality='high' bgcolor='"+bg+"' width='"+w+"' height='"+h+"' align='middle' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />"+
	"</object>";
	document.write(s);
}

function mf(s,d,w,h,t){
 var rtn = "<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="+w+" height="+h+" id="+d+"> "
  + " <param name=wmode value="+t+" /> "
  + " <param name=movie value="+s+" />" 
  + " <param name=quality value=high /> "
  + " <embed src="+s+" quality=high wmode="+t+" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash\" width="+w+" height="+h+">"
  + " </embed></object>";
  document.write(rtn);
}

function mf2(s,d,w,h,t){
 return "<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="+w+" height="+h+" id="+d+"> "
  + " <param name=wmode value="+t+" /> "
  + " <param name=movie value="+s+" />" 
  + " <param name=quality value=high /> "
  + " <embed src="+s+" quality=high wmode="+t+" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash\" width="+w+" height="+h+">"
  + " </embed></object>";
}

function Movie(){
alert('ÁØºñ ÁßÀÔ´Ï´Ù');
}

//½ºÅ©·Ñ Å¾¹öÆ°
function scrollLayer() 
		{ 
		    var top_point, start_point, end_point, timer; 
		
		    var obj_layer   = document.getElementById('Qmn'); 
		
		    top_point   = obj_layer.style.top;
		    start_point = parseInt(top_point, 0); 
		    end_point   = document.body.scrollTop + 90; 
		    limit_point = parseInt(window.document.body.scrollHeight) - parseInt(obj_layer.offsetHeight) - 75; 
		
		    if ( end_point > limit_point )  end_point = limit_point; 
		    if ( end_point < top_point )    end_point = top_point; 
		
		    if ( start_point != end_point ) 
		    { 
		        scroll_amount = Math.ceil( Math.abs( end_point - start_point ) / 15 ); 
		        obj_layer.style.top = parseInt(top_point, 0) + ( ( end_point < start_point ) ? -scroll_amount : scroll_amount ); 
		    } 
		
		    timer = setTimeout ("scrollLayer('Qmn', 0);", 1); 
} 

//½ºÅ©·Ñ Å¾¹öÆ°
function scrollLayer1() 
		{ 
		    var top_point, start_point, end_point, timer; 
		
		    var obj_layer   = document.getElementById('Qm'); 
		
		    top_point   = obj_layer.style.top;
		    start_point = parseInt(top_point, 0); 
		    end_point   = document.body.scrollTop + 166; 
		    limit_point = parseInt(window.document.body.scrollHeight) - parseInt(obj_layer.offsetHeight) - 75; 
		
		    if ( end_point > limit_point )  end_point = limit_point; 
		    if ( end_point < top_point )    end_point = top_point; 
		
		    if ( start_point != end_point ) 
		    { 
		        scroll_amount = Math.ceil( Math.abs( end_point - start_point ) / 15 ); 
		        obj_layer.style.top = parseInt(top_point, 0) + ( ( end_point < start_point ) ? -scroll_amount : scroll_amount ); 
		    } 
		
		    timer = setTimeout ("scrollLayer1('Qm', 0);", 1); 
} 
/////////////////////////////////////////////////////////
-->