// JavaScript Document
function openHome() {
	window.location = "/index.html"
}
function openOverview() {
	window.location = "/comp_history.html"
}
function openOurCommit() {
	window.location = "/our-commit.html"
}
function openMaint() {
	window.open("/Maintenance/maintenance.asp")
}
function openBaseMap(){
	window.location = "/base-map.html"
}
function openMgmt() {
	window.location = "/management.html"
}
function openHR() {
	window.location = "/hr-employment.html"
}
function openLinks() {
	window.location = "/links.html"
}
function openContact() {
	window.location = "/contact-us.html"
}
function openINET() {
	window.open("https://home.omniflight.com")
}
function openOCC() {
	window.open("https://occ.omniflight.com")
}
function openNews() {
	window.location = "/news.html"
}


/*
function open() {
	window.location = ""
}
*/
