
//
// sitemap_ja.js - array containing all Japanese pages on the Yoshida site
// 
// note: this file must be encoded as a UTF-8 file
// 主意：このファイルはUTF-8のファイルで?
//
// if the message above doesn't appear correctly, you've opened it
// as a file with some other type of encoding
//

/* data used to automatically make the main menu in each page */

var gMenuData = {
	id: "test",
	class_id: "topmenulist",
	items: [
		{ text: "ѧУ", link: "index/index.aspx" , description: ""},
		{ text: "γ̽", link: "index/jieshao.aspx", description: "" ,
			submenu: {
						id: "submenu_index",
						items: [
									{ text: "һγ", link: "index/class.aspx" , description: "" },
									{ text: "ڿ", link: "index/annei.aspx", description: "" },
										
									{ text: "ѧָ", link: "index/ruxue.aspx" , description: "" },
									
									{ text: "ѧǩ֤", link: "index/jiuxue.aspx" , description: "" },
														  
									{ text: "", link: "index/feiyong.aspx" , description: "" },
									{ text: "ƻ", link: "index/xingshi.aspx" , description: "" }
								]
					 }
		},
        { text: "ձ", link: "live.aspx", description: "" ,
			submenu: {
						id: "submenu_live",
						items: [
								{ text: "ס޺ס", link: "index/hotels.aspx" , description: "" },
								{ text: "﹫Ԣ(ʽ)", link: "index/zhusu.aspx" , description: "" },
								{ text: "ѧ(ʽ)", link: "index/guest.aspx" , description: "" },
								{ text: "", link: "index/dongjing.aspx" , description: "" }
							   ]
					  }
		},
       { text: "չʾ", link: "zhanlan.aspx", description: "" ,
			submenu: {
						id: "submenu_zhanlan",
						items: [
								 { text: "д漯", link: "index/xiezhen.aspx" , description: "" },
								 { text: "Ҹò", link: "index/room.aspx" , description: "" },
								 { text: "ѧָ", link: "index/zhidao.aspx" , description: "" },
								 { text: "ѧУ", link: "index/sheshi.aspx" , description: "" }
								]
					  }
	    },
		{ text: "ѯ", link: "zixun.aspx" , description: "" },
		{ text: "߱", link: "index/baoming.aspx" , description: "" },
		{ text: "פ´", link: "index/banshichu.aspx" , description: "" }
      
//        { text: "Korean language", link: "../ko/index_ko.html", description: "", showmenu: false },
//        { text: "連絡", link: "contact.html", description: "", showmenu: false },
//		{ text: "申請書一?", link: "forms.html", description: "", showmenu: false },
//		{ text: "english", link: "../en/index_en.html", description: "", showmenu: false } 
      ]
};

// list of items for the menu column (the fewer items here the better!!)
var gMenuSpecialData = [
	//{ alt: "日本語教師短期養?, link: "nihongokyoshi.html", src: "../images/yousei3.jpg" }
						];

