//クラストップお知らせ日本語
//function news_jp() {
//html = "<li><table class='news_cl'><tr><td class='day'>&nbsp;</td><td class='icon'><table class='icon'><tr><td></td><td></td><td></td><td></td></tr></table></td><td class='news_text'><p><span style='color:#900'>【お知らせ】新機材就航に関するお詫びについて <a href='/int/svc/jp/info/info_02/' target='_blank'>詳細はこちら</a></span><br>※新ブランド・サービスの詳細内容やムービーは現在、準備中です</p></td></tr></table></li>"
//document.write( html )
//}

//クラストップお知らせ英語
//function news_en() {
//html = "<li><table class='news_cl'><tr><td class='day'>&nbsp;</td><td class='icon'><table class='icon'>//<tr><td></td><td></td><td></td><td></td></tr></table></td><td class='news_text'><p><span styl//e='color:#900'>【お知らせ】新機材就航に関するお詫びについて <a href='/int/svc/en/info/info_02/' target='_blank'>詳細はこちら</a></span><br>※新ブランド・サービスの詳細内容やムービーは現在、準備中です</p></td></tr></table></li>"
//document.write( html )
//}




//トップお詫び日本語
function top_info_jp() {
html = "<span style='color:#FFFFFF; font-size:9px'>※写真は2010年4月19日より運航の新造機ボーイング777-300ER型機のシートです。機材・クラスによって仕様が異なります。</span>";
document.write( html );
}

//トップお詫び英語
function top_info_en() {
html = "<span style='color:#FFFFFF; font-size:9px'>*The seat shown is available on the new Boeing 777-300ER aircraft scheduled to commence from April 19, 2010. The design and specification may differ depending on the types of aircraft, class and routes.</span>";
document.write( html );
}



//クラストップバナーASW日本語
function classtop_info_jp() {
html = '&nbsp;';
document.write( html );
}

//クラストップバナーASW英語
function classtop_info_en() {
html = '&nbsp;'
document.write( html );
}



//クラストップバナーWWS日本語
function classtop_info_w_jp() {
html = '&nbsp;';
document.write( html );
}

//クラストップバナーWWS英語
function classtop_info_w_en() {
html = '&nbsp;'
document.write( html );
}



//トップ ブランドコンセプトASW日本語
function top_info2_jp() {
html = '<div id="ban_anb"></div>';
document.write( html );
}

//トップ ブランドコンセプトASW英語
function top_info2_en() {
html = '<div id="ban_anb"></div>';
document.write( html );
}



//トップ ブランドコンセプトWWS日本語
function top_info2_w_jp() {
html = '<div id="ban_anb"></div>';
document.write( html );
}

//トップ ブランドコンセプトWWS英語
function top_info2_w_en() {
html = '<div id="ban_anb"></div>';
document.write( html );
}



//シートページお知らせ日本語
function seat_info_jp() {
html = '';
document.write( html );
}

//シートページお知らせ英語
function seat_info_en() {
html = '';
document.write( html );
}



//シートページお知らせ日本語(767-300er)
function seat_info2_jp() {
html = '<p style="margin: 0 0 15px 416px; font-weight: bold;">新造機ボーイング767-300ER型機</p>';
document.write( html );
}

//シートページお知らせ英語(767-300er)
function seat_info2_en() {
html = '<p style="margin: 0 0 15px 416px; font-weight: bold;">The new Boeing 767-300ER aircraft</p>';
document.write( html );
}



//シートページお知らせ画像　日本語
function seat_infoimg_jp() {
html = '<img src="/int/svc/img/seat_textimg111020.gif" alt="新仕様機ボーイング777-300ER" width="215" height="15" border="0">';
document.write( html );
}

//シートページお知らせ画像　英語
function seat_infoimg_en() {
html = '<img src="/int/svc/img_en/seat_textimg111020.gif" alt="Newly Fitted Boeing 777-300ER" width="248" height="15" border="0">';
document.write( html );
}



//サブナビお詫び日本語
function subnav_info_jp() {
html = "";
document.write( html );
}

//サブナビお詫び英語
function subnav_info_en() {
html = "";
document.write( html );
}


//PY1トップ日本語
function py_top_jp() {
html = "<table id='route_table' border='0' cellpadding='0' width='80%'><tr><td width='50%' id='type110107py_cp'>成田＝ミュンヘン</td><td width='50%' id='type110107py_cp'>羽田＝ロサンゼルス</td></tr><tr><td id='type110107py_cp'>成田＝ワシントンD.C.</td></tr><tr><td id='type110107py_cp'>成田＝シカゴ</td></tr></table>";
document.write( html );
}

//PY1トップ英語
function py_top_en() {
html = "<table id='route_table' border='0' cellpadding='0' width='80%'><tr><td width='50%' id='type110107py_cp'>Narita = Munich</td><td width='50%' id='type110107py_cp'>Haneda = Los Angeles</td></tr><tr><td id='type110107py_cp'>Narita = Washington D.C.</td></tr><tr><td id='type110107py_cp'>Narita = Chicago</td></tr></table>";
document.write( html );
}

