//This script may only be used on the subscriber's Web site. All other use is prohibited
//This comment must appear where the script is used.
//Copyright 1999 Credit Union National Association Inc.

function HFFOLink(link_text) {
//List credit union name for visibility
	cuname = escape("Gulf Credit Union")
//List Web pages for desired linkages
	root= escape("www.gecu.org")
	home= escape("index.html")
	logo= escape("images\gecupridelogo.gif")
	loans= escape("index.html")
	savings= escape("index.html")
	share_drafts= escape("index.html")
	electronic= escape("index.html")
//Build link w/time stamp to prevent bookmarking
	today = new Date
	hffo_link= 'http://hffo.cuna.org/hffo/hffo.htm' + "?" + cuname +"|"+ root +"|"+ home +"|"+ logo +"|"+ loans +"|"+ savings +"|"+ share_drafts +"|"+ electronic +"|"+today.getTime()
	location.href=hffo_link
//Use below if you want to open in full window from frames
//top.location.href=hffo_link
//Use below if you want to open in a new window
//	window.open(hffo_link)
}

function GPXLink(link_text) {
//List credit union name for visibility
	cuname = escape("Gulf Credit Union")
//List Web pages for desired linkages
	root= escape("www.gecu.org")
	home= escape("index.html")
	logo= escape("images/gecupridelogo.gif")
	spot= escape("index.html")
	ajsmall= escape("index.html")
	cnote= escape("index.html")
//Build link w/time stamp to prevent bookmarking
	today = new Date
	gplx_link= 'http://googolplex.cuna.org/googolplex/googolplex.htm' + "?" + cuname +"|"+ root +"|"+ home +"|"+ logo +"|"+ spot +"|"+ ajsmall +"|"+ cnote +"|"+today.getTime()
	location.href=gplx_link
//Use below if you want to open in full window from frames
//top.location.href=gplx_link
//Use below if you want to open in a new window
//	window.open(gplx_link)
}

function MM_displayStatusMsg(msgStr) { //v2.0
	status=msgStr;
	document.MM_returnValue = true;
}