// JavaScript Document

function navigateAbout() {
		window.open("about.html", "_self");
}

function navigateClients() {
		window.open("clients.html", "_self");
}

function navigateContact() {
		window.open("contact.html", "_self");
}

function navigateDigitalAndCGI() {
		window.open("digital_and_cgi.html", "_self");
}

function navigateHome() {
		window.open("home.html", "_self");
}

function navigateLegal() {
		window.open("legal.html", "_self");
}

function navigateModelmaking() {
		window.open("modelmaking.html", "_self");
}

function navigateMostRecentWork() {
		window.open("most_recent_work.html", "_self");
}

function navigateStopMotion() {
		window.open("stop_motion.html", "_self");
}

function navigateStoryboardAndConcept() {
		window.open("storyboard_and_concept.html", "_self");
}
