// 画面最上部に表示されるフローティングメニューバーの内容ＪＳ。２００６年３月採用

var TTL_MENU=""//変更禁止★★★★★★

var menuFNTcolor = "";

var menuCS = "3";

var mn_h_position = 0;	//画面左端からの距離
var mn_v_position = 0;	//画面上端からの距離

var MENU_CNT=9

var MENU_IMG=new Array();
MENU_IMG[1] ='<img border="0" src="../banner/leftimg.gif">';
MENU_IMG[2] ='<img border="0" src="../banner/cctop.gif">';
MENU_IMG[3] ='<img border="0" src="../banner/whatsnew.gif">';
MENU_IMG[4] ='<img border="0" src="../banner/asia.gif">';
MENU_IMG[5] ='<img border="0" src="../banner/asiabusi.gif">';
MENU_IMG[6] ='<img border="0" src="../banner/cnlife.gif">';
MENU_IMG[7] ='<img border="0" src="../banner/nantong.gif">';
MENU_IMG[8] ='<img border="0" src="../banner/etc.gif">';
MENU_IMG[9] ='<img border="0" src="../banner/histback.gif">';

var MENU_IMG_WIDH=16;

var MENU_NAME=new Array();
MENU_NAME[1]='';
MENU_NAME[2] ='';
MENU_NAME[3] ='';
MENU_NAME[4] ='';
MENU_NAME[5] ='';
MENU_NAME[6] ='';
MENU_NAME[7] ='';
MENU_NAME[8] ='';
MENU_NAME[9] ='';

//初期設定：メニューバーのリンク先アドレス
var MENU_LINK=new Array();

MENU_LINK[1] ='';
MENU_LINK[2] ='<A href="../index.html" onMouseOver="Show_S_Menu(2)">';
MENU_LINK[3] ='<A href="../whatsnew.html" onMouseOver="Show_S_Menu(3)">';
MENU_LINK[4] ='<A href="../asia.html" onMouseOver="Show_S_Menu(4)">';
MENU_LINK[5] ='<A href="../asiabusi.html" onMouseOver="Show_S_Menu(5)">';
MENU_LINK[6] ='<A href="../chinalife.html" onMouseOver="Show_S_Menu(6)">';
MENU_LINK[7] ='<A href="../nantong.html" onMouseOver="Show_S_Menu(7)">';
MENU_LINK[8] ='<A href="#" onMouseOver="Show_S_Menu(8)">';
MENU_LINK[9] ='<A href="javascript: history.back()" onMouseOver="Show_S_Menu(9)">';

//初期設定（メニューバーの各アイテムの幅）
var MENU_WIDTH=new Array();
MENU_WIDTH[1] =121;//ピクセル値でアイテム毎に指定
MENU_WIDTH[2] =81;
MENU_WIDTH[3] =81;
MENU_WIDTH[4] =81;
MENU_WIDTH[5] =81;
MENU_WIDTH[6] =81;
MENU_WIDTH[7] =81;
MENU_WIDTH[8] =81;
MENU_WIDTH[9] =81;

//初期設定：メニューバーのテーブル幅を計算します★変更禁止★★★★★
var TTL_MENU_WIDTH=0;
for (i = 1; i <= MENU_CNT; i++) {
TTL_MENU_WIDTH=TTL_MENU_WIDTH+MENU_WIDTH[i];
}

//初期設定（サブメニューの背景色。区切ラインとして見えている線の部分）
var subBGcolor = "#FFCC00";

//初期設定（サブメニューにマウスが触れたときの背景色）
var subBD_hovercolor = "#fff0f5"

//初期設定（サブメニューの外延の囲み枠の色）
var subBDcolor = "";

//初期設定（サブメニューの垂直方向表示位置）
var com_v_position =23;//画面上端からの距離

//初期設定（サブメニューの幅）
var S_MENU_WIDTH=new Array();//画面左端からの距離
S_MENU_WIDTH[1] =0;	//ピクセル値でアイテム毎に指定
S_MENU_WIDTH[2] =0;
S_MENU_WIDTH[3] =155;
S_MENU_WIDTH[4] =191;
S_MENU_WIDTH[5] =204;
S_MENU_WIDTH[6] =96;
S_MENU_WIDTH[7] =108;
S_MENU_WIDTH[8] =178;
S_MENU_WIDTH[9] =0;

//初期設定（サブメニューの水平方向表示位置）★変更禁止★★★★★
var com_h_position=new Array();	//画面左端からの距離
com_h_position[0]=0;
com_h_position[1]=0;
com_h_position[2]=MENU_WIDTH[1];
com_h_position[3]=com_h_position[2]+MENU_WIDTH[2];
com_h_position[4]=com_h_position[3]+MENU_WIDTH[3];
com_h_position[5]=com_h_position[4]+MENU_WIDTH[4];
com_h_position[6]=com_h_position[5]+MENU_WIDTH[5];
com_h_position[7]=com_h_position[6]+MENU_WIDTH[6];
com_h_position[8]=com_h_position[7]+MENU_WIDTH[7];
com_h_position[9]=com_h_position[8]+MENU_WIDTH[8];
com_h_position[10]=com_h_position[9]+MENU_WIDTH[9];
com_h_position[11]=com_h_position[10]+MENU_WIDTH[10];
com_h_position[12]=com_h_position[11]+MENU_WIDTH[11];

//初期設定（コメントの幅）サブメニューのメッセージ（コメント）の幅を指定
var com_width =120;

//初期設定（サブメニューの表示位置水平方向）★変更禁止★★★★★
for (i = 1; i <= MENU_CNT; i++) {
if(com_h_position[i]+S_MENU_WIDTH[i]+com_width>=TTL_MENU_WIDTH)
{com_h_position[i]=TTL_MENU_WIDTH-S_MENU_WIDTH[i]-com_width}
}

//初期設定：サブメニューのリンク先アドレス
var S_MENU=new Array();

S_MENU[0] ='';

S_MENU[1] ='';

S_MENU[2] ='';

S_MENU[3] ='<table border="0" width="100%" cellspacing="1">';
S_MENU[3]+='<TR><TD Class="StyleSub">';
S_MENU[3]+='<A href="../whatsnew.html" onMouseOver="Msg(3,31);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[3]+='新作更新詳報';
S_MENU[3]+='</A></TD></TR>';
S_MENU[3]+='<TR><TD Class="StyleSub">';
S_MENU[3]+='<A href="../pr/prindex.html" onMouseOver="Msg(3,32);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[3]+='広告・公告のご案内';
S_MENU[3]+='</A></TD></TR>';
S_MENU[3]+='<TR><TD Class="StyleSub">';
S_MENU[3]+='<A href="../donate/03donate.html" onMouseOver="Msg(3,33);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[3]+='ご喜捨をお願いしています';
S_MENU[3]+='</A></TD></TR>';
S_MENU[3]+='</table>';

S_MENU[4] ='<table border="0" width="100%" cellspacing="1">';
S_MENU[4]+='<TR><TD Class="StyleSub">';
S_MENU[4]+='<A href="javascript:void(0)" onMouseOver="Msg(4,41);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[4]+='<font style="border:1px solid #FFCC00;background-color:#FFFFC0;padding:2px;color:#FF0000;">現在連載中のシリーズ</font>';
S_MENU[4]+='</A></TD></TR>';
S_MENU[4]+='<TR><TD Class="StyleSub">';
S_MENU[4]+='<A href="../repo5/53kazuichi.html" onMouseOver="Msg(4,42);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[4]+='月：異聞シベリア抑留記';
S_MENU[4]+='</A></TD></TR>';
S_MENU[4]+='<TR><TD Class="StyleSub">';
S_MENU[4]+='<A href="../hongdi/index.html" onMouseOver="Msg(4,43);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[4]+='月：紅いチャイナドレス';
S_MENU[4]+='</A></TD></TR>';
S_MENU[4]+='<TR><TD Class="StyleSub">';
S_MENU[4]+='<A href="../repo1/012000shdk.html" onMouseOver="Msg(4,44);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[4]+='水：表上海！裏上海？';
S_MENU[4]+='</A></TD></TR>';
S_MENU[4]+='<TR><TD Class="StyleSub">';
S_MENU[4]+='<A href="../repo2/repo202.html" onMouseOver="Msg(4,45);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[4]+='水：寄稿・転載記事';
S_MENU[4]+='</A></TD></TR>';
S_MENU[4]+='<TR><TD Class="StyleSub">';
S_MENU[4]+='<A href="../repo5/051takesita.html" onMouseOver="Msg(4,46);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[4]+='金：帝国電網省';
S_MENU[4]+='</A></TD></TR>';
S_MENU[4]+='<TR><TD Class="StyleSub">';
S_MENU[4]+='<A href="../repo1/011000pengzi.html" onMouseOver="Msg(4,47);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[4]+='金：ぽんずの蘇州生活';
S_MENU[4]+='</A></TD></TR>';
S_MENU[4]+='<TR><TD Class="StyleSub">';
S_MENU[4]+='<A href="../repo/001000.html" onMouseOver="Msg(4,48);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[4]+='不定期：瞎子摸象<群盲象を評す>';
S_MENU[4]+='</A></TD></TR>';
S_MENU[4]+='<TR><TD Class="StyleSub">';
S_MENU[4]+='<A href="../repo4/045hideoji.html" onMouseOver="Msg(4,49);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[4]+='不定期：我が半生と祖父の足跡と';
S_MENU[4]+='</A></TD></TR>';
S_MENU[4]+='<TR><TD Class="StyleSub">';
S_MENU[4]+='<A href="../repo4/046tokyolaosh.html" onMouseOver="Msg(4,410);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[4]+='不定期：夜な夜な上海ぃぃぃ♪';
S_MENU[4]+='</A></TD></TR>';
S_MENU[4]+='<TR><TD Class="StyleSub">';
S_MENU[4]+='<A href="../asia.html" onMouseOver="Msg(4,411);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[4]+='<font style="border:1px solid #FFCC00;background-color:#FFFFC0;padding:2px;color:#FF0000;">連載以外にもいろいろ盛沢山！</font>';
S_MENU[4]+='</A></TD></TR>';
S_MENU[4]+='</table>';

S_MENU[5] ='<table border="0" width="100%" cellspacing="1">';
S_MENU[5]+='<TR><TD Class="StyleSub">';
S_MENU[5]+='<A href="../asiabusi.html" onMouseOver="Msg(5,51);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[5]+='GET! ASIA BUSINESS';
S_MENU[5]+='</A></TD></TR>';
S_MENU[5]+='<TR><TD Class="StyleSub">';
S_MENU[5]+='<A href="../10introduce/index.html" onMouseOver="Msg(5,52);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[5]+='中国ビジネス情報紹介';
S_MENU[5]+='</A></TD></TR>';
S_MENU[5]+='<TR><TD Class="StyleSub">';
S_MENU[5]+='<A href="../11estate/00netest.html" onMouseOver="Msg(5,53);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[5]+='中国で民間の部屋に住む';
S_MENU[5]+='</A></TD></TR>';
S_MENU[5]+='<TR><TD Class="StyleSub">';
S_MENU[5]+='<A href="../12attention/index.html" onMouseOver="Msg(5,54);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[5]+='中国ビジネス・急がば回れ';
S_MENU[5]+='</A></TD></TR>';
S_MENU[5]+='<TR><TD Class="StyleSub">';
S_MENU[5]+='<A href="../13scenerepo/001hajime.html" onMouseOver="Msg(5,55);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[5]+='深セン経済特区からのレポート';
S_MENU[5]+='</A></TD></TR>';
S_MENU[5]+='<TR><TD Class="StyleSub">';
S_MENU[5]+='<A href="../13scenerepo/002real.html" onMouseOver="Msg(5,56);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[5]+='中国起業実況レポート';
S_MENU[5]+='</A></TD></TR>';
S_MENU[5]+='<TR><TD Class="StyleSub">';
S_MENU[5]+='<A href="../repo2/010shxw.html" onMouseOver="Msg(5,57);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[5]+='中日コミュニケーションの本当と嘘';
S_MENU[5]+='</A></TD></TR>';
S_MENU[5]+='<TR><TD Class="StyleSub">';
S_MENU[5]+='<A href="../14enterprises/101001.html" onMouseOver="Msg(5,58);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[5]+='中国誠信企業紹介';
S_MENU[5]+='</A></TD></TR>';
S_MENU[5]+='</table>';

S_MENU[6] ='<table border="0" width="100%" cellspacing="1">';
S_MENU[6]+='<TR><TD Class="StyleSub">';
S_MENU[6]+='<A href="../chinalife.html" onMouseOver="Msg(6,61);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[6]+='中国生活便利帳';
S_MENU[6]+='</A></TD></TR>';
S_MENU[6]+='</table>';

S_MENU[7] ='<table border="0" width="100%" cellspacing="1">';
S_MENU[7]+='<TR><TD Class="StyleSub">';
S_MENU[7]+='<A href="../04enterprises/00enterprises.html" onMouseOver="Msg(7,71);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[7]+='南通の日系企業';
S_MENU[7]+='</A></TD></TR>';
S_MENU[7]+='<TR><TD Class="StyleSub">';
S_MENU[7]+='<A href="../01lacarte/200taberu.html" onMouseOver="Msg(7,72);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[7]+='南通食べ歩記';
S_MENU[7]+='</A></TD></TR>';
S_MENU[7]+='<TR><TD Class="StyleSub">';
S_MENU[7]+='<A href="../01lacarte/100asobu.html" onMouseOver="Msg(7,73);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[7]+='南通であそぶ';
S_MENU[7]+='</A></TD></TR>';
S_MENU[7]+='<TR><TD Class="StyleSub">';
S_MENU[7]+='<A href="../01lacarte/10100.html" onMouseOver="Msg(7,74);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[7]+='南通凸凹倶楽部';
S_MENU[7]+='</A></TD></TR>';
S_MENU[7]+='<TR><TD Class="StyleSub">';
S_MENU[7]+='<A href="../01lacarte/300kaimono.html" onMouseOver="Msg(7,75);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[7]+='買物何でも百科';
S_MENU[7]+='</A></TD></TR>';
S_MENU[7]+='<TR><TD Class="StyleSub">';
S_MENU[7]+='<A href="../01lacarte/400hotel.html" onMouseOver="Msg(7,76);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[7]+='南通のホテル';
S_MENU[7]+='</A></TD></TR>';
S_MENU[7]+='<TR><TD Class="StyleSub">';
S_MENU[7]+='<A href="../public/njk_mk.html" onMouseOver="Msg(7,77);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[7]+='南通市日本人会';
S_MENU[7]+='</A></TD></TR>';
S_MENU[7]+='<TR><TD Class="StyleSub">';
S_MENU[7]+='<A href="../02aruite/200midokoro.html" onMouseOver="Msg(7,78);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[7]+='街中の観どころ';
S_MENU[7]+='</A></TD></TR>';
S_MENU[7]+='<TR><TD Class="StyleSub">';
S_MENU[7]+='<A href="../02aruite/100fubutusi.html" onMouseOver="Msg(7,79);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[7]+='街角風物詩';
S_MENU[7]+='</A></TD></TR>';
S_MENU[7]+='<TR><TD Class="StyleSub">';
S_MENU[7]+='<A href="../02aruite/300kougai.html" onMouseOver="Msg(7,710);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[7]+='郊外漫漫遊遊';
S_MENU[7]+='</A></TD></TR>';
S_MENU[7]+='<TR><TD Class="StyleSub">';
S_MENU[7]+='<A href="../bbs/nt_bbs.html" onMouseOver="Msg(7,711);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[7]+='南通情報交換BBS';
S_MENU[7]+='</A></TD></TR>';
S_MENU[7]+='<TR><TD Class="StyleSub">';
S_MENU[7]+='<A href="../linkhp/00linknt.html" onMouseOver="Msg(7,712);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[7]+='南通関連リンク集';
S_MENU[7]+='</A></TD></TR>';
S_MENU[7]+='</table>';

S_MENU[8] ='<table border="0" width="100%" cellspacing="1">';
S_MENU[8]+='<TR><TD Class="StyleSub">';
S_MENU[8]+='<A href="../jianzhi/10jianzhi/00jz.html" onMouseOver="Msg(8,81);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[8]+='中国民俗芸術&quot;剪紙&quot;';
S_MENU[8]+='</A></TD></TR>';
S_MENU[8]+='</table>';
S_MENU[8]+='<table border="0" width="100%" cellspacing="1">';
S_MENU[8]+='<TR><TD Class="StyleSub">';
S_MENU[8]+='<A href="../argue/index.html" onMouseOver="Msg(8,82);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[8]+='わたしの主張！';
S_MENU[8]+='</A></TD></TR>';
S_MENU[8]+='</table>';
S_MENU[8]+='<table border="0" width="100%" cellspacing="1">';
S_MENU[8]+='<TR><TD Class="StyleSub">';
S_MENU[8]+='<A href="../repo/001051.html" onMouseOver="Msg(8,83);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[8]+='留学生百万人を！全世界から！';
S_MENU[8]+='</A></TD></TR>';
S_MENU[8]+='</table>';
S_MENU[8]+='<table border="0" width="100%" cellspacing="1">';
S_MENU[8]+='<TR><TD Class="StyleSub">';
S_MENU[8]+='<A href="../language/language.html" onMouseOver="Msg(8,84);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[8]+='♪見るアルね〜中国語講座♪';
S_MENU[8]+='</A></TD></TR>';
S_MENU[8]+='</table>';
S_MENU[8]+='<table border="0" width="100%" cellspacing="1">';
S_MENU[8]+='<TR><TD Class="StyleSub">';
S_MENU[8]+='<A href="../howto/howtoindex01.html" onMouseOver="Msg(8,85);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[8]+='教えて！中国のハテナ？';
S_MENU[8]+='</A></TD></TR>';
S_MENU[8]+='</table>';
S_MENU[8]+='<table border="0" width="100%" cellspacing="1">';
S_MENU[8]+='<TR><TD Class="StyleSub">';
S_MENU[8]+='<A href="../cn_night/karaokesenryu.html" onMouseOver="Msg(8,86);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[8]+='中国カラオケ川柳＆嘆歌';
S_MENU[8]+='</A></TD></TR>';
S_MENU[8]+='</table>';
S_MENU[8]+='<table border="0" width="100%" cellspacing="1">';
S_MENU[8]+='<TR><TD Class="StyleSub">';
S_MENU[8]+='<A href="../enqu_te/enqu_te.html" onMouseOver="Msg(8,87);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[8]+='アンケートとクイズ';
S_MENU[8]+='</A></TD></TR>';
S_MENU[8]+='</table>';
S_MENU[8]+='<table border="0" width="100%" cellspacing="1">';
S_MENU[8]+='<TR><TD Class="StyleSub">';
S_MENU[8]+='<A href="../letter/index.html" onMouseOver="Msg(8,88);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[8]+='♪〜読者の広場〜♪';
S_MENU[8]+='</A></TD></TR>';
S_MENU[8]+='</table>';
S_MENU[8]+='<table border="0" width="100%" cellspacing="1">';
S_MENU[8]+='<TR><TD Class="StyleSub">';
S_MENU[8]+='<A href="../off/offline.html" onMouseOver="Msg(8,89);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[8]+='オフライン活動記録';
S_MENU[8]+='</A></TD></TR>';
S_MENU[8]+='</table>';
S_MENU[8]+='<table border="0" width="100%" cellspacing="1">';
S_MENU[8]+='<TR><TD Class="StyleSub">';
S_MENU[8]+='<A href="../linkhp/02cnvarious.html" onMouseOver="Msg(8,810);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[8]+='お役立ちウェブ情報';
S_MENU[8]+='</A></TD></TR>';
S_MENU[8]+='</table>';
S_MENU[8]+='<table border="0" width="100%" cellspacing="1">';
S_MENU[8]+='<TR><TD Class="StyleSub">';
S_MENU[8]+='<A href="../communicate.html" onMouseOver="Msg(8,811);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[8]+='ホームページ郵便局';
S_MENU[8]+='</A></TD></TR>';
S_MENU[8]+='</table>';
S_MENU[8]+='<table border="0" width="100%" cellspacing="1">';
S_MENU[8]+='<TR><TD Class="StyleSub">';
S_MENU[8]+='<A href="../sitemap.html" onMouseOver="Msg(8,812);this.style.backgroundColor=\'' + subBD_hovercolor + '\'" onMouseOut="Msg(0,0);this.style.backgroundColor=\'\'">';
S_MENU[8]+='<font style="border:1px solid #FFCC00;background-color:#FFFFC0;padding:2px;color:#FF0000;">サイトマップのページへ♪</font>';
S_MENU[8]+='</A></TD></TR>';
S_MENU[8]+='</table>';

S_MENU[9] ='';

//初期設定（メッセージの背景色）
//floatingmenubar2.css の StyleDIVCom の background-color:#------; を指定

//初期設定（メッセージの表示位置）
//var msg_h_position = 0;	//画面左端からの距離

//初期設定（メッセージの表示位置水平方向）★変更禁止★★★★★
var msg_h_position=new Array();	//画面左端からの距離
msg_h_position[0]=0;
for (i = 1; i <= MENU_CNT; i++) {
msg_h_position[i]=com_h_position[i]+S_MENU_WIDTH[i]
}

var msg_v_position = com_v_position+2;	//画面上端からの距離
//var com_width = 640;		//コメントの幅
//if(com_width>MENU_WIDTH[1]){com_width =MENU_WIDTH[1]};
var com_height = 50;		//コメントの高さ

//コメント画像の指定　画像が不要の場合は、='';
commentIMG=new Array();
commentIMG[0] ='';
commentIMG[21]='';
commentIMG[31]='';
commentIMG[32]='';
commentIMG[33]='';
commentIMG[41]='';
commentIMG[42]='';
commentIMG[43]='';
commentIMG[44]='';
commentIMG[45]='';
commentIMG[46]='';
commentIMG[47]='';
commentIMG[48]='';
commentIMG[49]='';
commentIMG[410]='';
commentIMG[411]='';
commentIMG[51]='';
commentIMG[52]='';
commentIMG[53]='';
commentIMG[54]='';
commentIMG[55]='';
commentIMG[56]='';
commentIMG[57]='';
commentIMG[58]='';
commentIMG[61]='';
commentIMG[71]='';
commentIMG[72]='';
commentIMG[73]='';
commentIMG[74]='';
commentIMG[75]='';
commentIMG[76]='';
commentIMG[77]='';
commentIMG[78]='';
commentIMG[79]='';
commentIMG[710]='';
commentIMG[711]='';
commentIMG[712]='';
commentIMG[81]='';
commentIMG[82]='';
commentIMG[83]='';
commentIMG[84]='';
commentIMG[85]='';
commentIMG[86]='';
commentIMG[87]='';
commentIMG[88]='';
commentIMG[89]='';
commentIMG[810]='';
commentIMG[811]='';
commentIMG[812]='';
commentIMG[91]='';

//コメント文字の指定
//サブメニューのアイテム数分だけ増やします。
comment=new Array();
comment[0]="";	// 非表示用（変更しないように）
comment[21] ="";

comment[31] = '新作記事・更新情報・編集局からのお報せや連絡などはこちらのページです。<BR>';
comment[32] = 'メルマガ「アジアの街角から」や「CHINACHIPS」サイトへの有料広告・無料公告の掲載要項をご案内しています。<BR>';
comment[33] = '面白愉快有益な記事水準を維持する為にご喜捨をお願いしています。ご助力の程をよろしくお願い申し上げます。<BR>';

comment[41] = 'この下は、現在各曜日のメルマガに連載中の記事です。<BR>';
comment[42] = '悲惨な暮らしの中にもあった明るさ、楽しさ、笑い、喜びなどを拾い上げて綴る<BR>';
comment[43] = 'わたしたちは女の子なんだから..その場の気分次第でどういうふうに流れてもいいのにな..野暮天さんだと、せっかく燃え上がった花心も冷めちゃう..。<BR>';
comment[44] = '上海在住十数年、の、半日半華人さんが綴る、泣き笑い上海生活エッセイ。<BR>';
comment[45] = '<BR>';
comment[46] = 'サヨク系からはトンデモ系などと謗られるほうでも有名<BR>';
comment[47] = 'ダンナに従って蘇州で暮らすぽんずさんの市井から見た中国<BR>';
comment[48] = '江蘇省南通市に棲みついて十数年、、の OJIN が、、今と昔を語る。<BR>';
comment[49] = '仕事が忙しいらしくて、筆が滞りがちなんですけれど・・・(-ε- )<BR>';
comment[410] = '上海の「夜の」巷を徘徊すること幾星霜・・・遂に極める！「夜の上海ススイのスイ〜〜ぃぃぃ」道(？)<BR>';
comment[411] = '連載は終っちゃってますけど、この他にも面白愉快有益記事がイッパイです！覗いてみてくださいね〜〜♪<BR>';

comment[51] = 'アジアビジネスとか中国ビジネスとか..簡単じゃないですよね。でも頑張れば、、他人[ひと]の行く、裏に道あり華の道〜〜！！<BR>';
comment[52] = '大きな案件は狙わず、日本の普通の会社や個人でも中国で可能なような、「商い」の情報を提供していきたいと思います。<BR>';
comment[53] = '中国のホテルじゃない、普通の民間アパートに住もうと思ったら、どんな点に注意しなければならないのか..を徹底検証！<BR>';
comment[54] = 'まあ、日本でも同じようなものなのかもしれませんが、、近いとはいっても中国は、紛れもない外国なんです・・・<BR>';
comment[55] = '現実に現在中国で働いている、普通の一般の日本人が発信する「激務地帯」からのレポート。<BR>';
comment[56] = '「上海ネットショップ」を起ち上げるまでの実況レポートです。いろいろ参考になる事柄も多いと思います。<BR>';
comment[57] = '中国人に騙された！、、という話を鵜呑みにする前に、、こういう事実も頭に入れておいて損はないかも。<BR>';
comment[58] = 'いい加減な中国企業は数多い、、けれどもいい加減じゃなく頑張っている中国企業も、もちろん多いんです、、、。<BR>';

comment[61] ="";

comment[71] = '南通行政区内に進出している日系企業を順次お訪ねして、現場の苦労や喜びを取材させて頂いています。<BR>';
comment[72] = '南通の“美味しかった！”や“不味かった！”いろいろな料理店を紹介しています。<BR>';
comment[73] = '南通でのアフターファイブを覗き見！安全な遊び場から危ない遊び場まで・・・ちょっと不徹底かな(？)、な、ルポ！<BR>';
comment[74] = '美人揃いと評判の日本人向け夜総会：南通デコボコクラブでパラダイスに遊びましょう♪<BR>';
comment[75] = '南通とは限らず、中国での買い物と、その元手の“お金＝中国人民元”のエピソードを拾ってみました。<BR>';
comment[76] = '日本人＝外国人）でも安心して泊まれる南通市のホテルをご紹介します。<BR>';
comment[77] = 'ボランティアで貢献して頂いている「名古屋銀行南通事務所」様、いつもご尽力、ありがとうございます！太辛苦了！<BR>';
comment[78] = '見落としがちですが、街の中にもこんなにたくさんの見どころがありますよ〜〜♪<BR>';
comment[79] = 'したたかに逞しく生きる、中国市井庶民の日々を活写してみました。<BR>';
comment[710] = '郊外に一歩出てみると、そこは茫漠と果てしもなく広がっている水郷農村。<BR>';
comment[711] = '南通での、遊ぶ(含フーゾク)・食べる・買物・仕事などの情報を持ち寄って、異境での生活を少しでも楽しく快適に！<BR>';
comment[712] = '南通に関係する記事などを拾い集めましたリンク集です。<BR>';

comment[81] = '中国の民間に伝承されてきた民俗芸術です――<BR>';
comment[82] = '右とか左とかは関係なく存念を公開してみませんか――反論も来ますよ♪<BR>';
comment[83] = '全額日本の国費で――全世界から百万人の留学生を受け容れて――日本再生ぉぉぉぉ♪<BR>';
comment[84] = 'もちろん勉強にもなるんですけれど――とにかく面白い！と評判の中国語講座<BR>';
comment[85] = '中国に関係する疑問やちょっとしたハテナ？でもみんなで解決していこう♪<BR>';
comment[86] = '中国カラオケスナック小姐との悲喜交々を、ドツボ連が高らかに謳いあげる珠玉の数々♪<BR>';
comment[87] = '真面目なものから冗談から――アンケートとクイズのページ<BR>';
comment[88] = '該当する項目がない読者からのお便りや小文などをここにまとめてあります<BR>';
comment[89] = 'オフ会の記録や南通訪問旅行の計画など<BR>';
comment[810] = 'いまやウェブ上には様々な情報が溢れています☆有益有用なサイトを集めてみました<BR>';
comment[811] = '皆様と編集局との「愛情・友情・苦情」をなんでも結ぶ架け橋〜♪<BR>';	
comment[812] = 'サイトの中で迷子になったら、ここは交番！ここを覗いてみて！<BR>';	
comment[91] ="";


function load_menu(){
//メニューの設定
	//テーブル定義
	TTL_MENU='<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="' + menuCS + '" WIDTH="' +TTL_MENU_WIDTH + '"><TR>';
	//メニュー文字の設定

	for (i = 1; i <= MENU_CNT; i++) {
	TTL_MENU=TTL_MENU + '<TD class="StyleMenu"' + 'WIDTH="' + MENU_WIDTH[i] + '">' + MENU_LINK[i] + MENU_IMG[i] + '<font color='+ menuFNTcolor + '>' + MENU_NAME[i] + '</A></TD>';
	}

	//テーブル定義終了
	TTL_MENU=TTL_MENU+'</TR></TABLE>';
	//レイヤー（メニューバー用）の設定
	document.write("<DIV id='menu'>");
	document.write(TTL_MENU);
	document.write("</DIV>");
if(document.all||document.getElementById){
//レイヤー（サブメニュー用）の設定
document.write("<DIV id=Sub_layer STYLE='position:absolute;' OnMouseOver='S_Visible()'; OnMouseOut='CHK_View()';>");
document.write("</DIV>");
//レイヤー（コメント用）の設定
document.write("<DIV id=Msg_layer STYLE='position:absolute;'>");
document.write("</DIV>");
}
}

var Layer_Name="Sub_layer"	// サブメニューを表示するレイヤー名を指定
var View_Sw ="ON"

function CHK_View(){
View_Sw ="OFF";
timeID = setTimeout("S_Hidden()",200);
}

function S_Visible(){
View_Sw ="ON"
if(document.all){
	document.all(Layer_Name).style.visibility = 'visible';
}else if(document.getElementById){
	document.getElementById(Layer_Name).style.visibility="visible";
}}

function S_Hidden(){
if(View_Sw=='OFF'){
if(document.all){
	document.all(Layer_Name).style.visibility = 'hidden';
}else if(document.getElementById){
	document.getElementById(Layer_Name).style.visibility = 'hidden';
}}}

//メニューの表示 
function movemenu(){
if(document.all){
	MN_Left=document.body.scrollLeft;MN_Top=document.body.scrollTop;
	document.all("menu").style.left=MN_Left + mn_h_position;
	document.all("menu").style.top=MN_Top + mn_v_position;
	document.all("menu").style.visibility="visible";
}else if(document.layers){
	MN_Left=window.pageXOffset;MN_Top=window.pageYOffset;
	document.layers["menu"].left=MN_Left + mn_h_position;
	document.layers["menu"].top=MN_Top + mn_v_position;
	document.layers["menu"].visibility="show";
}else if(document.getElementById){
	MN_Left=window.pageXOffset;MN_Top=window.pageYOffset;
	document.getElementById("menu").style.left=MN_Left + mn_h_position;
	document.getElementById("menu").style.top=MN_Top + mn_v_position;
	document.getElementById("menu").style.visibility="visible";
}
TimerID = setTimeout("movemenu()",100);
}

//メニューのマウスイベントでサブメニューを表示させる
var MENU_CHK
var NewLay_Name
var Type = "hidden"
var NewLayer

function Show_S_Menu(index){
//var Layer_Name="Sub_layer"	// サブメニューを表示するレイヤー名を指定

// サブメニュー レイヤーの表示位置
var ComTop=null
var ComLeft=null
	if(document.all){
		ComTop=document.body.scrollTop+com_v_position;
		ComLeft=document.body.scrollLeft+com_h_position[index];
document.all(Layer_Name).style.backgroundColor="#000080";
  	}else if(document.getElementById){
		ComTop=window.pageYOffset+com_v_position;
		ComLeft=window.pageXOffset+com_h_position[index];
  	}else if(document.layers){
		ComTop=window.pageYOffset+com_v_position;
		ComLeft=window.pageXOffset+com_h_position[index];
  	}

// NN 用
	if(document.layers){
	if(NewLayer){NewLayer.visibility = "hide";}
	SMComment = '<DIV Class="StyleDIV">';
	SMComment = SMComment + '<table border="1" cellspacing="0" bordercolorlight="' + subBDcolor + '" bordercolordark="#FFFFFF" bordercolordark="#FFFFFF" bgcolor="' + subBGcolor + '" width="' + S_MENU_WIDTH[index] + '"><tr><td valign="top">';
	SMComment = SMComment + S_MENU[index];
	SMComment = SMComment + '</td></tr></table></DIV>';
	NewLayer = new Layer (S_MENU_WIDTH[index]);
	NewLayer.top=ComTop;
	NewLayer.left=ComLeft;	/*コメントを表示する左からの位置*/
	NewLayer.visibility = "show";
	NewLayer.document.open();
	NewLayer.document.open();
	NewLayer.document.write(SMComment);
	NewLayer.document.close();
	}
	
// IE N6 用
	if(document.all){
		if (MENU_CHK != index){Type = 'hidden';}
		if(Type == 'hidden'){Type = 'visible';}else{Type = 'hidden';}
		SMComment = '<DIV Class="StyleDIV">';
		SMComment = SMComment + '<table border="1" cellspacing="0" bordercolorlight="' + subBDcolor + '" bordercolordark="#FFFFFF" bordercolordark="#FFFFFF" bgcolor="' + subBGcolor + '" width="' + S_MENU_WIDTH[index] + '"><tr><td>';
		SMComment = SMComment + S_MENU[index];
		SMComment = SMComment + '</td></tr></table></DIV>';
		document.all(Layer_Name).style.visibility = Type;
		document.all(Layer_Name).style.top = ComTop;
		document.all(Layer_Name).style.left = ComLeft;
		document.all(Layer_Name).style.width = S_MENU_WIDTH[index];
		document.all(Layer_Name).style.backgroundColor = subBGcolor;

		document.all(Layer_Name).innerHTML=SMComment;
	}else if(document.getElementById) {
		if (MENU_CHK != index){Type = 'hidden';}
		if(Type == 'hidden'){Type = 'visible';}else{Type = 'hidden';}
		SMComment = '<DIV Class="StyleDIV">' + S_MENU[index] + '</DIV>';
		SMComment = SMComment + '<table border="1" cellspacing="0" bordercolorlight="' + subBDcolor + '" bordercolordark="#FFFFFF" bordercolordark="#FFFFFF" bgcolor="' + subBGcolor + '" width="' + S_MENU_WIDTH[index] + '"><tr><td>';
		SMComment = SMComment + S_MENU[index];
		SMComment = SMComment + '</td></tr></table></DIV>';
		document.getElementById(Layer_Name).style.visibility = Type;
		document.getElementById(Layer_Name).style.top = ComTop;
		document.getElementById(Layer_Name).style.left = ComLeft;
		document.getElementById(Layer_Name).style.width = S_MENU_WIDTH[index];
		document.getElementById(Layer_Name).innerHTML=SMComment;
	}
}

function Msg(num,index){
	var ComTop=null
	//var num=1;
	//count=cdata.substring(17);
  	if(document.all){
		ComTop=document.body.scrollTop+msg_v_position;
		ComLeft=document.body.scrollLeft+msg_h_position[num];
  	}else if(document.getElementById){
		ComTop=window.pageYOffset+msg_v_position;
		ComLeft=window.pageXOffset+msg_h_position[num];
  	}else if(document.layers){
		ComTop=window.pageYOffset+msg_v_position;
		ComLeft=window.pageXOffset+msg_h_position[num];
  	}
	var Layer_Name="Msg_layer"	// サブメニューのコメント用のレイヤー名を指定
	if(document.all){
		SMComment = '<DIV Class="StyleDIVCom">' + commentIMG[index] + comment[index] + '</DIV>';
		document.all(Layer_Name).style.visibility = "visible";
		document.all(Layer_Name).style.top = ComTop;
		document.all(Layer_Name).style.left = ComLeft;
		document.all(Layer_Name).style.width = com_width;
		document.all(Layer_Name).style.height = com_height;
		document.all(Layer_Name).innerHTML=SMComment;
		
	}else if(document.layers){
		//N4専用：コメント用新規レーヤーの表示・非表示の切り替え
		if(index==0){
		//index=0 の時は、コメント用レイヤーを非表示
		this.layer.visibility = "hide";
		//さらに、サブメニュー用レイヤーを、２秒後も index=0 であれば非表示
		NNIndex=0;
		timeID = setTimeout("NN_S_Menu_Hide()",2000);
		}else{
		//index=0 の時は、コメント用レイヤーを表示
		//さらにサブメニュー用レイヤーの表示を継続する為に、NNIndex を "1"にする
		NNIndex=1;
		SMComment = '<DIV Class="StyleDIVCom">' + commentIMG[index] + comment[index] + '</DIV>';
		this.layer = new Layer (com_width);
		this.layer.top=ComTop;
		this.layer.left=ComLeft;	/*コメントを表示する左からの位置*/
		this.layer.width=com_width;
		this.layer.height=com_height;
		this.layer.visibility = "show";
		this.layer.document.open();
		this.layer.document.write(SMComment);
		this.layer.document.close();
		if(document.captureEvents){
		this.layer.visibility = "show";
		}else{
		this.layer.visibility = "hide";}
		}
		
	}else if(document.getElementById) {
		SMComment = '<DIV Class="StyleDIVCom">' + commentIMG[index] + comment[index] + '</DIV>';
		document.getElementById(Layer_Name).style.visibility = "visible";
		document.getElementById(Layer_Name).style.top = ComTop;
		document.getElementById(Layer_Name).style.left = ComLeft;
		document.getElementById(Layer_Name).style.width = com_width;
		document.getElementById(Layer_Name).style.height = com_height;
		document.getElementById(Layer_Name).innerHTML=SMComment;
	}
}

function NN_S_Menu_Hide(){
//N4専用：NNIndex=0 （Msg(index)が "0"）の時だけ サブメニュー用NewLayer を隠す
if(NNIndex==0){NewLayer.visibility = "hide";}
}