/* EN 初期設定 */
ENBTN01 = '<a href="/"><img src="';
ENBTN02 = '/2008/eafc2008pre/globalface/img/languages/button_english_def.jpg" name="Lang01" width="88" height="35" border="0" id="Lang01"';
ENBTN03 = ' onMouseOver="MM_swapImage(\'Lang01\',\'\',\'/2008/eafc2008pre/globalface/img/languages/button_english_on.jpg\',1)" onMouseOut="MM_swapImgRestore()"';
ENBTN05 = '</a>';

/* CN 初期設定 */
CNBTN01 = '<a href="/c/"><img src="';
CNBTN02 = '/2008/eafc2008pre/globalface/img/languages/button_chinese_def.jpg" name="Lang02" width="88" height="35" border="0" id="Lang02"';
CNBTN03 = ' onMouseOver="MM_swapImage(\'Lang02\',\'\',\'/2008/eafc2008pre/globalface/img/languages/button_chinese_on.jpg\',1)" onMouseOut="MM_swapImgRestore()"';
CNBTN05 = '</a>';

/* JA 初期設定 */
JABTN01 = '<a href="/j/"><img src="';
JABTN02 = '/2008/eafc2008pre/globalface/img/languages/button_japanese_def.jpg" name="Lang03" width="88" height="35" border="0" id="Lang03"';
JABTN03 = ' onMouseOver="MM_swapImage(\'Lang03\',\'\',\'/2008/eafc2008pre/globalface/img/languages/button_japanese_on.jpg\',1)" onMouseOut="MM_swapImgRestore()"';
JABTN05 = '</a>';

/* KR 初期設定 */
KRBTN01 = '<a href="/k/"><img src="';
KRBTN02 = '/2008/eafc2008pre/globalface/img/languages/button_korean_def.jpg" name="Lang04" width="88" height="35" border="0" id="Lang04"';
KRBTN03 = ' onMouseOver="MM_swapImage(\'Lang04\',\'\',\'/2008/eafc2008pre/globalface/img/languages/button_korean_on.jpg\',1)" onMouseOut="MM_swapImgRestore()"';
KRBTN05 = '</a>';

if( BaseDir == "/j/" ) {
/* 日本語版 IMG 設定 */
ENALT = 'English';
CNALT = '中国語';
JAALT = '日本語';
KRALT = '韓国語';

JABTN01 = '<img src="';
JABTN02 = '/2008/eafc2008pre/globalface/img/languages/button_japanese.jpg" name="Lang03" width="88" height="35" border="0" id="Lang03"';
JABTN03 = '';

} else if( BaseDir == "/c/" ) {
/* 中国語版 IMG 設定 */
ENALT = 'English';
CNALT = 'Chinese';
JAALT = 'Japanese';
KRALT = 'Korean';

CNBTN01 = '<img src="';
CNBTN02 = '/2008/eafc2008pre/globalface/img/languages/button_chinese.jpg" name="Lang02" width="88" height="35" border="0" id="Lang02"';
CNBTN03 = '';

} else if( BaseDir == "/k/" ) {
/* 韓国語版 IMG 設定 */
ENALT = 'English';
CNALT = 'Chinese';
JAALT = 'Japanese';
KRALT = 'Korean';

KRBTN01 = '<img src="';
KRBTN02 = '/2008/eafc2008pre/globalface/img/languages/button_korean.jpg" name="Lang04" width="88" height="35" border="0" id="Lang04"';
KRBTN03 = '';

} else {
/* 英語版 IMG 設定 */
ENALT = 'English';
CNALT = 'Chinese';
JAALT = 'Japanese';
KRALT = 'Korean';

ENBTN01 = '<img src="';
ENBTN02 = '/2008/eafc2008pre/globalface/img/languages/button_english.jpg" name="Lang01" width="88" height="35" border="0" id="Lang01"';
ENBTN03 = '';
}

ENBTN04 = ' alt="'+ENALT+'">';
CNBTN04 = ' alt="'+CNALT+'">';
JABTN04 = ' alt="'+JAALT+'">';
KRBTN04 = ' alt="'+KRALT+'">';

ENBTN = ENBTN01+ENBTN02+ENBTN03+ENBTN04+ENBTN05;
CNBTN = CNBTN01+CNBTN02+CNBTN03+CNBTN04+CNBTN05;
JABTN = JABTN01+JABTN02+JABTN03+JABTN04+JABTN05;
KRBTN = KRBTN01+KRBTN02+KRBTN03+KRBTN04+KRBTN05;

document.write('<td id="LanguageSelecter"><table width="754" border="0" cellspacing="0" cellpadding="0">\
<tr>\
<td><img src="/2008/eafc2008pre/img/spacer.gif" width="5" height="15" id="Image1"></td>\
</tr>\
<tr>\
<td><table width="754" border="0" cellspacing="0" cellpadding="0">\
<tr>\
<td><img src="/2008/eafc2008pre/img/spacer.gif" width="304" height="5"></td>\
<td><img src="/2008/eafc2008pre/globalface/img/languages/title.jpg" alt="LANGUAGES" width="90" height="35"></td>\
<td><img src="/2008/eafc2008pre/globalface/img/languages/line_leng.gif" width="2" height="35"></td>\
<td>'+ENBTN+'</td>\
<td><img src="/2008/eafc2008pre/globalface/img/languages/line_leng.gif" width="2" height="35"></td>\
<td>'+CNBTN+'</td>\
<td><img src="/2008/eafc2008pre/globalface/img/languages/line_leng.gif" width="2" height="35"></td>\
<td>'+JABTN+'</td>\
<td><img src="/2008/eafc2008pre/globalface/img/languages/line_leng.gif" width="2" height="35"></td>\
<td>'+KRBTN+'</td>\
</tr>\
</table></td>\
</tr>\
<tr>\
<td id="LanguageUnderLine"><img src="/2008/eafc2008pre/globalface/img/languages/endline.gif" width="16" height="1"></td>\
</tr>\
</table></td>');