// flashWrite(ÆÄÀÏ°æ·Î, °¡·Î, ¼¼·Î, ¾ÆÀÌµð, ¹è°æ»ö, À©µµ¿ì¸ðµå)
function flashWrite(url,w,h,id,bg,win){

	// ÇÃ·¡½Ã ÄÚµå Á¤ÀÇ
	var flashStr=
	"<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='"+id+"' align='middle'>"+
	"<param name='movie' value='"+url+"' />"+
	"<param name='wmode' value='"+win+"' />"+
	"<param name='menu' value='false' />"+
	"<param name='quality' value='high' />"+
	"<param name='bgcolor' value='"+bg+"' />"+
	"<embed src='"+url+"' wmode='"+win+"' menu='false' quality='high' bgcolor='"+bg+"' width='"+w+"' height='"+h+"' name='"+id+"' align='middle' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />"+
	"</object>";

	// ÇÃ·¡½Ã ÄÚµå Ãâ·Â
	document.write(flashStr);

}


/**
 * flash menu link
 * menu ¼ø¼­µ¥·Î Á¤¸®
 */
function menulink(num){
	//alert(num);
    switch(num){
    //HOME
   

	case 0100 : //Transportation & Hotels
        top.location.href = "../_about/sub_01.php?m=01"; break;
	case 0101 : //Transportation
        top.location.href = "../_about/sub_01.php?m=01"; break;
    case 0102 : //Hotel Information
        top.location.href = "../_about/sub_02.php?m=02"; break;
    case 0103 : //Hotel Information
        top.location.href = "../_about/sub_03.php?m=03"; break;	
    case 0104 : //Hotel Information
        top.location.href = "../_about/sub_04.php?m=04"; break;			
		

	case 0200 : //Transportation & Hotels
        top.location.href = "../_program/sub_01.php?m=01"; break;
	case 0201 : //Transportation
        top.location.href = "../_program/sub_01.php?m=01"; break;
    case 0202 : //Hotel Information
        top.location.href = "../_program/sub_02.php?m=02"; break;
    case 0203 : //Hotel Information
        top.location.href = "../_program/sub_03.php?m=03"; break;	
    case 0204 : //Hotel Information
        top.location.href = "../_program/sub_04.php?m=04"; break;	
    case 0205 : //Hotel Information
        top.location.href = "../_program/sub_05.php?m=05"; break;		
		
		
	case 0300 : //Transportation & Hotels
        top.location.href = "../_registration/sub_01.php?m=01"; break;
	case 0301 : //Transportation
        top.location.href = "../_registration/sub_01.php?m=01"; break;
    case 0302 : //Hotel Information
        top.location.href = "../_registration/sub_02.php?m=02"; break;
    case 0303 : //Hotel Information
        top.location.href = "../_registration/sub_03.php?m=03"; break;	
    case 0304 : //Hotel Information
        top.location.href = "../_registration/sub_06.php?m=06"; break;	
    case 0305 : //Hotel Information
        top.location.href = "../_registration/sub_05.php?m=05"; break;			
		
		
	case 0400 : //Transportation & Hotels
        top.location.href = "../_news/sub_01.php?m=01"; break;
	case 0401 : //Transportation
        top.location.href = "../_news/sub_01.php?m=01"; break;
    case 0402 : //Hotel Information
        top.location.href = "../_news/sub_02.php?m=02"; break;
    case 0403 : //Hotel Information
        top.location.href = "../_news/sub_03.php?m=03"; break;	
		
		
	case 0500 : //Transportation & Hotels
        top.location.href = "../_communities/sub_01.php?m=01"; break;
	case 0501 : //Transportation
        top.location.href = "../_communities/sub_01.php?m=01"; break;
    case 0502 : //Hotel Information
        top.location.href = "../_communities/sub_02.php?m=02"; break;
    case 0503 : //Hotel Information
        top.location.href = "../_communities/sub_03.php?m=03"; break;	
    case 0504 : //Hotel Information
        top.location.href = "../_communities/sub_04.php?m=04"; break;	
		
		
	case 0600 : //Transportation & Hotels
        top.location.href = "../_abstract/sub_01.php?m=01"; break;
	case 0601 : //Transportation
        top.location.href = "../_abstract/sub_01.php?m=01"; break;
    case 0602 : //Hotel Information
        top.location.href = "../_abstract/sub_02.php?m=02"; break;
    case 0603 : //Hotel Information
        top.location.href = "../_abstract/sub_03.php?m=03"; break;			
			

			

  }
    return;

}
