document.open();

var urlPath = "http://www.blackbox.ne.jp/BlackBox/Circle/";

document.write(
"<TABLE BORDER=0 CELLPADDING=5 CELLSPACING=5>",
"<TR>",
"<TD><A HREF=" + urlPath + "about.html><DIV CLASS=menu onmouseover=this.style.color='#CCCCCC' onmouseout=this.style.color='#FFFFFF'>ABOUT</A></DIV></TD>",
"<TD><A HREF=" + urlPath + "product/index.html><DIV CLASS=menu onmouseover=this.style.color='#CCCCCC' onmouseout=this.style.color='#FFFFFF'>PRODUCT</A></DIV></TD>",
"<TD><A HREF=" + urlPath + "gallery.html><DIV CLASS=menu onmouseover=this.style.color='#CCCCCC' onmouseout=this.style.color='#FFFFFF'>GALLERY</A></DIV></TD>",
"<TD><!--//<A HREF=" + urlPath + "support/index.cgi>//--><DIV CLASS=menu onmouseover=this.style.color='#CCCCCC' onmouseout=this.style.color='#FFFFFF'><S>SUPPORT</S></A></DIV></TD>",
"<TD><!--//<A HREF=" + urlPath + "download/index.cgi>//--><DIV CLASS=menu onmouseover=this.style.color='#CCCCCC' onmouseout=this.style.color='#FFFFFF'><S>DOWNLOAD</S></A></DIV></TD>",
"<TD><A HREF=" + urlPath + "cgi/bbs/bbs.cgi?><DIV CLASS=menu onmouseover=this.style.color='#CCCCCC' onmouseout=this.style.color='#FFFFFF'>BBS</A></DIV></TD>",
"<TD><A HREF=" + urlPath + "ORDER/index.html><DIV CLASS=menu onmouseover=this.style.color='#CCCCCC' onmouseout=this.style.color='#FFFFFF'>ORDER</A></DIV></TD>",
"<TD><A HREF=" + urlPath + "link.html><DIV CLASS=menu onmouseover=this.style.color='#CCCCCC' onmouseout=this.style.color='#FFFFFF'>LINK</A></DIV></TD>",
"<TD><A HREF=" + urlPath + "mail.html><DIV CLASS=menu onmouseover=this.style.color='#CCCCCC' onmouseout=this.style.color='#FFFFFF'>MAIL</A></DIV></TD>",
"<TD><A HREF=" + urlPath + "><DIV CLASS=menu onmouseover=this.style.color='#CCCCCC' onmouseout=this.style.color='#FFFFFF'>HOME</A></DIV></TD>",
"</TR>",
"</TABLE>"
);

document.close();
