/*
function linkcolor(title){
	//現在表示中のページをピンク色で表示
	tl = document.title;
	title = (title == tl) ? "<font color='#FF0099'>" + title + "</font>" : title;
	return title
}
*/

function topics(title,link,iconno){
	/*
	title = linkcolor(title);
	*/
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="186" background="' + path + 'img/2010img/submenu_menu_bk_off.gif">');
	document.write('<tr>');
	document.write('<td width="20" align="left" valign="middle">');
	document.write('<img src="' + path + 'img/null.gif" width="30" height="30" border="0"><br>');
	document.write('</td>');
	document.write('<td width="156" align="left" valign="middle">');
	document.write('<img src="' + path + 'img/null.gif" width="1" height="3" border="0"><br>');

	if(iconno == "1"){'<span style=font-size:10pt;color:#535353;font-weight:bold;>' 
	document.write(+ title + '</span><br>');
	}
	else{
		if(link != ""){
			document.write('<a href="' + path + link + '">');
		}
		document.write('<span style=font-size:10pt;color:#535353;font-weight:bold;>' + title + '</span>');
		if(link != ""){
			document.write('</a>');
		}
		document.write('<br>');
	}
	
	document.write('</td></tr>');
	document.write('</table>');
	
}
function topics_on(title,link,iconno){
	/*
	title = linkcolor(title);
	*/
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="186" background="' + path + 'img/2010img/submenu_menu_bk_on.gif">');
	document.write('<tr>');
	document.write('<td width="20" align="left" valign="middle">');
	document.write('<img src="' + path + 'img/null.gif" width="30" height="30" border="0"><br>');
	document.write('</td>');
	document.write('<td width="156" align="left" valign="middle">');
	document.write('<img src="' + path + 'img/null.gif" width="1" height="3" border="0"><br>');

	if(iconno == "1"){
	document.write('<span style=font-size:10pt;color:#535353;font-weight:bold;>' + title + '</sapn><br>');
	}
	else{
		if(link != ""){
			document.write('<a href="' + path + link + '">');
		}
		document.write('<span style=font-size:10pt;color:#535353;font-weight:bold;>'  + title + '</sapn>');
		if(link != ""){
			document.write('</a>');
		}
		document.write('<br>');
	}
	
	document.write('</td></tr>');
	document.write('</table>');
	
}
function child(title,link,iconno){
	
	// 文字列の長さを解析
	var maxlength = 0;
	var chkstring = "!\"#$%&'()*+,-./0123456789:;<=>?@[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~｡｢｣､ｦｧｨｩｪｫｬｭｯｰｱｲｳｴｵｶｷｸｹｺｻｼｽｾｿﾀﾁﾂﾃﾄﾅﾆﾇﾈﾉﾊﾋﾌﾍﾎﾏﾐﾑﾒﾓﾔﾕﾖﾗﾘﾙﾚﾛﾜﾝﾟﾞ ";
	for (var i = 0 ; i < title.length;i++){
		if (chkstring.indexOf(title.charAt(i),0) != -1){
			maxlength++;
		}else{
			maxlength += 2.0;
		}
	}
	document.write('<img src="' + path + 'img/2010img/null.gif" width="1" height="5" border="0"><br>');
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="185">');
	document.write('<tr>');
	document.write('<td width="10" align="center" valign="middle">');
	document.write('<img src="' + path + 'img/2010img/null.gif" width="10" height="3" border="0"><br>');
	link = (link == "") ? title : "<a href='" + path + link + "'>" + title + "</a>";
	document.write('</td>');
	document.write('<td width="20" align="center" valign="top">');
	document.write('<img src="' + path + 'img/2010img/null.gif" width="1" height="1" border="0"><br>');
	document.write('<img src="' + path + 'img/2010img/icon14.gif" width="10" height="12" border="0"><br>');
	document.write('</td>');
	document.write('<td width="155" align="left" valign="top">');
	document.write(link + '<br>');
	document.write('</td></tr>');
	document.write('</table>');
}

function grandchild(title,link,iconno1,iconno2){
	
	// アイコン画像のロード
	var icon1 = (iconno1 == "") ? path + "img/null" : path + "img/line" + iconno1;
	var icon2 = (iconno2 == "") ? path + "img/null" : path + "img/line" + iconno2;

	// 文字列の長さを解析
	var maxlength = 0;
//ABCDEFGIJKLMNOPQRSTUVWXYZ
	var chkstring = "!\"#$%&'()*+,-./0123456789:;<=>?@[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~｡｢｣､ｦｧｨｩｪｫｬｭｯｰｱｲｳｴｵｶｷｸｹｺｻｼｽｾｿﾀﾁﾂﾃﾄﾅﾆﾇﾈﾉﾊﾋﾌﾍﾎﾏﾐﾑﾒﾓﾔﾕﾖﾗﾘﾙﾚﾛﾜﾝﾟﾞ \s";
	for (var i = 0 ; i < title.length;i++){
		if (chkstring.indexOf(title.charAt(i),0) != -1){
			maxlength++;
		}else{
			maxlength += 2.3;
		}
	}
	/*
	title = linkcolor(title);
	*/
	
	// リンクとタイトルを合成
	link = (link == "") ? "<span class='GR'>" + title + "</span>" : "<a href='" + path + link + "'>" + title + "</a>";

	document.write('<table border="0" cellpadding="0" cellspacing="0" width="185">');
	document.write('<tr>');
	document.write('<td width="7" align="center" valign="middle">');
	document.write('<img src="' + path + 'img/null.gif" width="7" height="15" border="0"><br>');
	document.write('</td>');
	document.write('<td width="30" align="center" valign="middle">');
	document.write('<img src="' + icon2 + '.gif" width="15" height="15" border="0"><br>');
	for (var i = parseInt(maxlength / 25); i > 0; i--){
		if(iconno2 == "" || iconno2 == 1){
			document.write('<img src="' + path + 'img/null.gif" width="15" height="15" border="0"><br>');
		}else{
			document.write('<img src="' + path + 'img/line0.gif" width="15" height="15" border="0"><br>');
		}
	}
	document.write('</td><td width="148" align="left" valign="top">');
	document.write(link + '<br>');
	document.write('</td></tr>');
	document.write('</table>');
}

function navi(index){
	var overcolor = "#ffffff";//マウスオーバー時の色
	var outcolor = "#ffffff";//マウスアウトー時の色
	var pagecolor = "#E6E6E6";//マウスアウトー時の色
	var page_filename;
	var submenu_no;
	page_filename = pagefilename();
	
	if(EorJ){
		//サブメニュー表示判定
		if(page_filename == "/product/hproduct/index.html"){submenu_no = "0";}//製品一覧
		if(page_filename == "/product/hproduct/index2.html"){submenu_no = "0";}//五十音からさがす
		if(page_filename == "/division/hproduct/index.html"){submenu_no = "1";}//事業部案内
			if(page_filename == "/division/hproduct/material.html"){submenu_no = "1";}//新材料事業部
			if(page_filename == "/division/hproduct/opto.html"){submenu_no = "1";}//光電子事業部
			if(page_filename == "/division/hproduct/laboratory.html"){submenu_no = "1";}//新規技術研究所
				if(page_filename == "/division/hproduct/labo_opto.html"){submenu_no = "1";}//オプトエレクトロニクス研究グループ 
					if(page_filename == "/product/htech/ln_tech.html"){submenu_no = "1";}//LN変調器
					if(page_filename == "/product/htech/wave_tech.html"){submenu_no = "1";}//波長制御モジュール
					if(page_filename == "/product/htech/image_tech.html"){submenu_no = "1";}//セキュリティセンター
				if(page_filename == "/division/hproduct/labo_mate.html"){submenu_no = "1";}//新材料研究グループ
					if(page_filename == "/product/hproduct/display.html"){submenu_no = "1";}//透明高導電材料、機能性フィルム材料
					if(page_filename == "/product/hproduct/semiconductor.html"){submenu_no = "1";}//SiC系セラミクス電子材料
					if(page_filename == "/product/hproduct/nano.html"){submenu_no = "1";}//ナノ粒子合成と機能化
				//if(page_filename == "/division/hproduct/assay.html"){submenu_no = "1";}//分析リサーチセンター
			if(page_filename == "/division/hproduct/history.html"){submenu_no = "1";}//事業部の歴史
			if(page_filename == "/division/hproduct/company.html"){submenu_no = "1";}//関連会社の紹介
		if(page_filename == "/report/hproduct/index.html"){submenu_no = "0";}//技術資料一覧
				if(page_filename == "/report/hproduct/index.html#top"){submenu_no = "0";}//テクニカルレポート
				if(page_filename == "/report/hproduct/index.html#ln_rep"){submenu_no = "0";}//[ 投稿論文 ]LN変調器
				if(page_filename == "/report/hproduct/index.html#zno"){submenu_no = "0";}//ナノテクノロジー関連
				if(page_filename == "/report/hproduct/index.html#sic"){submenu_no = "0";}//半導体製造装置用部品
				if(page_filename == "/report/hproduct/index.html#am15"){submenu_no = "0";}//衛生材料
		if(page_filename == "/techbox/hproduct/index.html"){submenu_no = "3";}//技術の宝箱
				if(page_filename == "/techbox/hproduct/ultrafine.html"){submenu_no = "3";}//ナノ粒子とは？
				if(page_filename == "/techbox/hproduct/opto.html"){submenu_no = "3";}//光通信とは？
		if(page_filename == "/division/hproduct/map.html"){submenu_no = "4";}//会社概要
				if(page_filename == "/division/hproduct/map.html#company"){submenu_no = "4";}//会社案内
				if(page_filename == "/division/hproduct/map.html#product"){submenu_no = "4";}//製品問い合せ先
		if(page_filename == "/news/hsupport/index.html"){submenu_no = "5";}//トピックス
			if(page_filename == "/news/hsupport/index.html"){submenu_no = "5";}//トピックス一覧
			if(page_filename == "/event/index.html"){submenu_no = "5";}//展示会情報
		if(page_filename == "/cgi-bin/contact/contact_form.cgi?lang=0001"){submenu_no = "0";}//お問合せ
		//トピックス一覧
		if(submenu_no == 5){
			document.write('<div class="submenu_excluding_the_list" id="submenu_excluding_the_list2">');
			document.write('<dl>');
			document.write('	<dt><img src="/img/submenu/submenu6.gif" alt="トピック" border="0"></dt>');
			document.write('	<dd>');
			document.write('	<ul>');
			if(page_filename == "/news/hsupport/index.html"){overcolor = pagecolor}
			document.write('	<li style ="background :' + overcolor + ' url(/img/submenu_icon.gif) no-repeat 5px 16px"><a href="/news/hsupport/index.html">トピックス一覧</a></li>');
			overcolor = outcolor;
			if(page_filename == "/event/index.html"){overcolor = pagecolor}
			document.write('	<li style ="background :' + overcolor + ' url(/img/submenu_icon.gif) no-repeat 5px 16px"><a href="/event/index.html">展示会情報</a></li>');
			overcolor = outcolor;
			document.write('	</ul>');
			document.write('	</dd>');
			document.write('</dl>');
			document.write('</div>');
		}
		//会社概要
		if(submenu_no == 4){
			document.write('<div class="submenu_excluding_the_list" id="submenu_excluding_the_list2">');
			document.write('<dl>');
			document.write('	<dt><img src="/img/submenu/submenu5.gif" alt="会社概要" border="0"></dt>');
			document.write('	<dd>');
			document.write('	<ul>');
			if(page_filename == "/division/hproduct/map.html#company"){overcolor = pagecolor}
			document.write('	<li style ="background :' + overcolor + ' url(/img/submenu_icon.gif) no-repeat 5px 16px"><a href="/division/hproduct/map.html#company">会社案内</a></li>');
			overcolor = outcolor;
			if(page_filename == "/division/hproduct/map.html#product"){overcolor = pagecolor}
			document.write('	<li style ="background :' + overcolor + ' url(/img/submenu_icon.gif) no-repeat 5px 16px"><a href="/division/hproduct/map.html#product">製品お問い合わせ先一覧</a></li>');
			overcolor = outcolor;
			document.write('	</ul>');
			document.write('	</dd>');
			document.write('</dl>');
			document.write('</div>');
		}
		//技術の宝箱
		if(submenu_no == 3){
			document.write('<div class="submenu_excluding_the_list" id="submenu_excluding_the_list2">');
			document.write('<dl>');
			document.write('	<dt><img src="/img/submenu/submenu4.gif" alt="技術の宝箱" border="0"></dt>');
			document.write('	<dd>');
			document.write('	<ul>');
			if(page_filename == "/techbox/hproduct/ultrafine.html"){overcolor = pagecolor}
			document.write('	<li style ="background :' + overcolor + ' url(/img/submenu_icon.gif) no-repeat 5px 16px"><a href="/techbox/hproduct/ultrafine.html">ナノ粒子とは？</a></li>');
			overcolor = outcolor;
			if(page_filename == "/techbox/hproduct/opto.html"){overcolor = pagecolor}
			document.write('	<li style ="background :' + overcolor + ' url(/img/submenu_icon.gif) no-repeat 5px 16px"><a href="/techbox/hproduct/opto.html">光通信とは？</a></li>');
			overcolor = outcolor;
			document.write('	</ul>');
			document.write('	</dd>');
			document.write('</dl>');
			document.write('</div>');
		}
		//事業部案内
		if(submenu_no == 1){
			document.write('<div class="submenu_excluding_the_list" id="submenu_excluding_the_list1">');
			document.write('<dl>');
			document.write('	<dt><img src="/img/submenu/submenu3.gif" alt="事業部案内" border="0"></dt>');
			document.write('	<dd>');
			document.write('	<ul>');
			if(page_filename == "/division/hproduct/material.html"){overcolor = pagecolor}
			document.write('	<li style ="background :' + overcolor + ' url(/img/submenu_icon.gif) no-repeat 5px 16px"><a href="/division/hproduct/material.html">新材料事業部</a></li>');
			overcolor = outcolor;
			if(page_filename == "/division/hproduct/opto.html"){overcolor = pagecolor}
			document.write('	<li style ="background :' + overcolor + ' url(/img/submenu_icon.gif) no-repeat 5px 16px"><a href="/division/hproduct/opto.html">光電子事業部</a></li>');
			overcolor = outcolor;
			if(page_filename == "/division/hproduct/laboratory.html"){overcolor = pagecolor}
			if(page_filename == "/division/hproduct/labo_opto.html"){overcolor = pagecolor}
			if(page_filename == "/division/hproduct/labo_mate.html"){overcolor = pagecolor}
			if(page_filename == "/product/htech/image_tech.html"){overcolor = pagecolor}
			if(page_filename == "/product/htech/ln_tech.html"){overcolor = pagecolor}
			if(page_filename == "/product/htech/wave_tech.html"){overcolor = pagecolor}
			if(page_filename == "/product/hproduct/display.html"){overcolor = pagecolor}
			if(page_filename == "/product/hproduct/semiconductor.html"){overcolor = pagecolor}
			if(page_filename == "/product/hproduct/nano.html"){overcolor = pagecolor}
			document.write('	<li style ="background :' + overcolor + ' url(/img/submenu_icon.gif) no-repeat 5px 16px" id ="submenu_divisionguide_mp"><a href="/division/hproduct/laboratory.html">新規技術研究所</a>');
			document.write('	<a href="/division/hproduct/labo_opto.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">オプトエレクトロニクス</a>');
			document.write('	<a href="/division/hproduct/labo_opto.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line0.gif">研究グループ</a>');
			document.write('	<a href="/division/hproduct/labo_mate.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line1.gif">新材料研究グループ</a>');
			//document.write('	<a href="/division/hproduct/assay.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line1.gif">分析リサーチセンター</a>');
			document.write('	</li>');
			overcolor = outcolor;
			if(page_filename == "/division/hproduct/history.html"){overcolor = pagecolor}
			document.write('	<li style ="background :' + overcolor + ' url(/img/submenu_icon.gif) no-repeat 5px 16px"><a href="/division/hproduct/history.html">事業部の歴史</a></li>');
			overcolor = outcolor;
			if(page_filename == "/division/hproduct/company.html"){overcolor = pagecolor}
			document.write('	<li style ="background :' + overcolor + ' url(/img/submenu_icon.gif) no-repeat 5px 16px"><a href="/division/hproduct/company.html">関連会社の紹介</a></li>');
			overcolor = outcolor;
			document.write('	</ul>');
			document.write('	</dd>');
			document.write('</dl>');
			document.write('</div>');
		}
		//一覧
		//ディレクトリ/product/hproduct/配下のファイルを表示するための設定
		rObj = new RegExp("/product/hproduct/");
		var reigai = "off";
		//ディレクトリ/product/hproduct/配下のファイルであっても表示しない例外ページ
		if(page_filename == "/product/hproduct/display.html"){reigai = "on"};
		if(page_filename == "/product/hproduct/semiconductor.html"){reigai = "on"};
		if(page_filename == "/product/hproduct/nano.html"){reigai = "on"};
		if(page_filename.match(rObj) ){
			if(reigai == "on"){
				document.write('<div class="submenu_list" id="submenu_list1">');
			}
			else{
				document.write('<div class="submenu_list" id="submenu_list1" style="height:489px;">');
			}
		}
		else{
		document.write('<div class="submenu_list" id="submenu_list1">');
		}
		document.write('<dl>');
		document.write('	<dt><img src="/img/submenu/submenu1.gif" alt="製品一覧" border="0"></dt>');
		document.write('	<dd>');
		document.write('	<ul>');
		if(page_filename == "/product/hproduct/index.html"){overcolor = pagecolor}
		document.write('	<li style ="background :' + overcolor + ' url(/img/submenu_icon.gif) no-repeat 5px 12px"><a href="/product/hproduct/index.html">五十音から探す</a></li>');
		overcolor = outcolor;
		
		if(page_filename == "/product/hproduct/index2.html"){overcolor = pagecolor}
		document.write('	<li style ="background :' + overcolor + ' url(/img/submenu_icon.gif) no-repeat 5px 12px"><a href="/product/hproduct/index2.html">カテゴリから探す</a></li>');
		//ディレクトリ/product/hproduct/配下のファイルの場合に表示
		if(reigai != "on"){
			if(page_filename.match(rObj)){
					document.write('	<span id ="submenu_divisionguide_m_midashi"></span>');
					document.write('	<span id ="submenu_divisionguide_m_midashi">新製品</span>');
					document.write('	<a href="/product/hproduct/optswitch.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">A/B光スイッチ</a>');
					document.write('	<a href="/product/hproduct/nano_magnetic.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line1.gif">磁性誘電体材料（開発品）</a>');
					document.write('	<a href="" id ="submenu_divisionguide_m"></a>');
					document.write('	<span id ="submenu_divisionguide_m_midashi">ナノテクノロジー関連素材</span>');
					document.write('	<a href="/product/hproduct/ultrafine.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">ナノ粒子</a>');
					document.write('	<a href="/product/hproduct/ad_nanomenu.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">ナノジルコニア分散液</a>');
					document.write('	<a href="/product/hproduct/coating.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">機能性塗料</a>');			
					document.write('	<a href="/product/hproduct/film.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line1.gif">機能性フィルム</a>');
					document.write('	<span id ="submenu_divisionguide_m_midashi"></span>');
					document.write('	<span id ="submenu_divisionguide_m_midashi">光通信関連</span>');			
					document.write('	<a href="/product/hproduct/ln.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line1.gif">LN変調器</a>');
					document.write('	<span id ="submenu_divisionguide_m_midashi"></span>');
					document.write('	<span id ="submenu_divisionguide_m_midashi">半導体製造装置用部品</span>');
					document.write('	<a href="/product/hproduct/etching.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">静電チャック</a>');
					document.write('	<a href="/product/hproduct/sicheater.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">SiCヒーター</a>');			
					document.write('	<a href="/product/hproduct/cmp.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line1.gif">SiCセラミックス部品</a>');
					document.write('	<span id ="submenu_divisionguide_m_midashi"></span>');
					document.write('	<span id ="submenu_divisionguide_m_midashi">CATV・衛星関連</span>');
					document.write('	<a href="/product/hproduct/satellite.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">光送受信機 CATV用</a>');
					document.write('	<a href="/product/hproduct/satellite.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">光送受信機 FTTH用</a>');
					document.write('	<a href="/product/hproduct/satellite.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">光分配器 FTTH用</a>');			
					document.write('	<a href="/product/hproduct/satellite3.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line1.gif">光送受信機アナログ無線用</a>');
					document.write('	<span id ="submenu_divisionguide_m_midashi"></span>');
					document.write('	<span id ="submenu_divisionguide_m_midashi">衛生材料</span>');
					document.write('	<a href="/product/hproduct/antibacterial.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">抗菌剤</a>');			
					document.write('	<a href="/product/hproduct/ad_easymenu.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line1.gif">親水性イージークリーン</a>');
					document.write('	<a href="/product/hproduct/ad_easymenu.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/null.gif">コーティング液</a></br>');
					document.write('	<span id ="submenu_divisionguide_m_midashi"></span>');
			}
		}
		overcolor = outcolor;
		document.write('	</ul>');
		document.write('	</dd>');
		document.write('</dl>');
		document.write('</div>');
	    	var display = "off";
	    	if(page_filename.match(RegExp("/report/hproduct/index.html")) ){display ="on";}
	    	if(page_filename.match(RegExp("/report/htech/technical")) ){display ="on";}
	    	if(page_filename.match(RegExp("/report/htech/thesis")) ){display ="on";}
		
		if(display == "on"){
			document.write('<div class="submenu_list" id="submenu_list2" style="height:667px;">');
		}
		else{
			document.write('<div class="submenu_list" id="submenu_list2">');
		}
			document.write('<dl>');
			document.write('	<dt><img src="/img/submenu/submenu2.gif" alt="技術資料一覧" border="0"></dt>');
			document.write('	<dd>');
			document.write('	<ul>');
			if(page_filename == "/report/hproduct/index.html"){overcolor = pagecolor}
			document.write('	<li style ="background :' + overcolor + ' url(/img/submenu_icon02.gif) no-repeat 0px 0px"><a href="/report/hproduct/index.html">テクニカルレポート</a>');
			document.write('	</li>');
			overcolor = outcolor;
			if(display == "on"){
			document.write('	<a href="/report/htech/technical1996.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">1996年度版</a>');
			document.write('	<a href="/report/htech/technical1997.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">1997年度版</a>');
			document.write('	<a href="/report/htech/technical1998.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">1998年度版</a>');
			document.write('	<a href="/report/htech/technical1999.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">1999年度版</a>');
			document.write('	<a href="/report/htech/technical2000.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">2000年度版</a>');
			document.write('	<a href="/report/htech/technical2001.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">2001年度版</a>');
			document.write('	<a href="/report/htech/technical2002.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">2002年度版</a>');
			document.write('	<a href="/report/htech/technical2003.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">2003年度版</a>');
			document.write('	<a href="/report/htech/technical2004.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">2004年度版</a>');
			document.write('	<a href="/report/htech/technical2005.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">2005年度版</a>');
			document.write('	<a href="/report/htech/technical2006.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">2006年度版</a>');
			document.write('	<a href="/report/htech/technical2007.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">2007年度版</a>');
			document.write('	<a href="/report/htech/technical2008.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">2008年度版</a>');
			document.write('	<a href="/report/htech/technical2009.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">2009年度版</a>');
			document.write('	<a href="/report/htech/technical2010.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">2010年度版</a>');
			document.write('	<a href="/report/htech/technical2011.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">2011年度版</a>');
			document.write('	<a href="/report/htech/technical2012.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line1.gif">2012年度版</a></br>');
			document.write('	<span id ="submenu_divisionguide_m_midashi"></span>');
			}
			
			if(page_filename == "/report/hproduct/index.html#ln_rep"){overcolor = pagecolor}
			document.write('	<li style ="background :' + overcolor + ' url(/img/submenu_icon02.gif) no-repeat 0px 0px"><a href="/report/hproduct/index.html#ln_rep">投稿論文-LN変調器</a></li>');
			overcolor = outcolor;
			if(display == "on"){
			document.write('	<a href="/report/htech/thesis1995.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">1995年度投稿論文</a>');
			document.write('	<a href="/report/htech/thesis1996.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">1996年度投稿論文</a>');
			document.write('	<a href="/report/htech/thesis1997.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">1997年度投稿論文</a>');
			document.write('	<a href="/report/htech/thesis1998.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">1998年度投稿論文</a>');
			document.write('	<a href="/report/htech/thesis1999.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">1999年度投稿論文</a>');
			document.write('	<a href="/report/htech/thesis2000.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">2000年度投稿論文</a>');
			document.write('	<a href="/report/htech/thesis2001.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">2001年度投稿論文</a>');
			document.write('	<a href="/report/htech/thesis2002.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">2002年度投稿論文</a>');
			document.write('	<a href="/report/htech/thesis2003.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">2003年度投稿論文</a>');
			document.write('	<a href="/report/htech/thesis2004.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">2004年度投稿論文</a>');
			document.write('	<a href="/report/htech/thesis2005.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">2005年度投稿論文</a>');
			document.write('	<a href="/report/htech/thesis2006.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">2006年度投稿論文</a>');
			document.write('	<a href="/report/htech/thesis2007.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line1.gif">2007年度投稿論文</a></br>');
			document.write('	<span id ="submenu_divisionguide_m_midashi"></span>');
			}
			
			if(page_filename == "/report/hproduct/index.html#zno"){overcolor = pagecolor}
			document.write('	<li style ="background :' + overcolor + ' url(/img/submenu_icon02.gif) no-repeat 0px 0px"><a href="/report/hproduct/index.html#zno">ナノテクノロジー関連</a></li>');
			overcolor = outcolor;
			if(page_filename == "/report/hproduct/index.html#sic"){overcolor = pagecolor}
			document.write('	<li style ="background :' + overcolor + ' url(/img/submenu_icon02.gif) no-repeat 0px 0px"><a href="/report/hproduct/index.html#sic">半導体製造装置用部品</a></li>');
			overcolor = outcolor;
			if(page_filename == "/report/hproduct/index.html#am15"){overcolor = pagecolor}
			document.write('	<li style ="background :' + overcolor + ' url(/img/submenu_icon02.gif) no-repeat 0px 0px"><a href="/report/hproduct/index.html#am15">衛生材料</a></li>');
			overcolor = outcolor;
			document.write('	</ul>');
			document.write('	</dd>');
	
			document.write('</dl>');
	
		document.write('</div>');
		document.close();
	}else{
		//サブメニュー表示判定
		if(page_filename == "/product/hproduct_e/index.html"){submenu_no = "0";}//製品一覧
		if(page_filename == "/product/hproduct_e/index2.html"){submenu_no = "0";}//五十音からさがす
		if(page_filename == "/division/hproduct_e/index.html"){submenu_no = "1";}//事業部案内
			if(page_filename == "/division/hproduct_e/material.html"){submenu_no = "1";}//新材料事業部
			if(page_filename == "/division/hproduct_e/opto.html"){submenu_no = "1";}//光電子事業部
			if(page_filename == "/division/hproduct_e/laboratory.html"){submenu_no = "1";}//新規技術研究所
				if(page_filename == "/division/hproduct_e/labo_opto.html"){submenu_no = "1";}//オプトエレクトロニクス研究グループ 
					if(page_filename == "/product/htech_e/ln_tech.html"){submenu_no = "1";}//LN変調器
					if(page_filename == "/product/htech_e/wave_tech.html"){submenu_no = "1";}//波長制御モジュール
					if(page_filename == "/product/htech_e/image_tech.html"){submenu_no = "1";}//セキュリティセンター
				if(page_filename == "/division/hproduct_e/labo_mate.html"){submenu_no = "1";}//新材料研究グループ
					if(page_filename == "/product/hproduct_e/display.html"){submenu_no = "1";}//Display related Business
					if(page_filename == "/product/hproduct_e/semiconductor.html"){submenu_no = "1";}//Semiconductor related Business
					if(page_filename == "/product/hproduct_e/nano.html"){submenu_no = "1";}//Display related Business
				
				//if(page_filename == "/division/hproduct_e/assay.html"){submenu_no = "1";}//分析リサーチセンター
				
				
			if(page_filename == "/division/hproduct_e/history.html"){submenu_no = "1";}//事業部の歴史
			if(page_filename == "/division/hproduct_e/company.html"){submenu_no = "1";}//関連会社の紹介
		if(page_filename == "/report/hproduct_e/index.html"){submenu_no = "0";}//技術資料一覧
				if(page_filename == "/report/hproduct_e/index.html#top"){submenu_no = "0";}//テクニカルレポート
				if(page_filename == "/report/hproduct_e/index.html#ln_rep"){submenu_no = "0";}//[ 投稿論文 ]LN変調器
				if(page_filename == "/report/hproduct_e/index.html#zno"){submenu_no = "0";}//ナノテクノロジー関連
				if(page_filename == "/report/hproduct_e/index.html#sic"){submenu_no = "0";}//半導体製造装置用部品
				if(page_filename == "/report/hproduct_e/index.html#am15"){submenu_no = "0";}//衛生材料
		if(page_filename == "/techbox/hproduct_e/index.html"){submenu_no = "3";}//技術の宝箱
				if(page_filename == "/techbox/hproduct_e/ultrafine.html"){submenu_no = "3";}//ナノ粒子とは？
		if(page_filename == "/division/hproduct/map.html"){submenu_no = "4";}//会社概要
				if(page_filename == "/division/hproduct/map.html#company"){submenu_no = "4";}//会社案内
				if(page_filename == "/division/hproduct/map.html#product"){submenu_no = "4";}//製品問い合せ先
		if(page_filename == "/news_e/hsupport/index.html"){submenu_no = "5";}//トピックス
			if(page_filename == "/news_e/hsupport/index.html"){submenu_no = "5";}//トピックス一覧
			if(page_filename == "/event_e/index.html"){submenu_no = "5";}//展示会情報
		if(page_filename == "/cgi-bin/contact/contact_form.cgi?lang=0002"){submenu_no = "0";}//お問合せ
		//トピックス一覧
		if(submenu_no == 5){
			document.write('<div class="submenu_excluding_the_list" id="submenu_excluding_the_list2">');
			document.write('<dl>');
			document.write('	<dt><img src="/img/submenu/submenu6_e.gif" alt="TOPICS" border="0"></dt>');
			document.write('	<dd>');
			document.write('	<ul>');
			if(page_filename == "/news_e/hsupport/index.html"){overcolor = pagecolor}
			document.write('	<li style ="background :' + overcolor + ' url(/img/submenu_icon.gif) no-repeat 5px 16px"><a href="/news_e/hsupport/index.html">Topics in past</a></li>');
			overcolor = outcolor;
			if(page_filename == "/event_e/index.html"){overcolor = pagecolor}
			document.write('	<li style ="background :' + overcolor + ' url(/img/submenu_icon.gif) no-repeat 5px 16px"><a href="/event_e/index.html">Event Infomation</a></li>');
			overcolor = outcolor;
			document.write('	</ul>');
			document.write('	</dd>');
			document.write('</dl>');
			document.write('</div>');
		}
		//会社概要
		if(submenu_no == 4){
			document.write('<div class="submenu_excluding_the_list" id="submenu_excluding_the_list2">');
			document.write('<dl>');
			document.write('	<dt><img src="/img/submenu/submenu5.gif" alt="会社概要" border="0"></dt>');
			document.write('	<dd>');
			document.write('	<ul>');
			if(page_filename == "/division/hproduct/map.html#company"){overcolor = pagecolor}
			document.write('	<li style ="background :' + overcolor + ' url(/img/submenu_icon.gif) no-repeat 5px 16px"><a href="/division/hproduct/map.html#company">会社案内</a></li>');
			overcolor = outcolor;
			if(page_filename == "/division/hproduct/map.html#product"){overcolor = pagecolor}
			document.write('	<li style ="background :' + overcolor + ' url(/img/submenu_icon.gif) no-repeat 5px 16px"><a href="/division/hproduct/map.html#product">製品お問い合わせ先一覧</a></li>');
			overcolor = outcolor;
			document.write('	</ul>');
			document.write('	</dd>');
			document.write('</dl>');
			document.write('</div>');
		}
		//技術の宝箱
		if(submenu_no == 3){
			document.write('<div class="submenu_excluding_the_list" id="submenu_excluding_the_list2">');
			document.write('<dl>');
			document.write('	<dt><img src="/img/submenu/submenu4_e.gif" alt="TECHNICAL BOX" border="0"></dt>');
			document.write('	<dd>');
			document.write('	<ul>');
			if(page_filename == "/techbox/hproduct_e/ultrafine.html"){overcolor = pagecolor}
			document.write('	<li style ="background :' + overcolor + ' url(/img/submenu_icon.gif) no-repeat 5px 16px"><a href="/techbox/hproduct_e/ultrafine.html">What is nanoparticle?</a></li>');
			overcolor = outcolor;
			document.write('	</ul>');
			document.write('	</dd>');
			document.write('</dl>');
			document.write('</div>');
		}
		//事業部案内
		if(submenu_no == 1){
			document.write('<div class="submenu_excluding_the_list" id="submenu_excluding_the_list1">');
			document.write('<dl>');
			document.write('	<dt><img src="/img/submenu/submenu3_e.gif" alt="Divisional Infomation" border="0"></dt>');
			document.write('	<dd>');
			document.write('	<ul>');
			if(page_filename == "/division/hproduct_e/material.html"){overcolor = pagecolor}
			document.write('	<li style ="background :' + overcolor + ' url(/img/submenu_icon.gif) no-repeat 5px 16px"><a href="/division/hproduct_e/material.html">Advanced Material</a></li>');
			overcolor = outcolor;
			if(page_filename == "/division/hproduct_e/opto.html"){overcolor = pagecolor}
			document.write('	<li style ="background :' + overcolor + ' url(/img/submenu_icon.gif) no-repeat 5px 16px"><a href="/division/hproduct_e/opto.html">Optoelectronics</a></li>');
			overcolor = outcolor;
			if(page_filename == "/division/hproduct_e/laboratory.html"){overcolor = pagecolor}
			if(page_filename == "/division/hproduct_e/labo_opto.html"){overcolor = pagecolor}
				if(page_filename == "/product/htech_e/ln_tech.html"){overcolor = pagecolor}
				if(page_filename == "/product/htech_e/wave_tech.html"){overcolor = pagecolor}
				if(page_filename == "/product/htech_e/image_tech.html"){overcolor = pagecolor}
			if(page_filename == "/division/hproduct_e/labo_mate.html"){overcolor = pagecolor}
				if(page_filename == "/product/hproduct_e/display.html"){overcolor = pagecolor}
				if(page_filename == "/product/hproduct_e/semiconductor.html"){overcolor = pagecolor}
				if(page_filename == "/product/hproduct_e/nano.html"){overcolor = pagecolor}
			//if(page_filename == "/division/hproduct_e/assay.html"){overcolor = pagecolor}
			document.write('	<li style ="background :' + overcolor + ' url(/img/submenu_icon.gif) no-repeat 5px 16px" id ="submenu_divisionguide_mp"><a href="/division/hproduct_e/laboratory.html">R & E</a>');
			document.write('	<a href="/division/hproduct_e/labo_opto.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line0.gif">Optoelectronic </a>');
			document.write('	<a href="/division/hproduct_e/labo_opto.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">Research Group</a>');
			document.write('	<a href="/division/hproduct_e/labo_mate.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line0.gif">Advanced Material </a>');
			document.write('	<a href="/division/hproduct_e/labo_mate.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line1.gif">Research Group </a>');
			//document.write('	<a href="/division/hproduct_e/assay.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line1.gif">Assay </a>');
			document.write('	</li>');
			overcolor = outcolor;
			if(page_filename == "/division/hproduct_e/history.html"){overcolor = pagecolor}
			document.write('	<li style ="background :' + overcolor + ' url(/img/submenu_icon.gif) no-repeat 5px 16px"><a href="/division/hproduct_e/history.html">History</a></li>');
			overcolor = outcolor;
			if(page_filename == "/division/hproduct_e/company.html"){overcolor = pagecolor}
			document.write('	<li style ="background :' + overcolor + ' url(/img/submenu_icon.gif) no-repeat 5px 16px"><a href="/division/hproduct_e/company.html">Group Companies</a></li>');
			overcolor = outcolor;
			document.write('	</ul>');
			document.write('	</dd>');
			document.write('</dl>');
			document.write('</div>');
		}
		//一覧
		rObj = new RegExp("/product/hproduct_e/");
		if(page_filename.match(rObj) ){
		document.write('<div class="submenu_list" id="submenu_list1" style="height:319px;">');
		}
		else{
		document.write('<div class="submenu_list" id="submenu_list1">');
		}
		document.write('<dl>');
		document.write('	<dt><img src="/img/submenu/submenu1_e.gif" alt="Products" border="0"></dt>');
		document.write('	<dd>');
		document.write('	<ul>');
		if(page_filename == "/product/hproduct/index.html"){overcolor = pagecolor}
		document.write('	<li style ="background :' + overcolor + ' url(/img/submenu_icon.gif) no-repeat 5px 12px"><a href="/product/hproduct_e/index.html">Product Search</a></li>');
		overcolor = outcolor;
		
		if(page_filename == "/product/hproduct/index2.html"){overcolor = pagecolor}
		document.write('	<li style ="background :' + overcolor + ' url(/img/submenu_icon.gif) no-repeat 5px 12px"><a href="/product/hproduct_e/index2.html">Category Search</a></li>');
		if(page_filename.match(rObj) ){
		document.write('	<span id ="submenu_divisionguide_m_midashi"></span>');
		document.write('	<span id ="submenu_divisionguide_m_midashi">NEW Product</span>');
		document.write('	<a href="" id ="submenu_divisionguide_m"></a>');
		document.write('	<span id ="submenu_divisionguide_m_midashi">Nano-Technology</span>');
		document.write('	<a href="/product/hproduct_e/ultrafine.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">Ultrafine Particles</a>');
		document.write('	<a href="/product/hproduct_e/ad_nanomenu.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">Zirconium Oxide: </a>');
		document.write('	<a href="/product/hproduct_e/ad_nanomenu.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line0.gif">Nanoparticle Dispersion</a>');
		document.write('	<a href="/product/hproduct_e/coating.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">Functional Coatings</a>');			
		document.write('	<a href="/product/hproduct_e/film.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line1.gif">Functional Films</a>');
		document.write('	<span id ="submenu_divisionguide_m_midashi"></span>');
		document.write('	<span id ="submenu_divisionguide_m_midashi">Optical Communication</span>');			
		document.write('	<a href="/product/hproduct_e/ln.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line1.gif">LN Modulator</a>');
		document.write('	<span id ="submenu_divisionguide_m_midashi"></span>');
		document.write('	<span id ="submenu_divisionguide_m_midashi">Hygienic Materials</span>');
		document.write('	<a href="/product/hproduct_e/antibacterial.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">Antibacterial Agents</a>');			
		document.write('	<a href="/product/hproduct_e/ad_easymenu_e.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line1.gif">Easy Clean  Coating</a>');
		document.write('	<span id ="submenu_divisionguide_m_midashi"></span>');
		}
		overcolor = outcolor;
		document.write('	</ul>');
		document.write('	</dd>');
		document.write('</dl>');
		document.write('</div>');
	    	var display = "off";
	    	if(page_filename.match(RegExp("/report/hproduct_e/index.html")) ){display ="on";}
	    	if(page_filename.match(RegExp("/report/htech_e/technical")) ){display ="on";}
	    	if(page_filename.match(RegExp("/report/htech_e/thesis")) ){display ="on";}
	    	
	    	
		if(display == "on"){
			document.write('<div class="submenu_list" id="submenu_list2" style="height:498px;">');
		}
		else{
			document.write('<div class="submenu_list" id="submenu_list2" style="height:164px;">');
		}
			document.write('<dl>');
			document.write('	<dt><img src="/img/submenu/submenu2_e.gif" alt="Technical Reports" border="0"></dt>');
			document.write('	<dd>');
			document.write('	<ul>');
			if(page_filename == "/report/hproduct_e/index.html"){overcolor = pagecolor}
			document.write('	<li style ="background :' + overcolor + ' url(/img/submenu_icon02.gif) no-repeat 0px 0px"><a href="/report/hproduct_e/index.html">Technical Reports</a>');
			document.write('	</li>');
			overcolor = outcolor;
			if(display == "on"){
			document.write('	<a href="/report/htech_e/technical1998.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">Technical Report1998</a>');
			document.write('	<a href="/report/htech_e/technical1999.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">Technical Report1999</a>');
			document.write('	<a href="/report/htech_e/technical2000.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">Technical Report2000</a>');
			document.write('	<a href="/report/htech_e/technical2001.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">Technical Report2001</a>');
			document.write('	<a href="/report/htech_e/technical2002.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">Technical Report2002</a>');
			document.write('	<a href="/report/htech_e/technical2003.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">Technical Report2003</a>');
			document.write('	<a href="/report/htech_e/technical2004.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">Technical Report2004</a>');
			document.write('	<a href="/report/htech_e/technical2005.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line1.gif">Technical Report2005</a>');
			document.write('	<span id ="submenu_divisionguide_m_midashi"></span>');
			}
			
			if(page_filename == "/report/hproduct_e/index.html#ln_rep"){overcolor = pagecolor}
			document.write('	<li style ="background :' + overcolor + ' url(/img/submenu_icon02.gif) no-repeat 0px 0px"><a href="/report/hproduct_e/index.html#ln_rep">LN Modulator Thesis</a></li>');
			overcolor = outcolor;
			if(display == "on"){
			document.write('	<a href="/report/htech_e/thesis1995.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">Thesis1995</a>');
			document.write('	<a href="/report/htech_e/thesis1996.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">Thesis1996</a>');
			document.write('	<a href="/report/htech_e/thesis1997.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">Thesis1997</a>');
			document.write('	<a href="/report/htech_e/thesis1998.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">Thesis1998</a>');
			document.write('	<a href="/report/htech_e/thesis1999.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">Thesis1999</a>');
			document.write('	<a href="/report/htech_e/thesis2000.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">Thesis2000</a>');
			document.write('	<a href="/report/htech_e/thesis2001.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">Thesis2001</a>');
			document.write('	<a href="/report/htech_e/thesis2002.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">Thesis2002</a>');
			document.write('	<a href="/report/htech_e/thesis2003.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">Thesis2003</a>');
			document.write('	<a href="/report/htech_e/thesis2004.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">Thesis2004</a>');
			document.write('	<a href="/report/htech_e/thesis2005.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">Thesis2005</a>');
			document.write('	<a href="/report/htech_e/thesis2006.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line2.gif">Thesis2006</a>');
			document.write('	<a href="/report/htech_e/thesis2007.html" id ="submenu_divisionguide_m"><img width="15" height="15" border="0" src="/img/line1.gif">Thesis2007</a>');
			document.write('	<span id ="submenu_divisionguide_m_midashi"></span>');
			}
			if(page_filename == "/report/hproduct_e/index.html#zno"){overcolor = pagecolor}
			document.write('	<li style ="background :' + overcolor + ' url(/img/submenu_icon02.gif) no-repeat 0px 0px"><a href="/report/hproduct_e/index.html#zno">Nano-Technology </a></li>');
			overcolor = outcolor;
			if(page_filename == "/report/hproduct_e/index.html#am15"){overcolor = pagecolor}
			document.write('	<li style ="background :' + overcolor + ' url(/img/submenu_icon02.gif) no-repeat 0px 0px"><a href="/report/hproduct_e/index.html#am15">Hygienic Materials </a></li>');
			overcolor = outcolor;
			document.write('	</ul>');
			document.write('	</dd>');
			document.write('</dl>');
		document.write('</div>');
		document.close();
	}
}
