// サイドメニュースクリプトfunction menu(){    var url = document.URL;    var str_info = url.match(/info/);    var str_outline = url.match(/outline/);    var str_offer = url.match(/offer/);    var str_bbs = url.match(/bbs/);    var str_report2009 = url.match(/report2009/);    var str_report2008 = url.match(/report2008/);    var str_report2007 = url.match(/report2007/);    var str_report2006 = url.match(/report2006/);    var str_report2005 = url.match(/report2005/);    var str_report2004 = url.match(/report2004/);    var str_report2002 = url.match(/report2002/);    var str_column = url.match(/column/);    var str_contact = url.match(/contact/);	var str_index = url.match(/index.html/);	var str_report = url.match(/report.html/);	var str_result = url.match(/result.html/);	//    alert(str_top);    	  //メニュー項目と選択したページURLが同じだったら色付きボタンを表示する。	// document.write(url);	 //HOME 	 if (url == 'http://test.douwa-kids.com/ja/index.html'){//各ページのURLを記述	 　　 //↓ページを開いている時（緑帯ボタンの表示）		document.write("<tr><td><a href='/ja/index.html'><img src='/ja/images/index_11.gif' alt='HOME' width='164' height='35' border='0'></a></td></tr>");	  }else{//↓他のページが開いている時（通常のオレンジ帯ボタンの表示）		document.write("<tr><td><a href='/ja/index.html'><img src='/ja/images/index02_11.gif' alt='HOME' width='164' height='35' border='0'></a></td></tr>");	  }	  	 //お知らせ 	 if (str_info == 'info'){//各ページのURLを記述//	 	 	var url2 = document.links[0].href;//			alert(url2);	 　　 //↓ページを開いている時（緑帯ボタンの表示）		document.write("<tr><td><a href='/ja/info/index.html'><img src='/ja/images/menu_infoa.gif' alt='お知らせ ' width='164' height='37' border='0'></a></td></tr>");	  }else{//↓他のページが開いている時（通常のオレンジ帯ボタンの表示）		document.write("<tr><td><a href='/ja/info/index.html'><img src='/ja/images/menu_info.gif' alt='お知らせ ' width='164' height='37' border='0'></a></td></tr>");	  }		 //事業概要	 if (str_outline == 'outline'){//各ページのURLを記述	 　　 //↓ページを開いている時（緑帯ボタンの表示）		document.write("<tr><td><a href='/ja/outline/index.html'><img src='/ja/images/menu_greeta.gif' alt='事業概要' width='164' height='37' border='0'></a></td></tr>");	  }else{//↓他のページが開いている時（通常のオレンジ帯ボタンの表示）		document.write("<tr><td><a href='/ja/outline/index.html'><img src='/ja/images/menu_greet.gif' alt='事業概要' width='164' height='37' border='0'></a></td></tr>");	  }	  	 //掲示板利用申込	 if (str_offer == 'offer'){//各ページのURLを記述	 　　 //↓ページを開いている時（緑帯ボタンの表示）		document.write("<tr><td><a href='/ja/offer/index.html'><img src='/ja/images/index02_17.gif' alt='掲示板利用申込' width='164' height='37' border='0'></a></td></tr>");	  }else{//↓他のページが開いている時（通常のオレンジ帯ボタンの表示）		document.write("<tr><td><a href='/ja/offer/index.html'><img src='/ja/images/index_17.gif' alt='掲示板利用申込' width='164' height='37' border='0'></a></td></tr>");	  }		 //日中韓交流掲示板	 if (str_bbs == 'bbs'){//各ページのURLを記述	 　　 //↓ページを開いている時（緑帯ボタンの表示）		document.write("<tr><td><a href='/bbs/'><img src='/ja/images/menu_3a.gif' alt='日中韓交流掲示板' width='164' height='38' border='0'></a></td></tr>");	  }else{//↓他のページが開いている時（通常のオレンジ帯ボタンの表示）		document.write("<tr><td><a href='/bbs/'><img src='/ja/images/menu_3.gif' alt='日中韓交流掲示板' width='164' height='38' border='0'></a></td></tr>");	  }			 //2009年度活動報告	 // report top	 if (str_report2009 == 'report2009' && str_index == 'index.html' ){		document.write("<tr><td><a href='/ja/report2009/index.html'><img src='/ja/images/menu_9.gif' alt='2009年度活動報告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2009/index.html'><img src='/ja/images/menu_41b.gif' alt='活動概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2009/report.html'><img src='/ja/images/menu_42a.gif' alt='イベントレポート' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2009/result.html'><img src='/ja/images/menu_52.gif' alt='手作り絵本' width='164' height='24' border='0'></a></td></tr>");		document.write("<td><img src='/ja/images/spacer.gif' alt='' width='164' height='3'></td>");	}	// report 活動成果	else if (str_report2009 == 'report2009' && str_result == 'result.html'){		document.write("<tr><td><a href='/ja/report2009/index.html'><img src='/ja/images/menu_9.gif' alt='2009年度活動報告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2009/index.html'><img src='/ja/images/menu_41a.gif' alt='活動概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2009/report.html'><img src='/ja/images/menu_42a.gif' alt='イベントレポート' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2009/result.html'><img src='/ja/images/menu_52a.gif' alt='手作り絵本' width='164' height='24' border='0'></a></td></tr>");		document.write("<td><img src='/ja/images/spacer.gif' alt='' width='164' height='3'></td>");	}	// report 中ページ	else if (str_report2009 == 'report2009' && (str_report == 'report.html' || str_index != 'index.html')){		document.write("<tr><td><a href='/ja/report2009/index.html'><img src='/ja/images/menu_9.gif' alt='2009年度活動報告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2009/index.html'><img src='/ja/images/menu_41a.gif' alt='活動概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2009/report.html'><img src='/ja/images/menu_42b.gif' alt='イベントレポート' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2009/result.html'><img src='/ja/images/menu_52.gif' alt='手作り絵本' width='164' height='24' border='0'></a></td></tr>");		document.write("<td><img src='/ja/images/spacer.gif' alt='' width='164' height='3'></td>");	}	else{//↓他のページが開いている時（通常のオレンジ帯ボタンの表示）		document.write("<tr><td><a href='/ja/report2009/index.html'><img src='/ja/images/menu_9b.gif' alt='2009年度活動報告' width='164' height='34' border='0'></a></td></tr>");		document.write("<td><img src='/ja/images/spacer.gif' alt='' width='164' height='3'></td>");	}	 //2008年度活動報告	 if (str_report2008 == 'report2008' && str_index == 'index.html' ){		document.write("<tr><td><a href='/ja/report2008/index.html'><img src='/ja/images/menu_8.gif' alt='2008年度活動報告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2008/index.html'><img src='/ja/images/menu_41b.gif' alt='活動概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2008/report.html'><img src='/ja/images/menu_42a.gif' alt='イベントレポート' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2008/result.html'><img src='/ja/images/menu_52.gif' alt='手作り絵本' width='164' height='24' border='0'></a></td></tr>");		document.write("<td><img src='/ja/images/spacer.gif' alt='' width='164' height='3'></td>");	}	else if (str_report2008 == 'report2008' && str_result == 'result.html'){		document.write("<tr><td><a href='/ja/report2008/index.html'><img src='/ja/images/menu_8.gif' alt='2008年度活動報告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2008/index.html'><img src='/ja/images/menu_41a.gif' alt='活動概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2008/report.html'><img src='/ja/images/menu_42a.gif' alt='イベントレポート' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2008/result.html'><img src='/ja/images/menu_52a.gif' alt='手作り絵本' width='164' height='24' border='0'></a></td></tr>");		document.write("<td><img src='/ja/images/spacer.gif' alt='' width='164' height='3'></td>");	}	else if (str_report2008 == 'report2008' && (str_report == 'report.html' || str_index != 'index.html')){		document.write("<tr><td><a href='/ja/report2008/index.html'><img src='/ja/images/menu_8.gif' alt='2008年度活動報告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2008/index.html'><img src='/ja/images/menu_41a.gif' alt='活動概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2008/report.html'><img src='/ja/images/menu_42b.gif' alt='イベントレポート' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2008/result.html'><img src='/ja/images/menu_52.gif' alt='手作り絵本' width='164' height='24' border='0'></a></td></tr>");		document.write("<td><img src='/ja/images/spacer.gif' alt='' width='164' height='3'></td>");	}	else{//↓他のページが開いている時（通常のオレンジ帯ボタンの表示）		document.write("<tr><td><a href='/ja/report2008/index.html'><img src='/ja/images/menu_8b.gif' alt='2008年度活動報告' width='164' height='34' border='0'></a></td></tr>");		document.write("<td><img src='/ja/images/spacer.gif' alt='' width='164' height='3'></td>");	}			 //2007年度活動報告	 if (str_report2007 == 'report2007' && str_index == 'index.html' ){		document.write("<tr><td><a href='/ja/report2007/index.html'><img src='/ja/images/menu_7.gif' alt='2007年度活動報告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2007/index.html'><img src='/ja/images/menu_41b.gif' alt='活動概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2007/report.html'><img src='/ja/images/menu_42a.gif' alt='イベントレポート' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2007/result.html'><img src='/ja/images/menu_52.gif' alt='手作り絵本' width='164' height='24' border='0'></a></td></tr>");		document.write("<td><img src='/ja/images/spacer.gif' alt='' width='164' height='3'></td>");	}	else if (str_report2007 == 'report2007' && str_result == 'result.html'){		document.write("<tr><td><a href='/ja/report2007/index.html'><img src='/ja/images/menu_7.gif' alt='2007年度活動報告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2007/index.html'><img src='/ja/images/menu_41a.gif' alt='活動概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2007/report.html'><img src='/ja/images/menu_42a.gif' alt='イベントレポート' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2007/result.html'><img src='/ja/images/menu_52a.gif' alt='手作り絵本' width='164' height='24' border='0'></a></td></tr>");		document.write("<td><img src='/ja/images/spacer.gif' alt='' width='164' height='3'></td>");	}	else if (str_report2007 == 'report2007' && (str_report == 'report.html' || str_index != 'index.html')){		document.write("<tr><td><a href='/ja/report2007/index.html'><img src='/ja/images/menu_7.gif' alt='2007年度活動報告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2007/index.html'><img src='/ja/images/menu_41a.gif' alt='活動概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2007/report.html'><img src='/ja/images/menu_42b.gif' alt='イベントレポート' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2007/result.html'><img src='/ja/images/menu_52.gif' alt='手作り絵本' width='164' height='24' border='0'></a></td></tr>");		document.write("<td><img src='/ja/images/spacer.gif' alt='' width='164' height='3'></td>");	}	else{//↓他のページが開いている時（通常のオレンジ帯ボタンの表示）		document.write("<tr><td><a href='/ja/report2007/index.html'><img src='/ja/images/menu_7b.gif' alt='2007年度活動報告' width='164' height='34' border='0'></a></td></tr>");		document.write("<td><img src='/ja/images/spacer.gif' alt='' width='164' height='3'></td>");	}	 //2006年度活動報告（活動概要）	 if (str_report2006 == 'report2006' && str_index == 'index.html'){//各ページのURLを記述	 　　 //↓ページを開いている時（緑帯ボタンの表示）		document.write("<tr><td><a href='/ja/report2006/index.html'><img src='/ja/images/menu_6.gif' alt='2006年度活動報告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2006/index.html'><img src='/ja/images/menu_41b.gif' alt='活動概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2006/report.html'><img src='/ja/images/menu_42a.gif' alt='イベントレポート' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2006/result.html'><img src='/ja/images/menu_52.gif' alt='手作り絵本' width='164' height='24' border='0'></a></td></tr>");	    document.write("<td><img src='/ja/images/spacer.gif' alt='' width='164' height='3'></td>");	}else if (str_report2006 == 'report2006' && str_result == 'result.html'){//各ページのURLを記述		document.write("<tr><td><a href='/ja/report2006/index.html'><img src='/ja/images/menu_6.gif' alt='2006年度活動報告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2006/index.html'><img src='/ja/images/menu_41a.gif' alt='活動概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2006/report.html'><img src='/ja/images/menu_42a.gif' alt='イベントレポート' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2006/result.html'><img src='/ja/images/menu_52a.gif' alt='手作り絵本' width='164' height='24' border='0'></a></td></tr>");	    document.write("<td><img src='/ja/images/spacer.gif' alt='' width='164' height='3'></td>");	}else if (str_report2006 == 'report2006' && (str_report == 'report.html' || str_index != 'index.html')){//各ページのURLを記述		document.write("<tr><td><a href='/ja/report2006/index.html'><img src='/ja/images/menu_6.gif' alt='2006年度活動報告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2006/index.html'><img src='/ja/images/menu_41a.gif' alt='活動概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2006/report.html'><img src='/ja/images/menu_42b.gif' alt='イベントレポート' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2006/result.html'><img src='/ja/images/menu_52.gif' alt='手作り絵本' width='164' height='24' border='0'></a></td></tr>");	    document.write("<td><img src='/ja/images/spacer.gif' alt='' width='164' height='3'></td>");	}else{//↓他のページが開いている時（通常のオレンジ帯ボタンの表示）		document.write("<tr><td><a href='/ja/report2006/index.html'><img src='/ja/images/menu_6b.gif' alt='2006年度活動報告' width='164' height='34' border='0'></a></td></tr>");	    document.write("<td><img src='/ja/images/spacer.gif' alt='' width='164' height='3'></td>");	}		 //2005年度活動報告（活動概要）	 if (str_report2005 == 'report2005' && str_index == 'index.html'){//各ページのURLを記述	 　　 //↓ページを開いている時（緑帯ボタンの表示）		document.write("<tr><td><a href='/ja/report2005/index.html'><img src='/ja/images/menu_4.gif' alt='2005年度活動報告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2005/index.html'><img src='/ja/images/menu_41b.gif' alt='活動概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2005/report.html'><img src='/ja/images/menu_42a.gif' alt='イベントレポート' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2005/result.html'><img src='/ja/images/menu_52.gif' alt='手作り絵本' width='164' height='24' border='0'></a></td></tr>");	    document.write("<td><img src='/ja/images/spacer.gif' alt='' width='164' height='3'></td>");	}else if (str_report2005 == 'report2005' && str_result == 'result.html'){//各ページのURLを記述		document.write("<tr><td><a href='/ja/report2005/index.html'><img src='/ja/images/menu_4.gif' alt='2005年度活動報告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2005/index.html'><img src='/ja/images/menu_41a.gif' alt='活動概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2005/report.html'><img src='/ja/images/menu_42a.gif' alt='イベントレポート' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2005/result.html'><img src='/ja/images/menu_52a.gif' alt='手作り絵本' width='164' height='24' border='0'></a></td></tr>");	    document.write("<td><img src='/ja/images/spacer.gif' alt='' width='164' height='3'></td>");	}else if (str_report2005 == 'report2005' && (str_report == 'report.html' || str_index != 'index.html')){//各ページのURLを記述		document.write("<tr><td><a href='/ja/report2005/index.html'><img src='/ja/images/menu_4.gif' alt='2005年度活動報告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2005/index.html'><img src='/ja/images/menu_41a.gif' alt='活動概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2005/report.html'><img src='/ja/images/menu_42b.gif' alt='イベントレポート' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2005/result.html'><img src='/ja/images/menu_52.gif' alt='手作り絵本' width='164' height='24' border='0'></a></td></tr>");	    document.write("<td><img src='/ja/images/spacer.gif' alt='' width='164' height='3'></td>");	 }else{//↓他のページが開いている時（通常のオレンジ帯ボタンの表示）		document.write("<tr><td><a href='/ja/report2005/index.html'><img src='/ja/images/menu_4b.gif' alt='2005年度活動報告' width='164' height='34' border='0'></a></td></tr>");	    document.write("<td><img src='/ja/images/spacer.gif' alt='' width='164' height='3'></td>");	}	 //2004年度活動報告（活動概要）	 if (str_report2004 == 'report2004' && str_index == 'index.html'){//各ページのURLを記述	 　　 //↓ページを開いている時（緑帯ボタンの表示）		document.write("<tr><td><a href='/ja/report2004/index.html'><img src='/ja/images/menu_2004.gif' alt='2004年度活動報告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2004/index.html'><img src='/ja/images/menu_41b.gif' alt='活動概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2004/report.html'><img src='/ja/images/menu_42a.gif' alt='イベントレポート' width='164' height='24' border='0'></a></td></tr>");		//document.write("<tr><td><a href='/ja/report2004/result.html'><img src='/ja/images/menu_52.gif' alt='手作り絵本' width='164' height='24' border='0'></a></td></tr>");	    document.write("<td><img src='/ja/images/spacer.gif' alt='' width='164' height='3'></td>");	}else if (str_report2004 == 'report2004' && (str_report == 'report.html' || str_index != 'index.html')){//各ページのURLを記述		document.write("<tr><td><a href='/ja/report2004/index.html'><img src='/ja/images/menu_2004.gif' alt='2004年度活動報告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2004/index.html'><img src='/ja/images/menu_41a.gif' alt='活動概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2004/report.html'><img src='/ja/images/menu_42b.gif' alt='イベントレポート' width='164' height='24' border='0'></a></td></tr>");		//document.write("<tr><td><a href='/ja/report2004/result.html'><img src='/ja/images/menu_52.gif' alt='手作り絵本' width='164' height='24' border='0'></a></td></tr>");	    document.write("<td><img src='/ja/images/spacer.gif' alt='' width='164' height='3'></td>");	 }else{//↓他のページが開いている時（通常のオレンジ帯ボタンの表示）		document.write("<tr><td><a href='/ja/report2004/index.html'><img src='/ja/images/menu_2004.gif' alt='2004年度活動報告' width='164' height='34' border='0'></a></td></tr>");	    document.write("<td><img src='/ja/images/spacer.gif' alt='' width='164' height='3'></td>");	}	 //2002年度活動報告（活動概要）	 if (str_report2002 == 'report2002' && str_index == 'index.html'){//各ページのURLを記述	 　　 //↓ページを開いている時（緑帯ボタンの表示）		document.write("<tr><td><a href='/ja/report2002/index.html'><img src='/ja/images/menu_2002a.gif' alt='2002年度活動報告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2002/index.html'><img src='/ja/images/menu_41b.gif' alt='活動概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2002/report.html'><img src='/ja/images/menu_42a.gif' alt='イベントレポート' width='164' height='24' border='0'></a></td></tr>");		//document.write("<tr><td><a href='/ja/report2002/result.html'><img src='/ja/images/menu_52.gif' alt='手作り絵本' width='164' height='24' border='0'></a></td></tr>");	    document.write("<td><img src='/ja/images/spacer.gif' alt='' width='164' height='3'></td>");	}else if (str_report2002 == 'report2002' && (str_report == 'report.html' || str_index != 'index.html')){//各ページのURLを記述		document.write("<tr><td><a href='/ja/report2002/index.html'><img src='/ja/images/menu_2002a.gif' alt='2002年度活動報告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2002/index.html'><img src='/ja/images/menu_41a.gif' alt='活動概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/ja/report2002/report.html'><img src='/ja/images/menu_42b.gif' alt='イベントレポート' width='164' height='24' border='0'></a></td></tr>");		//document.write("<tr><td><a href='/ja/report2002/result.html'><img src='/ja/images/menu_52b.gif' alt='手作り絵本' width='164' height='24' border='0'></a></td></tr>");	    document.write("<td><img src='/ja/images/spacer.gif' alt='' width='164' height='3'></td>");	}else{//↓他のページが開いている時（通常のオレンジ帯ボタンの表示）		document.write("<tr><td><a href='/ja/report2002/index.html'><img src='/ja/images/menu_2002.gif' alt='2002年度活動報告' width='164' height='34' border='0'></a></td></tr>");	    document.write("<td><img src='/ja/images/spacer.gif' alt='' width='164' height='3'></td>");	}	 //童話コラム	 if (str_column == 'column'){//各ページのURLを記述	 　　 //↓ページを開いている時（緑帯ボタンの表示）		document.write("<tr><td><a href='/ja/column/index.html'><img src='/ja/images/menu_columna.gif' alt='童話コラム' width='164' height='34' border='0'></a></td></tr>");	    document.write("<td><img src='/ja/images/spacer.gif' alt='' width='164' height='3'></td>");	 }else{//↓他のページが開いている時（通常のオレンジ帯ボタンの表示）		document.write("<tr><td><a href='/ja/column/index.html'><img src='/ja/images/menu_column.gif' alt='童話コラム' width='164' height='34' border='0'></a></td></tr>");	  }/*	 //お問い合わせ	 if (str_contact == 'contact'){//各ページのURLを記述	 　　 //↓ページを開いている時（緑帯ボタンの表示）		document.write("<tr><td><a href='/contact/'><img src='/ja/images/menu_con02.gif' alt='お問い合わせ' width='164' height='38' border='0'></a></td></tr>");	 }else{//↓他のページが開いている時（通常のオレンジ帯ボタンの表示）		document.write("<tr><td><a href='/contact/'><img src='/ja/images/menu_con01.gif' alt='お問い合わせ' width='164' height='38' border='0'></a></td></tr>");	}*/}