// JavaScript Document

function page_1(){
  window.location = "about.html"
}

function page_2(){
  window.location = "services.html"
}

function page_3(){
  window.location = "market.html"
}

function page_4(){
  window.location = "hotline.asp"
}

function page_5(){
  window.location = "training.html"
}

function page_6(){
  window.location = "gallery.html"
}

function page_7(){
  window.location = "locations.html"
}

function page_8(){
  window.location = "employment.html"
}

function page_9(){
  window.location = "contact.html"
}
