//タイトルを取得、
//該当するタイトルであればif文のものを表示
myDomain=document.title;

//階層が異なるため、絶対パスで読み込む
//新規で作成したナビは必ずサーバにアップ
//注意！　本番アップ前は絶対パスを変更
//domain="http://www.aaa-co.jp/client/vtc-all/";
domain="http://www.vantec-gl.com/";
domain+="ir/";

//経営情報・方針＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
document.write("<ul>");
policy="<li><a href='"+domain+"policy/message.html' onMouseOver='MM_swapImage(\"LEFTNAVI_POLICY\",\"\",\""+domain+"img/leftnavi_policy_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"img/leftnavi_policy.gif' alt='経営情報・方針' name='LEFTNAVI_POLICY' width='160' height='33' ></a></li>";
policy_o="<li><img src='"+domain+"policy/img/leftnavi_o2.gif' alt='経営情報・方針' name='LEFTNAVI_POLICY' width='160' height='25' ></li>";
policy_oo="<li><a href='"+domain+"policy/message.html' onMouseOver='MM_swapImage(\"LEFTNAVI_POLICY\",\"\",\""+domain+"policy/img/leftnavi_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"img/leftnavi_o2.gif' alt='経営情報・方針' name='LEFTNAVI_POLICY' width='160' height='25' ></a></li>";


//トップメッセージ--------------------
message="<li><a href='"+domain+"policy/message.html' onMouseOver='MM_swapImage(\"LEFTNAVI_MEESAGE\",\"\",\""+domain+"policy/img/leftnavi_message_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"policy/img/leftnavi_message.gif' alt='トップメッセージ' name='LEFTNAVI_MEESAGE' width='160' height='19' ></a></li>";
message_o="<li><img src='"+domain+"policy/img/leftnavi_message_o2.gif' alt='トップメッセージ' name='LEFTNAVI_MESSAGE' width='160' height='19' ></li>";
message_oo="<li><a href='"+domain+"policy/message.html' onMouseOver='MM_swapImage(\"LEFTNAVI_MESSAGE\",\"\",\""+domain+"policy/img/leftnavi_message_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"policy/img/leftnavi_message_o2.gif' alt='トップメッセージ' name='LEFTNAVI_MEESAGE' width='160' height='19' ></a></li>";


//役員紹介
executive="<li><a href='"+domain+"policy/executive.html' onMouseOver='MM_swapImage(\"LEFTNAVI_EXE\",\"\",\""+domain+"policy/img/leftnavi_executive_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"policy/img/leftnavi_executive.gif' alt='役員紹介' name='LEFTNAVI_EXE' width='160' height='19' ></a></li>";
executive_o="<li><img src='"+domain+"policy/img/leftnavi_executive_o2.gif' alt='役員紹介' name='LEFTNAVI_EXE' width='160' height='19' ></li>";


//中期経営計画
mid="<li><a href='"+domain+"policy/mid-plan.html' onMouseOver='MM_swapImage(\"LEFTNAVI_MID\",\"\",\""+domain+"policy/img/leftnavi_mid_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"policy/img/leftnavi_mid.gif' alt='中期経営計画' name='LEFTNAVI_MID' width='160' height='19' ></a></li>";
mid_o="<li><img src='"+domain+"policy/img/leftnavi_mid_o2.gif' alt='中期経営計画' name='LEFTNAVI_MID' width='160' height='19' ></li>";


//コーポレート・ガバナンス 
cg="<li><a href='"+domain+"policy/cg.html' onMouseOver='MM_swapImage(\"LEFTNAVI_CG\",\"\",\""+domain+"policy/img/leftnavi_cg_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"policy/img/leftnavi_cg.gif' alt='コーポレート・ガバナンス' name='LEFTNAVI_CG' width='160' height='19' ></a></li>";
cg_o="<li><img src='"+domain+"policy/img/leftnavi_cg_o2.gif' alt='コーポレート・ガバナンス' name='LEFTNAVI_CG' width='160' height='19' ></li>";


//事業等のリスク
risk="<li><a href='"+domain+"policy/risk.html' onMouseOver='MM_swapImage(\"LEFTNAVI_RISK\",\"\",\""+domain+"policy/img/leftnavi_risk_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"policy/img/leftnavi_risk.gif' alt='事業等のリスク' name='LEFTNAVI_RISK' width='160' height='19' ></a></li>";
risk_o="<li><img src='"+domain+"policy/img/leftnavi_risk_o2.gif' alt='事業等のリスク' name='LEFTNAVI_RISK' width='160' height='19' ></li>";

//適時開示宣誓書
oath="<li class='mar5'><a href='"+domain+"policy/oath.html' onMouseOver='MM_swapImage(\"LEFTNAVI_OATH\",\"\",\""+domain+"policy/img/leftnavi_oath_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"policy/img/leftnavi_oath.gif' alt='適時開示宣誓書' name='LEFTNAVI_OATH' width='160' height='19' ></a></li>";
oath_o="<li class='mar5'><img src='"+domain+"policy/img/leftnavi_oath_o2.gif' alt='適時開示宣誓書' name='LEFTNAVI_OATH' width='160' height='19' ></li>";



//経営情報・方針＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
if(myDomain=="株式会社バンテック（株主・投資家情報（トップメッセージ））"){
	document.write(policy_o);
	//トップメッセージ	
	document.write(message_o);
	
	//役員紹介
	document.write(executive);
	
	//中期経営計画
	document.write(mid);
	
	//コーポレート・ガバナンス
	document.write(cg);
	
	//事業等のリスク
	document.write(risk);
	
	//適時開示宣誓書
	document.write(oath);
	document.write("<img src='"+domain+"img/leftnavi_bottom.gif' alt='' class='bottom'>");
	}
	
//経営情報・方針＞役員紹介
else if(myDomain=="株式会社バンテック（株主・投資家情報（役員紹介））"){
	document.write(policy_o);
	//トップメッセージ	
	document.write(message);
	
	//役員紹介
	document.write(executive_o);
	
	//中期経営計画
	document.write(mid);
	
	//コーポレート・ガバナンス
	document.write(cg);
	
	//事業等のリスク
	document.write(risk);
	
	//適時開示宣誓書
	document.write(oath);
	document.write("<img src='"+domain+"img/leftnavi_bottom.gif' alt='' class='bottom'>");
}

//経営情報・方針＞中期経営計画
else if(myDomain=="株式会社バンテック（株主・投資家情報（中期経営計画））"){
	document.write(policy_o);
	//トップメッセージ	
	document.write(message);
	
	//役員紹介
	document.write(executive);
	
	//中期経営計画
	document.write(mid_o);
	
	//コーポレート・ガバナンス
	document.write(cg);
	
	//事業等のリスク
	document.write(risk);
	
	//適時開示宣誓書
	document.write(oath);
	document.write("<img src='"+domain+"img/leftnavi_bottom.gif' alt='' class='bottom'>");
}

//経営情報・方針＞コーポレート・ガバナンス
else if(myDomain=="株式会社バンテック（株主・投資家情報（コーポレート・ガバナンス））"){
	document.write(policy_o);
	//トップメッセージ	
	document.write(message);
	
	//役員紹介
	document.write(executive);
	
	//中期経営計画
	document.write(mid);
	
	//コーポレート・ガバナンス
	document.write(cg_o);
	
	//事業等のリスク
	document.write(risk);
	
	//適時開示宣誓書
	document.write(oath);
	document.write("<img src='"+domain+"img/leftnavi_bottom.gif' alt='' class='bottom'>");
}

//経営情報・方針＞事業等のリスク
else if(myDomain=="株式会社バンテック（株主・投資家情報（事業等のリスク））"){
	document.write(policy_o);
	//トップメッセージ	
	document.write(message);
	
	//役員紹介
	document.write(executive);
	
	//中期経営計画
	document.write(mid);
	
	//コーポレート・ガバナンス
	document.write(cg);
	
	//事業等のリスク
	document.write(risk_o);
	
	//適時開示宣誓書
	document.write(oath);
	document.write("<img src='"+domain+"img/leftnavi_bottom.gif' alt='' class='bottom'>");
}

//経営情報・方針＞適時開示宣誓書
else if(myDomain=="株式会社バンテック（株主・投資家情報（適時開示宣誓書））"){
	document.write(policy_o);
	//トップメッセージ	
	document.write(message);
	
	//役員紹介
	document.write(executive);
	
	//中期経営計画
	document.write(mid);
	
	//コーポレート・ガバナンス
	document.write(cg);
	
	//事業等のリスク
	document.write(risk);
	
	//適時開示宣誓書
	document.write(oath_o);
	document.write("<img src='"+domain+"img/leftnavi_bottom.gif' alt='' class='bottom'>");
}

else{
	document.write(policy);
	}



//＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
//財務ハイライト-------------------
highlight="<li><a href='"+domain+"highlight/index.html' onMouseOver='MM_swapImage(\"LEFTNAVI_HIGHLIGHT\",\"\",\""+domain+"img/leftnavi_high_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"img/leftnavi_high.gif' alt='財務ハイライト' name='LEFTNAVI_HIGHLIGHT' width='160' height='33' ></a></li>";
highlight_o="<li><img src='"+domain+"highlight/img/leftnavi_o2.gif' alt='財務ハイライト' name='LEFTNAVI_HIGHLIGHT' width='160' height='25' ></li>";
highlight_oo="<li><a href='"+domain+"highlight/index.html' onMouseOver='MM_swapImage(\"LEFTNAVI_HIGHLIGHT\",\"\",\""+domain+"highlight/img/leftnavi_high_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"highlight/img/leftnavi_high_o2.gif' alt='財務ハイライト' name='LEFTNAVI_HIGHLIGHT' width='160' height='25' ></a></li>";

//ハイライト
high2="<li><a href='"+domain+"highlight/index.html' onMouseOver='MM_swapImage(\"LEFTNAVI_HIGH2\",\"\",\""+domain+"highlight/img/leftnavi_highlight_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"highlight/img/leftnavi_highlight.gif' alt='財務ハイライト' name='LEFTNAVI_HIGH2' width='160' height='19' ></a></li>";
high2_o="<li><img src='"+domain+"highlight/img/leftnavi_highlight_o2.gif' alt='財務ハイライト' name='LEFTNAVI_HIGH2' width='160' height='19' ></li>";

//セグメント情報
seg1="<li><a href='"+domain+"highlight/seg1.html' onMouseOver='MM_swapImage(\"LEFTNAVI_SEG1\",\"\",\""+domain+"highlight/img/leftnavi_seg1_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"highlight/img/leftnavi_seg1.gif' alt='セグメント情報' name='LEFTNAVI_SEG1' width='160' height='19' ></a></li>";
seg1_o="<li><img src='"+domain+"highlight/img/leftnavi_seg1_o2.gif' alt='セグメント情報' name='LEFTNAVI_SEG1' width='160' height='19' ></li>";

//所在地別セグメント
seg2="<li><a href='"+domain+"highlight/seg2.html' onMouseOver='MM_swapImage(\"LEFTNAVI_SEG2\",\"\",\""+domain+"highlight/img/leftnavi_seg2_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"highlight/img/leftnavi_seg2.gif' alt='所在地別セグメント' name='LEFTNAVI_SEG2' width='160' height='19' ></a></li>";
seg2_o="<li><img src='"+domain+"highlight/img/leftnavi_seg2_o2.gif' alt='所在地別セグメント' name='LEFTNAVI_SEG2' width='160' height='19' ></li>";

//バランスシート
balance="<li class='mar5'><a href='"+domain+"highlight/balance.html' onMouseOver='MM_swapImage(\"LEFTNAVI_BALANCE\",\"\",\""+domain+"highlight/img/leftnavi_balance_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"highlight/img/leftnavi_balance.gif' alt='バランスシート' name='LEFTNAVI_BALANCE' width='160' height='19' ></a></li>";
balance_o="<li class='mar5'><img src='"+domain+"highlight/img/leftnavi_balance_o2.gif' alt='バランスシート' name='LEFTNAVI_BALANCE' width='160' height='19' ></li>";



//財務ハイライト＞財務ハイライトのベージだったら
if(myDomain=="株式会社バンテック（株主・投資家情報（財務ハイライト））"){
	document.write(highlight_o);
		//財務ハイライト
		document.write(high2_o);
		
		//セグメント情報
		document.write(seg1);
	
		
		
		//バランスシート
		document.write(balance);
	
		document.write("<img src='"+domain+"img/leftnavi_bottom.gif' alt='' class='bottom'>");
}

//財務ハイライト＞セグメント情報のベージだったら
else if(myDomain=="株式会社バンテック（株主・投資家情報（セグメント情報））"){
	document.write(highlight_o);
		//財務ハイライト
		document.write(high2);
		
		//セグメント情報
		document.write(seg1_o);
	
		
		
		//バランスシート
		document.write(balance);
	
		document.write("<img src='"+domain+"img/leftnavi_bottom.gif' alt='' class='bottom'>");
}





//財務ハイライト＞バランスシートのベージだったら
else if(myDomain=="株式会社バンテック（株主・投資家情報（バランスシート））"){
	document.write(highlight_o);
		//財務ハイライト
		document.write(high2);
		
		//セグメント情報
		document.write(seg1);
	
		
		
		//バランスシート
		document.write(balance_o);
	
		document.write("<img src='"+domain+"img/leftnavi_bottom.gif' alt='' class='bottom'>");
}
else{
	document.write(highlight);
}


//＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
//IRライブラリー-------------------
library="<li><a href='"+domain+"library/index.html' onMouseOver='MM_swapImage(\"LEFTNAVI_LIBRARY\",\"\",\""+domain+"img/leftnavi_library_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"img/leftnavi_library.gif' alt='IRライブラリー' name='LEFTNAVI_LIBRARY' width='160' height='33' ></a></li>";
library_o="<li><img src='"+domain+"library/img/leftnavi_o2.gif' alt='IRライブラリー' name='LEFTNAVI_LIBRARY' width='160' height='25' ></li>";

library_oo="<li><a href='"+domain+"library/index.html' onMouseOver='MM_swapImage(\"LEFTNAVI_HIGHLIGHT\",\"\",\""+domain+"library/img/leftnavi_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"library/img/leftnavi_o2.gif' alt='財務ハイライト' name='LEFTNAVI_HIGHLIGHT' width='160' height='25' ></a></li>";

//決算短信-------------------
account="<li><a href='"+domain+"library/account/index.html' onMouseOver='MM_swapImage(\"LEFTNAVI_ACCOUNT\",\"\",\""+domain+"library/img/leftnavi_account_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"library/img/leftnavi_account.gif' alt='決算短信' name='LEFTNAVI_ACCOUNT' width='160' height='19' ></a></li>";
account_o="<li><img src='"+domain+"library/img/leftnavi_account_o2.gif' alt='決算短信' name='LEFTNAVI_ACCOUNT' width='160' height='19' ></li>";

//四半期・有価証券報告書-------------------
financial="<li><a href='"+domain+"library/financial/index.html' onMouseOver='MM_swapImage(\"LEFTNAVI_FINANCIAL\",\"\",\""+domain+"library/img/leftnavi_financial_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"library/img/leftnavi_financial.gif' alt='四半期・有価証券報告書' name='LEFTNAVI_FINANCIAL' width='160' height='19' ></a></li>";
financial_o="<li><img src='"+domain+"library/img/leftnavi_financial_o2.gif' alt='四半期・有価証券報告書' name='LEFTNAVI_FINANCIAL' width='160' height='19' ></li>";

//目論見書-------------------
prospectus="<li><a href='"+domain+"library/prospectus.html' onMouseOver='MM_swapImage(\"LEFTNAVI_PROSPECTUS\",\"\",\""+domain+"library/img/leftnavi_prospectus_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"library/img/leftnavi_prospectus.gif' alt='目論見書' name='LEFTNAVI_PROSPECTUS' width='160' height='19' ></a></li>";
prospectus_o="<li><img src='"+domain+"library/img/leftnavi_prospectus_o2.gif' alt='目論見書' name='LEFTNAVI_PROSPECTUS' width='160' height='19' ></li>";

//株主様向け報告書-------------------
business="<li><a href='"+domain+"library/report/index.html' onMouseOver='MM_swapImage(\"LEFTNAVI_BUSINESS\",\"\",\""+domain+"library/img/leftnavi_business_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"library/img/leftnavi_business.gif' alt='株主様向け報告書' name='LEFTNAVI_BUSINESS' width='160' height='19' ></a></li>";
business_o="<li><img src='"+domain+"library/img/leftnavi_business_o2.gif' alt='株主様向け報告書' name='LEFTNAVI_BUSINESS' width='160' height='19'></li>";

//アニュアルレポート-------------------
annual="<li><a href='"+domain+"library/annual/index.html' onMouseOver='MM_swapImage(\"LEFTNAVI_ANNUAL\",\"\",\""+domain+"library/img/leftnavi_annual_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"library/img/leftnavi_annual.gif' alt='アニュアルレポート' name='LEFTNAVI_ANNUAL' width='160' height='19' ></a></li>";
annual_o="<li><img src='"+domain+"library/img/leftnavi_annual_o2.gif' alt='アニュアルレポート' name='LEFTNAVI_ANNUAL' width='160' height='19' ></li>";

//説明会資料-------------------
briefing="<li><a href='"+domain+"library/briefing/index.html' onMouseOver='MM_swapImage(\"LEFTNAVI_BRIEFING\",\"\",\""+domain+"library/img/leftnavi_briefing_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"library/img/leftnavi_briefing.gif' alt='説明会資料' name='LEFTNAVI_BRIEFING' width='160' height='19' ></a></li>";
briefing_o="<li><img src='"+domain+"library/img/leftnavi_briefing_o2.gif' alt='説明会資料' name='LEFTNAVI_BRIEFING' width='160' height='19' ></li>";
//IRライブラリーだったら
if(myDomain=="株式会社バンテック（株主・投資家情報（IRライブラリー））"){
	document.write(library_o);
		//決算短信
		document.write(account);
		
		//四半期・有価証券報告書
		document.write(financial);
	
		//目論見書
		document.write(prospectus);
		
		//株主様向け報告書
		document.write(business);
		
		//アニュアルレポート
		document.write(annual);
		
		//説明会資料
		document.write(briefing);
	
		document.write("<img src='"+domain+"img/leftnavi_bottom.gif' alt='' class='bottom'>");
}


//IRライブラリー＞決算短信のベージだったら
else if(myDomain=="株式会社バンテック（株主・投資家情報（決算短信））"){
	document.write(library_oo);
		//決算短信
		document.write(account_o);
		
		//四半期・有価証券報告書
		document.write(financial);
	
		//目論見書
		document.write(prospectus);
		
		//株主様向け報告書
		document.write(business);
		
		//アニュアルレポート
		document.write(annual);
		
		//説明会資料
		document.write(briefing);
	
		document.write("<img src='"+domain+"img/leftnavi_bottom.gif' alt='' class='bottom'>");
}

//IRライブラリー＞四半期・有価証券報告書のベージだったら
else if(myDomain=="株式会社バンテック（株主・投資家情報（四半期・有価証券報告書））"){
	document.write(library_oo);
		//決算短信
		document.write(account);
		
		//四半期・有価証券報告書
		document.write(financial_o);
	
		//目論見書
		document.write(prospectus);
		
		//株主様向け報告書
		document.write(business);
		
		//アニュアルレポート
		document.write(annual);
		
		//説明会資料
		document.write(briefing);
	
		document.write("<img src='"+domain+"img/leftnavi_bottom.gif' alt='' class='bottom'>");
}

//IRライブラリー＞目論見書のベージだったら
else if(myDomain=="株式会社バンテック（株主・投資家情報（新株発行並びに株式売出届出目論見書））"){
	document.write(library_oo);
		//決算短信
		document.write(account);
		
		//四半期・有価証券報告書
		document.write(financial);
	
		//目論見書
		document.write(prospectus_o);
		
		//株主様向け報告書
		document.write(business);
		
		//アニュアルレポート
		document.write(annual);
		
		//説明会資料
		document.write(briefing);
	
		document.write("<img src='"+domain+"img/leftnavi_bottom.gif' alt='' class='bottom'>");

}

//IRライブラリー＞株主様向け報告書のベージだったら
else if(myDomain=="株式会社バンテック（株主・投資家情報（株主様向け報告書））"){
	document.write(library_oo);
		//決算短信
		document.write(account);
		
		//四半期・有価証券報告書
		document.write(financial);
	
		//目論見書
		document.write(prospectus);
		
		//株主様向け報告書
		document.write(business_o);
		
		//アニュアルレポート
		document.write(annual);
		
		//説明会資料
		document.write(briefing);
	
		document.write("<img src='"+domain+"img/leftnavi_bottom.gif' alt='' class='bottom'>");
}


//IRライブラリー＞アニュアルレポーのベージだったら
else if(myDomain=="株式会社バンテック（株主・投資家情報（アニュアルレポート））"){
	document.write(library_oo);
		//決算短信
		document.write(account);
		
		//四半期・有価証券報告書
		document.write(financial);
	
		//目論見書
		document.write(prospectus);
		
		//株主様向け報告書
		document.write(business);
		
		//アニュアルレポート
		document.write(annual_o);
		
		//説明会資料
		document.write(briefing);
	
		document.write("<img src='"+domain+"img/leftnavi_bottom.gif' alt='' class='bottom'>");
}


//IRライブラリー＞説明会資料のベージだったら
else if(myDomain=="株式会社バンテック（株主・投資家情報（説明会資料））"){
	document.write(library_oo);
		//決算短信
		document.write(account);
		
		//四半期・有価証券報告書
		document.write(financial);
	
		//目論見書
		document.write(prospectus);
		
		//株主様向け報告書
		document.write(business);
		
		//アニュアルレポート
		document.write(annual);
		
		//説明会資料
		document.write(briefing_o);
	
		document.write("<img src='"+domain+"img/leftnavi_bottom.gif' alt='' class='bottom'>");
}
else{
	document.write(library);
}



//＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
//株式情報-------------------
stock="<li><a href='"+domain+"stock/index.html' onMouseOver='MM_swapImage(\"LEFTNAVI_STOCK\",\"\",\""+domain+"img/leftnavi_stock_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"img/leftnavi_stock.gif' alt='株式情報' name='LEFTNAVI_STOCK' width='160' height='33' ></a></li>";
stock_o="<li><img src='"+domain+"stock/img/leftnavi_o2.gif' alt='株式情報' name='LEFTNAVI_STOCK' width='160' height='25' ></li>";

stock_oo="<li><a href='"+domain+"stock/index.html' onMouseOver='MM_swapImage(\"LEFTNAVI_STOCKT\",\"\",\""+domain+"library/img/leftnavi_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"library/img/leftnavi_o2.gif' alt='株式情報' name='LEFTNAVI_STOCK' width='160' height='25' ></a></li>";

//株式基本情報・株式事務-------------------
spec="<li><a href='"+domain+"stock/index.html' onMouseOver='MM_swapImage(\"LEFTNAVI_SPEC\",\"\",\""+domain+"stock/img/leftnavi_spec_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"stock/img/leftnavi_spec.gif' alt='株式基本情報・株式事務' name='LEFTNAVI_SPEC' width='160' height='19' ></a></li>";
spec_o="<li><img src='"+domain+"stock/img/leftnavi_spec_o2.gif' alt='株式基本情報・株式事務' name='LEFTNAVI_SPEC' width='160' height='19' ></li>";

//株価情報-------------------
price="<li><a href='http://stocks.finance.yahoo.co.jp/stocks/detail/?code=9382.t' onMouseOver='MM_swapImage(\"LEFTNAVI_PRICE\",\"\",\""+domain+"stock/img/leftnavi_price_o.gif\",1)' onMouseOut='MM_swapImgRestore()' target='_blank'><img src='"+domain+"stock/img/leftnavi_price.gif' alt='株式基本情報・株式事務' name='LEFTNAVI_PRICE' width='160' height='19' ></a></li>";
price_o="<li><img src='"+domain+"stock/img/leftnavi_price_o2.gif' alt='株式基本情報・株式事務' name='LEFTNAVI_PRICE' width='160' height='19' ></li>";

//電子公告-------------------
koukoku="<li><a href='"+domain+"stock/koukoku.html' onMouseOver='MM_swapImage(\"LEFTNAVI_KOUKOKU\",\"\",\""+domain+"stock/img/leftnavi_koukoku_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"stock/img/leftnavi_koukoku.gif' alt='電子公告' name='LEFTNAVI_KOUKOKU' width='160' height='19' ></a></li>";
koukoku_o="<li><img src='"+domain+"stock/img/leftnavi_koukoku_o2.gif' alt='電子公告' name='LEFTNAVI_KOUKOKU' width='160' height='19' ></li>";

//株主構成-------------------
compo="<li><a href='"+domain+"stock/composition.html' onMouseOver='MM_swapImage(\"LEFTNAVI_COMPO\",\"\",\""+domain+"stock/img/leftnavi_compo_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"stock/img/leftnavi_compo.gif' alt='株主構成' name='LEFTNAVI_COMPO' width='160' height='19' ></a></li>";
compo_o="<li><img src='"+domain+"stock/img/leftnavi_compo_o2.gif' alt='株主構成' name='LEFTNAVI_COMPO' width='160' height='19' ></li>";

//配当・自己株式-------------------
dividend="<li><a href='"+domain+"stock/dividend.html' onMouseOver='MM_swapImage(\"LEFTNAVI_DIVIDEND\",\"\",\""+domain+"stock/img/leftnavi_dividend_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"stock/img/leftnavi_dividend.gif' alt='配当・自己株式' name='LEFTNAVI_DIVIDEND' width='160' height='19' ></a></li>";
dividend_o="<li><img src='"+domain+"stock/img/leftnavi_dividend_o2.gif' alt='配当・自己株式' name='LEFTNAVI_DIVIDEND' width='160' height='19' ></li>";

//株主総会 -------------------
mtg="<li><a href='"+domain+"stock/mtg.html' onMouseOver='MM_swapImage(\"LEFTNAVI_MTG\",\"\",\""+domain+"stock/img/leftnavi_mtg_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"stock/img/leftnavi_mtg.gif' alt='株主総会' name='LEFTNAVI_MTG' width='160' height='19' ></a></li>";
mtg_o="<li><img src='"+domain+"stock/img/leftnavi_mtg_o2.gif' alt='株主総会' name='LEFTNAVI_MTG' width='160' height='19' ></li>";



//株式情報＞株式基本情報・株式事務のベージだったら
if(myDomain=="株式会社バンテック（株主・投資家情報（株式基本情報・株式事務））"){
	document.write(stock_o);
		//株式基本情報・株式事務
		document.write(spec_o);
		
		//株価情報
		document.write(price);
	
		//電子公告
		document.write(koukoku);
		
		//株主構成
		document.write(compo);
		
		//配当・自己株式
		document.write(dividend);
		
		//株主総会
		document.write(mtg);
	
		document.write("<img src='"+domain+"img/leftnavi_bottom.gif' alt='' class='bottom'>");
}

//株式情報＞電子公告だったら
else if(myDomain=="株式会社バンテック（株主・投資家情報（電子公告））"){
	document.write(stock_o);
		//株式基本情報・株式事務
		document.write(spec);
		
		//株価情報
		document.write(price);
	
		//電子公告
		document.write(koukoku_o);
		
		//株主構成
		document.write(compo);
		
		//配当・自己株式
		document.write(dividend);
		
		//株主総会
		document.write(mtg);
	
		document.write("<img src='"+domain+"img/leftnavi_bottom.gif' alt='' class='bottom'>");
}

//株式情報＞株主構成だったら
else if(myDomain=="株式会社バンテック（株主・投資家情報（株主構成））"){
	document.write(stock_o);
		//株式基本情報・株式事務
		document.write(spec);
		
		//株価情報
		document.write(price);
	
		//電子公告
		document.write(koukoku);
		
		//株主構成
		document.write(compo_o);
		
		//配当・自己株式
		document.write(dividend);
		
		//株主総会
		document.write(mtg);
	
		document.write("<img src='"+domain+"img/leftnavi_bottom.gif' alt='' class='bottom'>");
}

//株式情報＞配当・自己株式だったら
else if(myDomain=="株式会社バンテック（株主・投資家情報（配当・自己株式））"){
	document.write(stock_o);
		//株式基本情報・株式事務
		document.write(spec);
		
		//株価情報
		document.write(price);
	
		//電子公告
		document.write(koukoku);
		
		//株主構成
		document.write(compo);
		
		//配当・自己株式
		document.write(dividend_o);
		
		//株主総会
		document.write(mtg);
	
		document.write("<img src='"+domain+"img/leftnavi_bottom.gif' alt='' class='bottom'>");
}


//株式情報＞株主総会だったら
else if(myDomain=="株式会社バンテック（株主・投資家情報（株主総会））"){
	document.write(stock_o);
		//株式基本情報・株式事務
		document.write(spec);
		
		//株価情報
		document.write(price);
	
		//電子公告
		document.write(koukoku);
		
		//株主構成
		document.write(compo);
		
		//配当・自己株式
		document.write(dividend);
		
		//株主総会
		document.write(mtg_o);
	
		document.write("<img src='"+domain+"img/leftnavi_bottom.gif' alt='' class='bottom'>");
}


else{
	document.write(stock);
}


//＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
//ニュースリリース-------------------
release="<li><a href='"+domain+"release/2011/index.html' onMouseOver='MM_swapImage(\"LEFTNAVI_RELEASE\",\"\",\""+domain+"img/leftnavi_release_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"img/leftnavi_release.gif' alt='ニュースリリース' name='LEFTNAVI_RELEASE' width='160' height='33' ></a></li>";
release_o="<li><img src='"+domain+"release/img/leftnavi_o2.gif' alt='ニュースリリース' name='LEFTNAVI_RELEASE' width='160' height='25' ></li>";

release_oo="<li><a href='"+domain+"release/2011/index.html' onMouseOver='MM_swapImage(\"LEFTNAVI_RELEASE\",\"\",\""+domain+"library/img/leftnavi_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"library/img/leftnavi_o2.gif' alt='ニュースリリース' name='LEFTNAVI_RELEASE' width='160' height='25' ></a></li>";

//2011-------------------
re2011="<li><a href='"+domain+"release/2011/index.html' onMouseOver='MM_swapImage(\"LEFTNAVI_2011\",\"\",\""+domain+"release/img/leftnavi_2011_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"release/img/leftnavi_2011.gif' alt='2011年' name='LEFTNAVI_2011' width='160' height='19' ></a></li>";
re2011_o="<li><img src='"+domain+"release/img/leftnavi_2011_o2.gif' alt='2011年' name='LEFTNAVI_2011' width='160' height='19' ></li>";

//2010-------------------
re2010="<li><a href='"+domain+"release/2010/index.html' onMouseOver='MM_swapImage(\"LEFTNAVI_2010\",\"\",\""+domain+"release/img/leftnavi_2010_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"release/img/leftnavi_2010.gif' alt='2010年' name='LEFTNAVI_2010' width='160' height='19' ></a></li>";
re2010_o="<li><img src='"+domain+"release/img/leftnavi_2010_o2.gif' alt='2010年' name='LEFTNAVI_2010' width='160' height='19' ></li>";


//2009-------------------
re2009="<li><a href='"+domain+"release/2009/index.html' onMouseOver='MM_swapImage(\"LEFTNAVI_2009\",\"\",\""+domain+"release/img/leftnavi_2009_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"release/img/leftnavi_2009.gif' alt='2009年' name='LEFTNAVI_2009' width='160' height='19' ></a></li>";
re2009_o="<li><img src='"+domain+"release/img/leftnavi_2009_o2.gif' alt='2009年' name='LEFTNAVI_2009' width='160' height='19' ></li>";


//2008-------------------
re2008="<li><a href='"+domain+"release/2008/index.html' onMouseOver='MM_swapImage(\"LEFTNAVI_2008\",\"\",\""+domain+"release/img/leftnavi_2008_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"release/img/leftnavi_2008.gif' alt='2008年' name='LEFTNAVI_2008' width='160' height='19' ></a></li>";
re2008_o="<li><img src='"+domain+"release/img/leftnavi_2008_o2.gif' alt='2008年' name='LEFTNAVI_2008' width='160' height='19' ></li>";


//2007-------------------
re2007="<li><a href='"+domain+"release/2007/index.html' onMouseOver='MM_swapImage(\"LEFTNAVI_2007\",\"\",\""+domain+"release/img/leftnavi_2007_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"release/img/leftnavi_2007.gif' alt='2007年' name='LEFTNAVI_2007' width='160' height='19' ></a></li>";
re2007_o="<li><img src='"+domain+"release/img/leftnavi_2007_o2.gif' alt='2007年' name='LEFTNAVI_2007' width='160' height='19' ></li>";

//2006-------------------
re2006="<li><a href='"+domain+"release/2006/index.html' onMouseOver='MM_swapImage(\"LEFTNAVI_2006\",\"\",\""+domain+"release/img/leftnavi_2006_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"release/img/leftnavi_2006.gif' alt='2006年' name='LEFTNAVI_2006' width='160' height='19' ></a></li>";
re2006_o="<li><img src='"+domain+"release/img/leftnavi_2006_o2.gif' alt='2006年' name='LEFTNAVI_2006' width='160' height='19' ></li>";




//ニュースリリース＞2011年のベージだったら
if(myDomain=="株式会社バンテック（株主・投資家情報（ニュースリリース2011年度））"){
	document.write(release_o);
		//2011
		document.write(re2011_o);
		
		//2010
		document.write(re2010);
		
		//2009
		document.write(re2009);
		
		//2008
		document.write(re2008);
		
		//2007
		document.write(re2007);
	
		//2006
		document.write(re2006);
	
		document.write("<img src='"+domain+"img/leftnavi_bottom.gif' alt='' class='bottom'>");
}


//ニュースリリース＞2010年のベージだったら
if(myDomain=="株式会社バンテック（株主・投資家情報（ニュースリリース2010年度））"){
	document.write(release_o);
		//2011
		document.write(re2011);
		
		//2010
		document.write(re2010_o);
		
		//2009
		document.write(re2009);
		
		//2008
		document.write(re2008);
		
		//2007
		document.write(re2007);
	
		//2006
		document.write(re2006);
	
		document.write("<img src='"+domain+"img/leftnavi_bottom.gif' alt='' class='bottom'>");
}


//ニュースリリース＞2009年のベージだったら
else if(myDomain=="株式会社バンテック（株主・投資家情報（ニュースリリース2009年度））"){
	document.write(release_o);
		//2011
		document.write(re2011);
	
		//2010
		document.write(re2010);
		
		//2009
		document.write(re2009_o);
		
		//2008
		document.write(re2008);
		
		//2007
		document.write(re2007);
	
		//2006
		document.write(re2006);
	
		document.write("<img src='"+domain+"img/leftnavi_bottom.gif' alt='' class='bottom'>");
}


//ニュースリリース＞2008年のベージだったら
else if(myDomain=="株式会社バンテック（株主・投資家情報（ニュースリリース2008年度））"){
	document.write(release_o);
		//2011
		document.write(re2011);
		
		//2010
		document.write(re2010);
		
		//2009
		document.write(re2009);
		
		//2008
		document.write(re2008_o);
		
		//2007
		document.write(re2007);
	
		//2006
		document.write(re2006);
	
		document.write("<img src='"+domain+"img/leftnavi_bottom.gif' alt='' class='bottom'>");
}


//ニュースリリース＞2007年のベージだったら
else if(myDomain=="株式会社バンテック（株主・投資家情報（ニュースリリース2007年度））"){
	document.write(release_o);
		//2011
		document.write(re2011);
		
		//2010
		document.write(re2010);
		
		//2009
		document.write(re2009);
		
		//2008
		document.write(re2008);
		
		//2007
		document.write(re2007_o);
	
		//2006
		document.write(re2006);
	
		document.write("<img src='"+domain+"img/leftnavi_bottom.gif' alt='' class='bottom'>");
}

//ニュースリリース＞2006年のベージだったら
else if(myDomain=="株式会社バンテック（株主・投資家情報（ニュースリリース2006年度））"){
	document.write(release_o);
		//2011
		document.write(re2011);
		
		//2010
		document.write(re2010);
		
		//2009
		document.write(re2009);
		
		//2008
		document.write(re2008);
		
		//2007
		document.write(re2007);
	
		//2006
		document.write(re2006_o);
	
		document.write("<img src='"+domain+"img/leftnavi_bottom.gif' alt='' class='bottom'>");
}
else{
	document.write(release);
}



//＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
//個人投資家の皆様へ-------------------
per_inv="<li><a href='"+domain+"per_inv/index.html' onMouseOver='MM_swapImage(\"LEFTNAVI_PER\",\"\",\""+domain+"img/leftnavi_per_o.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='"+domain+"img/leftnavi_per.gif' alt='個人投資家の皆様へ' name='LEFTNAVI_PER' width='160' height='33' ></a></li>";
per_inv_o="<li><img src='"+domain+"img/leftnavi_per_o2.gif' alt='個人投資家の皆様へ' name='LEFTNAVI_PER' width='160' height='33' ></li>";


if(myDomain=="株式会社バンテック（株主・投資家情報（個人投資家の皆様へ））"){
	document.write(per_inv_o);
}
else{
	document.write(per_inv);
	}



document.write("</ul>");

document.write("<center><a href='https://x166.secure.ne.jp/~x166006/contact/index.html' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_swapImage(\"Image19\",\"\",\""+domain+"img/left_bannar_o.gif\",1)' target='_blank'><img src='"+domain+"img/left_bannar.gif' alt='IRに関するお問い合わせはこちら' name='Image19' width='150' height='136' border='0' style='margin: 5px 0 0 0px;'></a>");


document.write("<a href='http://quote.yahoo.co.jp/q?s=9382.t&d=t' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_swapImage(\"Image20\",\"\",\""+domain+"img/left_bannar2_o.gif\",1)' target='_blank'><img src='"+domain+"img/left_bannar2.gif' alt='株価情報（20分遅れ）' name='Image20' width='150' height='52' border='0' style='margin-top: 5px;'></a>");

document.write("<a href='http://www.vantec-gl.com/company/pamphlet/' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_swapImage(\"CR\",\"\",\""+domain+"img/bnr_corporate_o.gif\",1)'><img src='"+domain+"img/bnr_corporate.gif' alt='会社案内' name='CR' width='150' height='52' border='0' style='margin:5px 0;'></a>");


document.write("<ul class='navi' style='width:150px'><li><a href='"+domain+"other/calendar2011.html'>IRカレンダー</a></li><li><a href='"+domain+"other/faq.html'>よくあるご質問</a></li><li><a href='"+domain+"other/sitemap.html'>IRサイトマップ</a></li><li><a href='"+domain+"other/notice.html'>免責事項</a></li></ul></center>");

