// JavaScript Document

/* menu links */


function goAboutNav() {
	window.location="index.cfm?action=about";
}

function goGPlanetNav() {
	window.location="index.cfm?action=gplanet";	
}

function goContactNav() {
	window.location="index.cfm?action=contact";	
}

function goResearchNav() {
	window.location="index.cfm?action=research";	
}

function goTimbertoesNav() {
	window.location="index.cfm?action=timb";	
}

function goTwaykiNav() {
	window.location="index.cfm?action=twayki";	
}

function goIntHome() {
	window.location="index.cfm";	
}