




function NavSetup() {
  var r,i,h,p,s,e,d;
  r = '/hvc/';
  i = r+'image/navigation/';
  h = window.location.host;
  p = 'http://'+h;
  s = 'https://'+h;
  e = '.jhtml';
  this.top = 125;
  this.left = 35;
  this.offset = [0,10,0,0,0];
  this.padding = [6,6,6,6,6];
  this.highlight = '#078585';
  this.dir = d = ['no','','',''];
  this.titles = [[i+'ttl_0_0',p+'/corporate/index'+e]];
  this.menus = [[]];
}
