// JavaScript Document

function goAboutFtr() {
	window.location="gedAsk.cfm?action=A";	
}

function goFeaturesFtr() {
	window.location="gedAsk.cfm?action=BF";		
}

function goTestingFtr() {
	window.open('http://www.acenet.edu/resources/GED/center_locator.cfm');
}

function goOrderFtr() {
	window.location="gedAsk.cfm?action=OH&shop=I";	
}

function goContactFtr() {
	var str = "menubar=no,scrollBars=1,width=700,height=500,resizable=yes";
	var testWin = window.open("","helpWin",str);
	testWin.location="../popInfo.cfm?pop=CU";	
}