/******* イメージを格納する *********/
menuHOn_1 = "/images/button/home_on.gif";
menuHOn_2 = "/images/button/LSB_on.gif";
menuHOn_3 = "/images/button/online_store_on.gif";
menuHOn_4 = "/images/button/battery_on.gif";
menuHOn_5 = "/images/button/about_enax_on.gif";

menuHOf_1 = "/images/button/home_off.gif";
menuHOf_2 = "/images/button/LSB_off.gif";
menuHOf_3 = "/images/button/online_store_off.gif";
menuHOf_4 = "/images/button/battery_off.gif";
menuHOf_5 = "/images/button/about_enax_off.gif";

document.write( "<CENTER>" ) ;
document.write( "<TABLE width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">" ) ;
document.write( "<TR>" ) ;
document.write( "<TD align=\"center\" width=\"100%\" background=\"/images/common/bg_header.gif\">" ) ;

document.write( "<TABLE width=\"730\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">" ) ;
document.write( "<TR>" ) ;
document.write( "<TD rowspan=\"3\" width=\"180\"><IMG src=\"/images/common/logo.gif\" width=\"180\" height=\"50\"></TD>" ) ;
document.write( "<TD width=\"550\" height=\"10\"><IMG src=\"/images/common/spacer.gif\" width=\"1\" height=\"1\"></TD>" ) ;
document.write( "</TR>" ) ;
document.write( "<TR><TD height=\"30\"><a href=\"/home.html\"     onmouseover=\"menuH1.src=menuHOn_1\" onmouseout=\"menuH1.src=menuHOf_1\"><IMG border=\"0\" name=\"menuH1\" src=\"/images/button/home_off.gif\" width=\"110\" height=\"30\"></a><a href=\"/battery/lsb/index.html\"  onmouseover=\"menuH2.src=menuHOn_2\" onmouseout=\"menuH2.src=menuHOf_2\"><IMG border=\"0\" name=\"menuH2\" src=\"/images/button/LSB_off.gif\" width=\"110\" height=\"30\"></a><a href=\"/products/index.html\"    onmouseover=\"menuH3.src=menuHOn_3\" onmouseout=\"menuH3.src=menuHOf_3\"><IMG border=\"0\" name=\"menuH3\" src=\"/images/button/online_store_off.gif\" width=\"110\" height=\"30\"></a><a href=\"/battery/index.html\"  onmouseover=\"menuH4.src=menuHOn_4\" onmouseout=\"menuH4.src=menuHOf_4\"><IMG border=\"0\" name=\"menuH4\" src=\"/images/button/battery_off.gif\" width=\"110\" height=\"30\"></a><a href=\"/company/topFrameset.htm\"  target=\"top\" onmouseover=\"menuH5.src=menuHOn_5\" onmouseout=\"menuH5.src=menuHOf_5\"><IMG border=\"0\" name=\"menuH5\" src=\"/images/button/about_enax_off.gif\" width=\"110\" height=\"30\"></a></TD>" ) ;
document.write( "</TR>" ) ;
document.write( "<TR> " ) ;
document.write( "<TD height=\"10\"><IMG src=\"/images/common/spacer.gif\" width=\"1\" height=\"1\"></TD>" ) ;
document.write( "</TR>" ) ;
document.write( "</TABLE>" ) ;

document.write( "</TD>" ) ;
document.write( "</TR>" ) ;
document.write( "</TABLE>" ) ;

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

