﻿var tra_lan = "";
var tra_off = 0;

var bro_lan = "";
var bro_off = 0; 

var reg_lan = "";
var reg_off = 0;

var i = 0;

var mnu = ["戻る",
           "ホーム",
           "ダウンロード",
           "購入",
           "対応スキャナメーカー",
           "会社概要"];

var bar = 0;
function menu_bar(htm, ind)
{
  if (bar) document.write('&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;'); bar = 1;
  if (location.href.indexOf(htm) != -1)
  {
    document.write(mnu[ind]);
  }
  else
  {
    document.write('<a target=_top href="');
    if (htm == 'reg_jp.html')
      document.write('https:');
    else
      document.write('http:');
    document.write('//www.hamrick.com/'  + htm + '">' + mnu[ind] + '</a>');
  }
}

document.write('<center>');
document.write('<table width=900 border=0 cellpadding=0 cellspacing=0>');
document.write('<tr>');
document.write(' <td height=81><img width=81 height=81 align=left src="images/b_ico.jpg"><img width=238 height=28 align=left vspace=26 src="images/t_vuescan.gif"><img width=435 height=81 align=right src="images/t_head.jpg"></td>');
document.write('</tr>');
document.write('<tr>');
document.write(' <td class=menu>&nbsp;');

if ((location.href.indexOf(".cgi"              ) != -1) ||
    (document.referrer.indexOf("reg_jp.html"   ) != -1)    )
{
  document.write('<a href="javascript:history.go(-1)">' + mnu[0] + '</a>');
}
else
{
  menu_bar("index_jp.html", 1);
  menu_bar("upg_jp.html"  , 2);
  menu_bar("reg_jp.html"  , 3);
  menu_bar("inf_jp.html"  , 4);
  menu_bar("abo_jp.html"  , 5);
}

document.write(' </td>');
document.write('</tr>');
document.write('<tr>');
document.write(' <td height=16></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td>');
document.write('<table width=900 border=0 cellpadding=0 cellspacing=0>');
document.write('<tr>');
document.write('<td>');
