/*
This file contains javascript Arrays used for submenu items on www.gatewaytitle.biz.
Copyright 2002, Scott Moore, All Rights Reserved
Licensed for use at www.gatewaytitle.biz, with the following restrictions:
1) This copyright notification is preserved
2) Any modifications to this file after July 2002 indicate the author 
   and date of the modification.

Got questions? Please contact scott@scottymo.com.

This file needs to be included on any page that has a submenu below the page
header.
*/

function getResourcesLinkTextArray() {
	return new Array("Mortgage Glossary");
}
function getResourcesLinkUrlArray() {
	return new Array("/resources/glossary.html");
}

