// サイドメニュースクリプト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_report2011 = url.match(/report2011/);    var str_report2010 = url.match(/report2010/);    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/);	var str_obmap = url.match(/obmap.html/);	var str_video = url.match(/video.html/);	var str_video_vl = url.match(/video_vl.html/);	  //メニュー項目と選択したページURLが同じだったら色付きボタンを表示する。	 //HOME 	 if (url == 'http://test.douwa-kids.com/cn/index.html'){//各ページのURLを記述	 　　 //↓ページを開いている時（緑帯ボタンの表示）		document.write("<tr><td><a href='/cn/index.html'><img src='/cn/images/index_11.gif' alt='HOME' width='164' height='35' border='0'></a></td></tr>");	  }else{//↓他のページが開いている時（通常のオレンジ帯ボタンの表示）		document.write("<tr><td><a href='/cn/index.html'><img src='/cn/images/index02_11.gif' alt='HOME' width='164' height='35' border='0'></a></td></tr>");	  }	  	 //お知らせ 	 if (str_info == 'info'){//各ページのURLを記述	 　　 //↓ページを開いている時（緑帯ボタンの表示）		document.write("<tr><td><a href='/cn/info/index.html'><img src='/cn/images/menu_infoa.gif' alt='通知' width='164' height='37' border='0'></a></td></tr>");	  }else{//↓他のページが開いている時（通常のオレンジ帯ボタンの表示）		document.write("<tr><td><a href='/cn/info/index.html'><img src='/cn/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='/cn/outline/index.html'><img src='/cn/images/menu_greeta.gif' alt='事业概要' width='164' height='37' border='0'></a></td></tr>");	  }else{//↓他のページが開いている時（通常のオレンジ帯ボタンの表示）		document.write("<tr><td><a href='/cn/outline/index.html'><img src='/cn/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='/cn/offer/index.html'><img src='/cn/images/index02_17.gif' alt='论坛利用申请' width='164' height='37' border='0'></a></td></tr>");	  }else{//↓他のページが開いている時（通常のオレンジ帯ボタンの表示）		document.write("<tr><td><a href='/cn/offer/index.html'><img src='/cn/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='/cn/images/menu_3a.gif' alt='中韩日交流论坛' width='164' height='38' border='0'></a></td></tr>");	  }else{//↓他のページが開いている時（通常のオレンジ帯ボタンの表示）		document.write("<tr><td><a href='/bbs/'><img src='/cn/images/menu_3.gif' alt='中韩日交流论坛' width='164' height='38' border='0'></a></td></tr>");	  }	 //2011年度活動報告（活動概要）	 if (str_report2011 == 'report2011' && str_index == 'index.html'){		document.write("<tr><td><a href='/cn/report2011/index.html'><img src='/cn/images/menu_11.gif' alt='2011年度活动报告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2011/index.html'><img src='/cn/images/menu_41b.gif' alt='活动概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2011/report.html'><img src='/cn/images/menu_42a.gif' alt='活动报告' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2011/result.html'><img src='/cn/images/menu_52.gif' alt='手工连环画' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2011/video.html'><img src='/cn/images/menu_54.gif' alt='视频片段' width='164' height='24' border='0'></a></td></tr>");		document.write("<td><img src='/cn/images/spacer.gif' alt='' width='164' height='3'></td>");	}	else if (str_report2011 == 'report2011' && str_result == 'result.html'){		document.write("<tr><td><a href='/cn/report2011/index.html'><img src='/cn/images/menu_11.gif' alt='2011年活动报告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2011/index.html'><img src='/cn/images/menu_41a.gif' alt='活动概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2011/report.html'><img src='/cn/images/menu_42a.gif' alt='活动报告' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2011/result.html'><img src='/cn/images/menu_52a.gif' alt='手工连环画' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2011/video.html'><img src='/cn/images/menu_54.gif' alt='视频片段' width='164' height='24' border='0'></a></td></tr>");		document.write("<td><img src='/cn/images/spacer.gif' alt='' width='164' height='3'></td>");	}	else if (str_report2011 == 'report2011' && (str_video == 'video.html' || str_video_vl == 'video_vl.html') ){		document.write("<tr><td><a href='/cn/report2011/index.html'><img src='/cn/images/menu_11.gif' alt='2011年度活動報告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2011/index.html'><img src='/cn/images/menu_41a.gif' alt='活动概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2011/report.html'><img src='/cn/images/menu_42a.gif' alt='活动报告' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2011/result.html'><img src='/cn/images/menu_52.gif' alt='手工连环画' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2011/video.html'><img src='/cn/images/menu_54a.gif' alt='视频片段' width='164' height='24' border='0'></a></td></tr>");		document.write("<td><img src='/cn/images/spacer.gif' alt='' width='164' height='3'></td>");	}	else if (str_report2011 == 'report2011'  ){		document.write("<tr><td><a href='/cn/report2011/index.html'><img src='/cn/images/menu_11.gif' alt='2011年度活動報告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2011/index.html'><img src='/cn/images/menu_41a.gif' alt='活动概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2011/report.html'><img src='/cn/images/menu_42b.gif' alt='活动报告' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2011/result.html'><img src='/cn/images/menu_52.gif' alt='手工连环画' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2011/video.html'><img src='/cn/images/menu_54.gif' alt='视频片段' width='164' height='24' border='0'></a></td></tr>");		document.write("<td><img src='/cn/images/spacer.gif' alt='' width='164' height='3'></td>");	}	else{		document.write("<tr><td><a href='/cn/report2011/index.html'><img src='/cn/images/menu_11b.gif' alt='2011年活动报告' width='164' height='34' border='0'></a></td></tr>");		document.write("<td><img src='/cn/images/spacer.gif' alt='' width='164' height='3'></td>");	}	 //2010年度活動報告（活動概要）	 if (str_report2010 == 'report2010' && str_index == 'index.html'){		document.write("<tr><td><a href='/cn/report2010/index.html'><img src='/cn/images/menu_10.gif' alt='2010年度活动报告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2010/index.html'><img src='/cn/images/menu_41b.gif' alt='活动概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2010/report.html'><img src='/cn/images/menu_42a.gif' alt='活动报告' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2010/result.html'><img src='/cn/images/menu_52.gif' alt='手工连环画' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2010/obmap.html'><img src='/cn/images/menu_53.gif' alt='OB梦想交流地图' width='164' height='24' border='0'></a></td></tr>");		document.write("<td><img src='/cn/images/spacer.gif' alt='' width='164' height='3'></td>");	}	else if (str_report2010 == 'report2010' && str_result == 'result.html'){		document.write("<tr><td><a href='/cn/report2010/index.html'><img src='/cn/images/menu_10.gif' alt='2010年活动报告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2010/index.html'><img src='/cn/images/menu_41a.gif' alt='活动概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2010/report.html'><img src='/cn/images/menu_42a.gif' alt='活动报告' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2010/result.html'><img src='/cn/images/menu_52a.gif' alt='手工连环画' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2010/obmap.html'><img src='/cn/images/menu_53.gif' alt='OB梦想交流地图' width='164' height='24' border='0'></a></td></tr>");		document.write("<td><img src='/cn/images/spacer.gif' alt='' width='164' height='3'></td>");	}	else if (str_report2010 == 'report2010' && str_obmap == 'obmap.html'){		document.write("<tr><td><a href='/cn/report2010/index.html'><img src='/cn/images/menu_10.gif' alt='2010年活动报告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2010/index.html'><img src='/cn/images/menu_41a.gif' alt='活动概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2010/report.html'><img src='/cn/images/menu_42a.gif' alt='活动报告' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2010/result.html'><img src='/cn/images/menu_52.gif' alt='手工连环画' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2010/obmap.html'><img src='/cn/images/menu_53a.gif' alt='OB梦想交流地图' width='164' height='24' border='0'></a></td></tr>");		document.write("<td><img src='/cn/images/spacer.gif' alt='' width='164' height='3'></td>");	}//	else if (str_report2010 == 'report2010' && (str_report == 'report.html' || str_index != 'index.html') ){	else if (str_report2010 == 'report2010'  ){		document.write("<tr><td><a href='/cn/report2010/index.html'><img src='/cn/images/menu_10.gif' alt='2010年度活動報告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2010/index.html'><img src='/cn/images/menu_41a.gif' alt='活动概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2010/report.html'><img src='/cn/images/menu_42b.gif' alt='活动报告' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2010/result.html'><img src='/cn/images/menu_52.gif' alt='手工连环画' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2010/obmap.html'><img src='/cn/images/menu_53.gif' alt='OB梦想交流地图' width='164' height='24' border='0'></a></td></tr>");		document.write("<td><img src='/cn/images/spacer.gif' alt='' width='164' height='3'></td>");	}	else{		document.write("<tr><td><a href='/cn/report2010/index.html'><img src='/cn/images/menu_10b.gif' alt='2010年活动报告' width='164' height='34' border='0'></a></td></tr>");		document.write("<td><img src='/cn/images/spacer.gif' alt='' width='164' height='3'></td>");	}	 //2009年度活動報告（活動概要）	 if (str_report2009 == 'report2009' && str_index == 'index.html'){		document.write("<tr><td><a href='/cn/report2009/index.html'><img src='/cn/images/menu_9.gif' alt='2009年度活动报告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2009/index.html'><img src='/cn/images/menu_41b.gif' alt='活动概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2009/report.html'><img src='/cn/images/menu_42a.gif' alt='活动报告' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2009/result.html'><img src='/cn/images/menu_52.gif' alt='手工连环画' width='164' height='24' border='0'></a></td></tr>");		document.write("<td><img src='/cn/images/spacer.gif' alt='' width='164' height='3'></td>");	}	else if (str_report2009 == 'report2009' && str_result == 'result.html'){		document.write("<tr><td><a href='/cn/report2009/index.html'><img src='/cn/images/menu_9.gif' alt='2009年活动报告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2009/index.html'><img src='/cn/images/menu_41a.gif' alt='活动概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2009/report.html'><img src='/cn/images/menu_42a.gif' alt='活动报告' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2009/result.html'><img src='/cn/images/menu_52a.gif' alt='手工连环画' width='164' height='24' border='0'></a></td></tr>");		document.write("<td><img src='/cn/images/spacer.gif' alt='' width='164' height='3'></td>");	}//	else if (str_report2009 == 'report2009' && (str_report == 'report.html' || str_index != 'index.html') ){	else if (str_report2009 == 'report2009'  ){		document.write("<tr><td><a href='/cn/report2009/index.html'><img src='/cn/images/menu_9.gif' alt='2009年度活動報告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2009/index.html'><img src='/cn/images/menu_41a.gif' alt='活动概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2009/report.html'><img src='/cn/images/menu_42b.gif' alt='活动报告' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2009/result.html'><img src='/cn/images/menu_52.gif' alt='手工连环画' width='164' height='24' border='0'></a></td></tr>");		document.write("<td><img src='/cn/images/spacer.gif' alt='' width='164' height='3'></td>");	}	else{		document.write("<tr><td><a href='/cn/report2009/index.html'><img src='/cn/images/menu_9b.gif' alt='2009年活动报告' width='164' height='34' border='0'></a></td></tr>");		document.write("<td><img src='/cn/images/spacer.gif' alt='' width='164' height='3'></td>");	}	 //2008年度活動報告（活動概要）	 if (str_report2008 == 'report2008' && str_index == 'index.html'){		document.write("<tr><td><a href='/cn/report2008/index.html'><img src='/cn/images/menu_8.gif' alt='2008年度活动报告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2008/index.html'><img src='/cn/images/menu_41b.gif' alt='活动概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2008/report.html'><img src='/cn/images/menu_42a.gif' alt='活动报告' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2008/result.html'><img src='/cn/images/menu_52.gif' alt='手工连环画' width='164' height='24' border='0'></a></td></tr>");		document.write("<td><img src='/cn/images/spacer.gif' alt='' width='164' height='3'></td>");	}	else if (str_report2008 == 'report2008' && str_result == 'result.html'){		document.write("<tr><td><a href='/cn/report2008/index.html'><img src='/cn/images/menu_8.gif' alt='2008年活动报告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2008/index.html'><img src='/cn/images/menu_41a.gif' alt='活动概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2008/report.html'><img src='/cn/images/menu_42a.gif' alt='活动报告' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2008/result.html'><img src='/cn/images/menu_52a.gif' alt='手工连环画' width='164' height='24' border='0'></a></td></tr>");		document.write("<td><img src='/cn/images/spacer.gif' alt='' width='164' height='3'></td>");	}//	else if (str_report2008 == 'report2008' && (str_report == 'report.html' || str_index != 'index.html') ){	else if (str_report2008 == 'report2008'  ){		document.write("<tr><td><a href='/cn/report2008/index.html'><img src='/cn/images/menu_8.gif' alt='2008年度活動報告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2008/index.html'><img src='/cn/images/menu_41a.gif' alt='活动概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2008/report.html'><img src='/cn/images/menu_42b.gif' alt='活动报告' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2008/result.html'><img src='/cn/images/menu_52.gif' alt='手工连环画' width='164' height='24' border='0'></a></td></tr>");		document.write("<td><img src='/cn/images/spacer.gif' alt='' width='164' height='3'></td>");	}	else{		document.write("<tr><td><a href='/cn/report2008/index.html'><img src='/cn/images/menu_8b.gif' alt='2008年活动报告' width='164' height='34' border='0'></a></td></tr>");		document.write("<td><img src='/cn/images/spacer.gif' alt='' width='164' height='3'></td>");	}	 //2007年度活動報告（活動概要）	 if (str_report2007 == 'report2007' && str_index == 'index.html'){		document.write("<tr><td><a href='/cn/report2007/index.html'><img src='/cn/images/menu_7.gif' alt='2007年度活动报告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2007/index.html'><img src='/cn/images/menu_41b.gif' alt='活动概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2007/report.html'><img src='/cn/images/menu_42a.gif' alt='活动报告' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2007/result.html'><img src='/cn/images/menu_52.gif' alt='手工连环画' width='164' height='24' border='0'></a></td></tr>");		document.write("<td><img src='/cn/images/spacer.gif' alt='' width='164' height='3'></td>");	}	// 07 手作り絵本	else if (str_report2007 == 'report2007' && str_result == 'result.html'){		document.write("<tr><td><a href='/cn/report2007/index.html'><img src='/cn/images/menu_7.gif' alt='2007年活动报告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2007/index.html'><img src='/cn/images/menu_41a.gif' alt='活动概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2007/report.html'><img src='/cn/images/menu_42a.gif' alt='活动报告' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2007/result.html'><img src='/cn/images/menu_52a.gif' alt='手工连环画' width='164' height='24' border='0'></a></td></tr>");		document.write("<td><img src='/cn/images/spacer.gif' alt='' width='164' height='3'></td>");	}	// 07 活動報告	else if( str_report2007 == 'report2007' ){		document.write("<tr><td><a href='/cn/report2007/index.html'><img src='/cn/images/menu_7.gif' alt='2007年度活動報告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2007/index.html'><img src='/cn/images/menu_41a.gif' alt='活动概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2007/report.html'><img src='/cn/images/menu_42b.gif' alt='活动报告' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2007/result.html'><img src='/cn/images/menu_52.gif' alt='手工连环画' width='164' height='24' border='0'></a></td></tr>");		document.write("<td><img src='/cn/images/spacer.gif' alt='' width='164' height='3'></td>");	}	else{		document.write("<tr><td><a href='/cn/report2007/index.html'><img src='/cn/images/menu_7b.gif' alt='2007年活动报告' width='164' height='34' border='0'></a></td></tr>");		document.write("<td><img src='/cn/images/spacer.gif' alt='' width='164' height='3'></td>");	}	 //2006年度活動報告（活動概要）	 if (str_report2006 == 'report2006' && str_index == 'index.html'){		document.write("<tr><td><a href='/cn/report2006/index.html'><img src='/cn/images/menu_6.gif' alt='2006年活动报告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2006/index.html'><img src='/cn/images/menu_41b.gif' alt='活动概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2006/report.html'><img src='/cn/images/menu_42a.gif' alt='活动报告' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2006/result.html'><img src='/cn/images/menu_52.gif' alt='手工连环画' width='164' height='24' border='0'></a></td></tr>");	    document.write("<td><img src='/cn/images/spacer.gif' alt='' width='164' height='3'></td>");	}	else if (str_report2006 == 'report2006' && str_result == 'result.html'){		document.write("<tr><td><a href='/cn/report2006/index.html'><img src='/cn/images/menu_6.gif' alt='2006年活动报告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2006/index.html'><img src='/cn/images/menu_41a.gif' alt='活动概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2006/report.html'><img src='/cn/images/menu_42a.gif' alt='活动报告' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2006/result.html'><img src='/cn/images/menu_52a.gif' alt='手工连环画' width='164' height='24' border='0'></a></td></tr>");	    document.write("<td><img src='/cn/images/spacer.gif' alt='' width='164' height='3'></td>");	}	else if (str_report2006 == 'report2006' && (str_report == 'report.html' || str_index != 'index.html') ){		document.write("<tr><td><a href='/cn/report2006/index.html'><img src='/cn/images/menu_6.gif' alt='2006年度活動報告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2006/index.html'><img src='/cn/images/menu_41a.gif' alt='活动概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2006/report.html'><img src='/cn/images/menu_42b.gif' alt='活动报告' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2006/result.html'><img src='/cn/images/menu_52.gif' alt='手工连环画' width='164' height='24' border='0'></a></td></tr>");	    document.write("<td><img src='/cn/images/spacer.gif' alt='' width='164' height='3'></td>");	}	else{		document.write("<tr><td><a href='/cn/report2006/index.html'><img src='/cn/images/menu_6b.gif' alt='2006年活动报告' width='164' height='34' border='0'></a></td></tr>");	    document.write("<td><img src='/cn/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='/cn/report2005/index.html'><img src='/cn/images/menu_4.gif' alt='2005年活动报告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2005/index.html'><img src='/cn/images/menu_41b.gif' alt='活动概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2005/report.html'><img src='/cn/images/menu_42a.gif' alt='活动报告' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2005/result.html'><img src='/cn/images/menu_52.gif' alt='手工连环画' width='164' height='24' border='0'></a></td></tr>");	    document.write("<td><img src='/cn/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='/cn/report2005/index.html'><img src='/cn/images/menu_4.gif' alt='2005年活动报告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2005/index.html'><img src='/cn/images/menu_41a.gif' alt='活动概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2005/report.html'><img src='/cn/images/menu_42a.gif' alt='活动报告' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2005/result.html'><img src='/cn/images/menu_52a.gif' alt='手工连环画' width='164' height='24' border='0'></a></td></tr>");	    document.write("<td><img src='/cn/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='/cn/report2005/index.html'><img src='/cn/images/menu_4.gif' alt='2005年活动报告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2005/index.html'><img src='/cn/images/menu_41a.gif' alt='活动概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2005/report.html'><img src='/cn/images/menu_42b.gif' alt='活动报告' width='164' height='24' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2005/result.html'><img src='/cn/images/menu_52.gif' alt='手工连环画' width='164' height='24' border='0'></a></td></tr>");	    document.write("<td><img src='/cn/images/spacer.gif' alt='' width='164' height='3'></td>");	 }else{//↓他のページが開いている時（通常のオレンジ帯ボタンの表示）		document.write("<tr><td><a href='/cn/report2005/index.html'><img src='/cn/images/menu_4b.gif' alt='2005年活动报告' width='164' height='34' border='0'></a></td></tr>");	    document.write("<td><img src='/cn/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='/cn/report2004/index.html'><img src='/cn/images/menu_2004.gif' alt='2004年活动报告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2004/index.html'><img src='/cn/images/menu_41b.gif' alt='活动概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2004/report.html'><img src='/cn/images/menu_42a.gif' alt='活动报告' width='164' height='24' border='0'></a></td></tr>");		//document.write("<tr><td><a href='/cn/report2004/result.html'><img src='/cn/images/menu_52.gif' alt='手作り絵本' width='164' height='24' border='0'></a></td></tr>");	    document.write("<td><img src='/cn/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='/cn/report2004/index.html'><img src='/cn/images/menu_2004.gif' alt='2004年活动报告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2004/index.html'><img src='/cn/images/menu_41a.gif' alt='活动概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2004/report.html'><img src='/cn/images/menu_42b.gif' alt='活动报告' width='164' height='24' border='0'></a></td></tr>");		//document.write("<tr><td><a href='/cn/report2004/result.html'><img src='/cn/images/menu_52.gif' alt='手作り絵本' width='164' height='24' border='0'></a></td></tr>");	    document.write("<td><img src='/cn/images/spacer.gif' alt='' width='164' height='3'></td>");	 }else{//↓他のページが開いている時（通常のオレンジ帯ボタンの表示）		document.write("<tr><td><a href='/cn/report2004/index.html'><img src='/cn/images/menu_2004.gif' alt='2004年活动报告' width='164' height='34' border='0'></a></td></tr>");	    document.write("<td><img src='/cn/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='/cn/report2002/index.html'><img src='/cn/images/menu_2002a.gif' alt='2002年活动报告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2002/index.html'><img src='/cn/images/menu_41b.gif' alt='活动概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2002/report.html'><img src='/cn/images/menu_42a.gif' alt='活动报告' width='164' height='24' border='0'></a></td></tr>");		//document.write("<tr><td><a href='/cn/report2002/result.html'><img src='/cn/images/menu_52.gif' alt='手作り絵本' width='164' height='24' border='0'></a></td></tr>");	    document.write("<td><img src='/cn/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='/cn/report2002/index.html'><img src='/cn/images/menu_2002a.gif' alt='2002年活动报告' width='164' height='34' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2002/index.html'><img src='/cn/images/menu_41a.gif' alt='活动概要' width='164' height='23' border='0'></a></td></tr>");		document.write("<tr><td><a href='/cn/report2002/report.html'><img src='/cn/images/menu_42b.gif' alt='活动报告' width='164' height='24' border='0'></a></td></tr>");		//document.write("<tr><td><a href='/cn/report2002/result.html'><img src='/cn/images/menu_52b.gif' alt='手作り絵本' width='164' height='24' border='0'></a></td></tr>");	    document.write("<td><img src='/cn/images/spacer.gif' alt='' width='164' height='3'></td>");	}else{//↓他のページが開いている時（通常のオレンジ帯ボタンの表示）		document.write("<tr><td><a href='/cn/report2002/index.html'><img src='/cn/images/menu_2002.gif' alt='2002年活动报告' width='164' height='34' border='0'></a></td></tr>");	    document.write("<td><img src='/cn/images/spacer.gif' alt='' width='164' height='3'></td>");	}	 //童話コラム	 if (str_column == 'column'){//各ページのURLを記述	 　　 //↓ページを開いている時（緑帯ボタンの表示）		document.write("<tr><td><a href='/cn/column/index.html'><img src='/cn/images/menu_columna.gif' alt='童话专栏' width='164' height='34' border='0'></a></td></tr>");	    document.write("<td><img src='/cn/images/spacer.gif' alt='' width='164' height='3'></td>");	 }else{//↓他のページが開いている時（通常のオレンジ帯ボタンの表示）		document.write("<tr><td><a href='/cn/column/index.html'><img src='/cn/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='/cn/images/menu_con02.gif' alt='咨询' width='164' height='38' border='0'></a></td></tr>");	 }else{//↓他のページが開いている時（通常のオレンジ帯ボタンの表示）		document.write("<tr><td><a href='/contact/'><img src='/cn/images/menu_con01.gif' alt='咨询' width='164' height='38' border='0'></a></td></tr>");	}}
