function submenu(num){

if(num == 1){
// pro	
document.write('\
<div id="submenu_pro"><ul><li><span class="white">■</span><a href="/pro/index.html">国別情報</a></li><li><span class="white">■</span><a href="/pro/bag.html">旅の持ち物</a></li><li><span class="white">■</span><a href="/pro/mobile.html">モバイル</a></li><li><span class="white">■</span><a href="/pro/ready.html">旅の準備</a></li><li><span class="white">■</span><a href="/pro/health.html">予防接種</a></li><li><span class="white">■</span><a href="/pro/money.html">お金の貯蓄状況</a></li><li><span class="white">■</span><a href="/pro/vo.html">ボランティア</a></li><li><span class="white">■</span><a href="/pro/english/index.html">English</a></li><li><span class="white">■</span><a href="/pro/japan.html">日本</a></li></ul></div>\
');

} else if(num == 2) {
// profi	
document.write('\
<div id="submenu_profi"><ul class="submenu_profi"><li><span class="white">■</span><a href="/profi/index.html">プロフィール</a></li><li><span class="white">■</span><a href="/profi/tabini.html">旅に出るまで</a></li><li><span class="white">■</span><a href="/profi/theme.html">テーマ</a></li></ul></div>\
');

} else if(num == 3) {
// link
document.write('\
<div id="submenu_link"><ul id="submenu_link"><li><span class="white">■</span><a href="/link/index.html">お役立ちサイト</a></li><li><span class="white">■</span><a href="/link/vo.html">ボランティア</a></li><li><span class="white">■</span><a href="/link/air.html">航空会社・旅行会社</a></li><li><span class="white">■</span><a href="/link/each.html">相互リンク</a></li></ul></div>\
');

} else if(num == 4) {
// reco
document.write('\
<div id="submenu_reco"><ul id="submenu_reco"><li><span class="white">■</span><a href="/reco/index.html">100の場所</a></li><li><span class="white">■</span><a href="/reco/book.html">オススメ旅の本</a></li></ul></div>\
');

} else if(num == 5) {
// friends
document.write('\
<div id="submenu_friend"><ul id="submenu_friend"><li><span class="white">■</span><a href="/friends/index.html#namerica">North America</a></li><li><span class="white">■</span><a href="/friends/#lamerica">Latin America</a></li><li><span class="white">■</span><a href="/friends/index.html#africa">African</a></li><li><span class="white">■</span><a href="/friends/index.html#middleeast">Middle East</a></li><li><span class="white">■</span><a href="/friends/index.html#asia">Asia</a></li></ul></div>\
');

} else if(num == 6) {
// data2
document.write('\
<div id="submenu_data"><ul id="submenu_data"><li><span class="white">■</span><a href="/data2/index.html#namerica">North America</a></li><li><span class="white">■</span><a href="/data2/index.html#lamerica">Latin America</a></li><li><span class="white">■</span><a href="/data2/index#africa">African</a></li><li><span class="white">■</span><a href="/data2/index.html#middleeast">Middle East</a></li><li><span class="white">■</span><a href="/data2/index.html#asia">Asia</a></li></ul></div>\
');

} else if(num == 7) {
// map
document.write('\
<div id="submenu_map"><ul id="submenu_map"><li><span class="white">■</span><a href="/map/index.html#namerica">North America</a></li><li><span class="white">■</span><a href="/map/index.html#lamerica">Latin America</a></li><li><span class="white">■</span><a href="/map/index.html#africa">African</a></li><li><span class="white">■</span><a href="/map/index.html#middleeast">Middle East</a></li><li><span class="white">■</span><a href="/map/index.html#asia">Asia</a></li></ul></div>\
');

} else if(num == 8) {
// design
document.write('\
<div id="submenu_design"><ul id="submenu_design"><li><span class="white">■</span><a href="/design2/index.html#namerica">North America</a></li><li><span class="white">■</span><a href="/design2/index.html#lamerica">Latin America</a></li><li><span class="white">■</span><a href="/design2/index.html#africa">African</a></li><li><span class="white">■</span><a href="/design2/index.html#middleeast">Middle East</a></li><li><span class="white">■</span><a href="/design2/index.html#asia">Asia</a></li></ul></div>\
');

} else if(num == 9) {
// photo
document.write('\
<div id="submenu_photo"><ul id="submenu_photo"><li><span class="white">■</span><a href="/photo/index.html#north">North America</a></li><li><span class="white">■</span><a href="/photo/index.html#latin">Latin America</a></li><li><span class="white">■</span><a href="/photo/index.html#africa">Africa</a></li><li><span class="white">■</span><a href="/photo/index.html#middleeast">Middle East</a></li><li><span class="white">■</span><a href="/photo/index.html#asia">Asia</a></li><li><span class="white">■</span><a href="/photo/index.html#bangai">番外編</a></li></ul></div>\
');

} else {
// note
document.write('\
<div id="submenu_note"><ul id="submenu_note"><li><span class="white">■</span><a href="/note/index.html#namerica">North America</a></li><li><span class="white">■</span><a href="/note/index.html#lamerica">Latin America</a></li><li><span class="white">■</span><a href="/note/index.html#africa">Africa</a></li><li><span class="white">■</span><a href="/note/index.html#"middleest>Middle East</a></li><li><span class="white">■</span><a href="/note/index.html#asia">Asia</a></li></ul></div>\
');

}
}