




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 = '#336699';
  this.dir = d = ['no',r+'vacation_ownership/',r+'reservations/',r+'careers/'];
  this.titles = [[i+'ttl_0_0',p+'/corporate/index'+e],[i+'ttl_1_0'],[i+'ttl_2_0'],[i+'ttl_4_0']];
  this.menus = [[],[['Lifetime Value',p+d[1]+'lifetime_value'+e],['Member Benefits',p+d[1]+'member_benefits'+e],['Flexible Exchanges',p+d[1]+'flexible_exchanges'+e]],
[['Vacation Rental',p+d[2]+'vacation_rentals'+e]],
[['Corporate Openings',p+d[3]+'corporate_openings'+e],['Property Openings',p+d[3]+'property_openings'+e],['New Properties',p+d[3]+'new_properties'+e]]];
}