<!--

// Fireworks Preload and onstate init 

function FWLoadInit() {
MM_nbGroup('down','navbar3','gallery','../images/sub_nav/vintage/gallery_f3.gif',1);
}
  var FwPrevHook = false;
  if (FWHookLoad) {FWHookLoad(); FWHookLoad=false;}
  if (document.images) {
  vintage_top_r2_c4_f2 = new Image(83 ,32); vintage_top_r2_c4_f2.src = "../images/nav/vintage/vintage_top_r2_c4_f2.gif";
  vintage_top_r2_c4_f1 = new Image(83 ,32); vintage_top_r2_c4_f1.src = "../images/nav/vintage/vintage_top_r2_c4.gif";
  vintage_f2 = new Image(87 ,18); vintage_f2.src = "../images/nav/vintage/vintage_f2.gif";
  vintage_f2 = new Image(87 ,18); vintage_f2.src = "../images/nav/vintage/vintage_f3.gif";
  vintage_f1 = new Image(87 ,18); vintage_f1.src = "../images/nav/vintage/vintage.gif";
  hardware_f2 = new Image(69 ,18); hardware_f2.src = "../images/nav/vintage/hardware_f2.gif";
  hardware_f2 = new Image(69 ,18); hardware_f2.src = "../images/nav/vintage/hardware_f3.gif";
  hardware_f1 = new Image(69 ,18); hardware_f1.src = "../images/nav/vintage/hardware.gif";
  services_f2 = new Image(62 ,18); services_f2.src = "../images/nav/vintage/services_f2.gif";
  services_f2 = new Image(62 ,18); services_f2.src = "../images/nav/vintage/services_f3.gif";
  services_f1 = new Image(62 ,18); services_f1.src = "../images/nav/vintage/services.gif";
  memorabilia_f2 = new Image(81 ,18); memorabilia_f2.src = "../images/nav/vintage/memorabilia_f2.gif";
  memorabilia_f2 = new Image(81 ,18); memorabilia_f2.src = "../images/nav/vintage/memorabilia_f3.gif";
  memorabilia_f1 = new Image(81 ,18); memorabilia_f1.src = "../images/nav/vintage/memorabilia.gif";
  n19th_century_f2 = new Image(104 ,23); n19th_century_f2.src = "../images/sub_nav/vintage/19th_century_f2.gif";
  n19th_century_f2 = new Image(104 ,23); n19th_century_f2.src = "../images/sub_nav/vintage/19th_century_f3.gif";
  n19th_century_f1 = new Image(104 ,23); n19th_century_f1.src = "../images/sub_nav/vintage/19th_century.gif";
  pre_f2 = new Image(63 ,23); pre_f2.src = "../images/sub_nav/vintage/pre_f2.gif";
  pre_f2 = new Image(63 ,23); pre_f2.src = "../images/sub_nav/vintage/pre_f3.gif";
  pre_f1 = new Image(63 ,23); pre_f1.src = "../images/sub_nav/vintage/pre.gif";
  n6day_f2 = new Image(76 ,23); n6day_f2.src = "../images/sub_nav/vintage/6day_f2.gif";
  n6day_f2 = new Image(76 ,23); n6day_f2.src = "../images/sub_nav/vintage/6day_f3.gif";
  n6day_f1 = new Image(76 ,23); n6day_f1.src = "../images/sub_nav/vintage/6day.gif";
  gallery_f2 = new Image(82 ,23); gallery_f2.src = "../images/sub_nav/vintage/gallery_f2.gif";
  gallery_f2 = new Image(82 ,23); gallery_f2.src = "../images/sub_nav/vintage/gallery_f3.gif";
  gallery_f1 = new Image(82 ,23); gallery_f1.src = "../images/sub_nav/vintage/gallery.gif";
  stories_f2 = new Image(51 ,23); stories_f2.src = "../images/sub_nav/vintage/stories_f2.gif";
  stories_f2 = new Image(51 ,23); stories_f2.src = "../images/sub_nav/vintage/stories_f3.gif";
  stories_f1 = new Image(51 ,23); stories_f1.src = "../images/sub_nav/vintage/stories.gif";

   }

// sub nav hide show functions

function vintage_on(){
show('subvintage');hide('subhardware');hide('subservices');hide('submemorabilia');
parent.left.location.href = '../vintage/left.html';
}

function hardware_on(){
hide('subvintage');show('subhardware');hide('subservices');hide('submemorabilia');
parent.left.location.href = '../vintage/left_hardware.html';
}

function services_on(){
hide('subvintage');hide('subhardware');show('subservices');hide('submemorabilia');
parent.left.location.href = '../vintage/left_services.html';
}

function memorabilia_on(){
hide('subvintage');hide('subhardware');hide('subservices');show('submemorabilia');
parent.left.location.href = '../vintage/left_memor.html';

}

// Resets nav when clicking on contact us or other links

function navoff(){
hide('subvintage');hide('subhardware');hide('subservices');hide('submemorabilia');
parent.left.location.href = '../vintage/left.html';
parent.header.document.images['vintage'].src = '../images/nav/vintage/vintage.gif';
parent.header.document.images['hardware'].src = '../images/nav/vintage/hardware.gif';
parent.header.document.images['services'].src = '../images/nav/vintage/services.gif';
parent.header.document.images['memorabilia'].src = '../images/nav/vintage/memorabilia.gif';
}

//-->

