// INDEX_Flash
function INDEX_Flash(file,width,height,bgcolor,quality){
        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+'">');  //ÇÃ·¡½¬ÇÃ·¹ÀÌ¾î ¹öÀüÀÌ ÀÌÀü¹öÀüÀÏ°æ¿ì ¹öÀü 8À» º¯°æ
        document.write('<param name="movie" value="'+file+'" />');
        document.write('<param name="quality" value="'+quality+'" />');
		document.write('<param name="scale" value="noscale" />');
		document.write('<param name="salign" value="lt" />');
        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>')

}

// MAIN_Flash
function MAIN_Flash(file,width,height,quality){
        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+'">');  //ÇÃ·¡½¬ÇÃ·¹ÀÌ¾î ¹öÀüÀÌ ÀÌÀü¹öÀüÀÏ°æ¿ì ¹öÀü 8À» º¯°æ
        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="#ffffff" />'); 
		document.write('<param name="scale" value="noscale" />');
		document.write('<param name="salign" value="lt" />');
        document.write('<embed src="'+file+'" quality="'+quality+'" wmode="transparent" width="'+width+'" height="'+height+'" name="'+name+'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
        document.write('</object>')
}



// Å×ÀÌºíÀÇ ±â´É±¸Çö
function on_notice1(num){
//alert(num);
more_num = num;
var oEl = document.getElementsByName("notice_content1");
if(oEl){
for(count=0; count < oEl.length; count++){
oEl[count].style.display = "none";
}
}
oEl[num-1].style.display = "";
}

function on_notice2(num){
//alert(num);
more_num = num;
var oEl = document.getElementsByName("notice_content2");
if(oEl){
for(count=0; count < oEl.length; count++){
oEl[count].style.display = "none";
}
}
oEl[num-1].style.display = "";
}




function get_IEscroll(choice) {
if (document.all) {
document.body.scroll = choice;
}
} 
//-->
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

