var on_text=new Array()
var ns6=document.getElementById&&!document.all
var ie=document.all
on_text[0]="社員を募集しています"
on_text[1]="中部エコテックの紹介"
on_text[2]="環境への取り組み"
on_text[3]="各事業所のご案内とお問い合わせ"
on_text[4]="各製品のご案内"
on_text[5]="コンポの納入実績"
on_text[6]="発酵の概要をご説明いたします"
on_text[7]="リンク集"
on_text[8]="コンポに関するよくある質問"
on_text[9]="環境基本法に関するＱ＆Ａ"
on_text[10]="コンポの導入事例をご紹介します"
on_text[11]="新着情報をお知らせします"
function s_text(show_text, show_div){
if (ie) eval("document.all."+show_div).innerHTML=on_text[show_text]
else if (ns6) document.getElementById(show_div).innerHTML=on_text[show_text]
}
function out_text(show_div){
if (ie) eval("document.all."+show_div).innerHTML=''
else if (ns6) document.getElementById(show_div).innerHTML=''
}

