var url = document.location.href;
var sa = url.split("/");
var filename = sa[sa.length-1];

document.write("<IMG height=1 alt=\"\" src=\"index.files/shim.gif\" width=135 border=0><BR>"+
"<p style=\"line-height:160%;\">"+
"<a href=index.html><IMG alt=ホーム src=\"index.files/home.gif\" border=0></a><BR>"+
"<IMG alt=■サービス src=\"index.files/99.gif\" border=0><BR>");


// 現在のページがnumber.htmかどうかで動きを変えます
if ( filename == "number.htm"){
 document.write("<img src=\"images2/numbering_red.gif\" border=\"0\"><BR>");
} else {
 document.write("<A href=\"number.htm\"><img src=\"images2/numbering_black.gif\" border=\"0\" onMouseOver=\"this.src='images2/numbering_red.gif'\" onMouseOut=\"this.src='images2/numbering_black.gif'\"></A><BR>");
}



if ( filename == "bar.htm"){
 document.write("<img src=\"images2/bar_red.gif\" border=\"0\"><BR>");
} else {
 document.write("<A href=\"bar.htm\"><img src=\"images2/bar_black.gif\" border=\"0\" onMouseOver=\"this.src='images2/bar_red.gif'\" onMouseOut=\"this.src='images2/bar_black.gif'\"></A><BR>");
}


if ( filename == "personal.htm"){
 document.write("<img src=\"images2/personal_red.gif\" border=\"0\"><BR>");
} else {
 document.write("<A href=\"personal.htm\"><img src=\"images2/personal_black.gif\" border=\"0\" onMouseOver=\"this.src='images2/personal_red.gif'\" onMouseOut=\"this.src='images2/personal_black.gif'\"></A><BR>");
}


if ( filename == "random.htm"){
 document.write("<img src=\"images2/random_red.gif\" border=\"0\"><BR>");
} else {
 document.write("<A href=\"random.htm\"><img src=\"images2/random_black.gif\" border=\"0\" onMouseOver=\"this.src='images2/random_red.gif'\" onMouseOut=\"this.src='images2/random_black.gif'\"></A><BR>");
}


if ( filename == "cd.htm"){
 document.write("<img src=\"images2/cd_red.gif\" border=\"0\"><BR>");
} else {
 document.write("<A href=\"cd.htm\"><img src=\"images2/cd_black.gif\" border=\"0\" onMouseOver=\"this.src='images2/cd_red.gif'\" onMouseOut=\"this.src='images2/cd_black.gif'\"></A><BR>");
}



if ( filename == "dm.htm"){
 document.write("<img src=\"images2/dm_red.gif\" border=\"0\"><BR>");
} else {
 document.write("<A href=\"dm.htm\"><img src=\"images2/dm_black.gif\" border=\"0\" onMouseOver=\"this.src='images2/dm_red.gif'\" onMouseOut=\"this.src='images2/dm_black.gif'\"></A><BR>");
}



if ( filename == "data.htm"){
 document.write("<img src=\"images2/data_red.gif\" border=\"0\"><BR>");
} else {
 document.write("<A href=\"data.htm\"><img src=\"images2/data_black.gif\" border=\"0\" onMouseOver=\"this.src='images2/data_red.gif'\" onMouseOut=\"this.src='images2/data_black.gif'\"></A><BR>");
}



if ( filename == "system.htm"){
 document.write("<img src=\"images2/system_red.gif\" border=\"0\"><BR>");
} else {
 document.write("<A href=\"system.htm\"><img src=\"images2/system_black.gif\" border=\"0\" onMouseOver=\"this.src='images2/system_red.gif'\" onMouseOut=\"this.src='images2/system_black.gif'\"></A><BR>");
}




document.write(""+
"<IMG alt=■製品情報 src=\"index.files/84.gif\" border=0><BR>");




if ( filename == "product.htm"){
 document.write("<img src=\"images2/product_red.gif\" border=\"0\"><BR>");
} else {
 document.write("<A href=\"product.htm\"><img src=\"images2/product_black.gif\" border=\"0\" onMouseOver=\"this.src='images2/product_red.gif'\" onMouseOut=\"this.src='images2/product_black.gif'\"></A><BR>");
}



document.write(""+
"<IMG alt=■技術情報 src=\"index.files/86.gif\" border=0><BR>");


if ( filename == "variable.htm"){
 document.write("<img src=\"images2/variable_red.gif\" border=\"0\"><BR>");
} else {
 document.write("<A href=\"variable.htm\"><img src=\"images2/variable_black.gif\" border=\"0\" onMouseOver=\"this.src='images2/variable_red.gif'\" onMouseOut=\"this.src='images2/variable_black.gif'\"></A><BR>");
}


if ( filename == "one_to_one.htm"){
 document.write("<img src=\"images2/one_to_one_red.gif\" border=\"0\"><BR>");
} else {
 document.write("<A href=\"one_to_one.htm\"><img src=\"images2/one_to_one_black.gif\" border=\"0\" onMouseOver=\"this.src='images2/one_to_one_red.gif'\" onMouseOut=\"this.src='images2/one_to_one_black.gif'\"></A><BR>");
}



document.write(""+
"<IMG alt=■会社案内 src=\"index.files/88.gif\" border=0><BR>");

if ( filename == "company.htm"){
 document.write("<img src=\"images2/company_red.gif\" border=\"0\"><BR>");
} else {
 document.write("<A href=\"company.htm\"><img src=\"images2/company_black.gif\" border=\"0\" onMouseOver=\"this.src='images2/company_red.gif'\" onMouseOut=\"this.src='images2/company_black.gif'\"></A><BR>");
}



document.write("</p>");

