/* 
***********************************************************************
		Author:						Al Walser
		Date Created:			02/04/08
		Description:			simple javascript menu file
		***********************************************************************
		LOG CHANGES
		***********************************************************************
		Date			Initials		Change Description									
		-----------------------------------------------------------------------
		2/22/08			LB				modified AboutUs per CariAnne
		2/26/08			LB				commented out Support MYF per CariAnne
		5/1/08			LB				added PLUS pdf to PLUS menue per CariAnne
		06/30/08		arw				added TEACH grant per carianne
		12/02/08		arw				added TEACH grant exit per carianne/beth
		2/2/09			LB				added FAP Internal menu
		7/31/09			LB				added FAP Internal menu
		10/10/09		LB				added Meteor to the UsersGuideMenu per CariAnne
		-----------------------------------------------------------------------
		***********************************************************************
*/

/* 
RULES:
	- only update/change the URL and Link description
	- if you have to use a single quote, escape it first; write it like this or you\'ll be sorry!
	- never delete the line with the word "function" on it or the line with the lone } on it
	- if you need to add a line, copy this code and replace the text in all caps only
		document.write('<li><a href="URL GOES HERE">LINK DESCRIPTION GOES HERE</a></li>');
	- if you need to delete a line, delete the entire line
	
LIST OF AVAILABLE MENUS: KEEP THIS UPDATED
	AboutUsMenu
	AdmissionMenu
	BeforeBorrowMenu
	BorrowersMenu
	CareerMenu
	CollegePrepMenu
	CollegeSelectMenu
	ConsolidationMenu
	CounselorsMenu
	CounselorsMHSCMenu
	CreditMenu
	FAPsMenu
	FAPInternalMenu
	FinancialAidMenu
	GradMenu
	JobMenu
	LoanSolutionsMenu
	MakeHighSchoolCountMenu
	ManageLoansMenu
	ManageYourMoneyMenu
	MediaMenu
	MHStudentsMenu
	OSLCMenu
	ParentsMenu
	ParentsMHSCMenu
	PayforcollegeMenu
	PLUSMenu
	SaveMenu
	ScholarshipsMenu
	SICMenu
	StudentLoansMenu
	StudentsMenu
	UndergradMenu
	UsersGuideMenu


HOW TO ADD A MENU
	copy this bit of code and rename anything in upper case. NOTE: the menu name you choose must not exist
	in this document. if it does, it won't work. look at the list above before naming
	
	function MyBrandNewMenu() {
	document.write('<li><a href="URL GOES HERE">LINK DESCRIPTION GOES HERE</a></li>');
	}
	
	depending on how many links you want, copy the document.write line and paste it.
	
HOW TO PUT THIS IN YOUR DOCUMENT
	javascript is case sensitive so you must include the menu the exact same way it's written
	put this code between these two lines (the RelatedLinks section). NOTE: if you see this
	<li><a href=""></a></li> in between these two lines, just delete it.
	<!-- InstanceBeginEditable name="RelatedLinks" -->
	
	<!-- InstanceEndEditable -->
	
	also, make sure you replace the text YourMenuHere with the exact menu name you wish to display
	
		<!-- call the menu list -->
		<script src="/SiteIncludes/relatedLinksMenu.js" type="text/javascript"></script>
		<!-- call the function name of the menu to display -->
		<script type="text/javascript">
			YourMenuNameHere();
		</script>
	
*/

function CareerMenu() {
document.write('<li><a href="/planyourcareer/skills.htm">Assess your skills and interest</a></li>');
document.write('<li><a href="/planyourcareer/plan.htm">Develop a career plan</a></li>');
document.write('<li><a href="/planyourcareer/careership">Research careers (CareerShip&reg; English)</a></li>');
document.write('<li><a href="/planyourcareer/spanishCareership">Research careers (CareerShip&reg; Spanish)</a></li>');
document.write('<li><a href="/planyourcareer/findwork.htm">Find work</a></li>');
document.write('<li><a href="/planyourcareer/careerresources.htm">Review other career guidance and job search resources</a></li>');
}

function JobMenu() {
document.write('<li><a href="/planyourcareer/findwork.htm">Find work</a></li>');
document.write('<li><a href="/planyourcareer/resume.htm">Develop an effective resume</a></li>');
document.write('<li><a href="/planyourcareer/jobinterview.htm">Get ready for your interview</a></li>');
document.write('<li><a href="/planyourcareer/careerresources.htm">Review other career guidance and job search resources</a></li>');
}

function CollegePrepMenu() {
document.write('<li><a href="/successincollege/academicprep.htm">Prepare academically for college</a></li>');
document.write('<li><a href="/collegeprep/mhscstudents.htm">Plan for college beginning in eighth grade (Make High School Count program)</a></li>');
document.write('<li><a href="/successincollege/">Do what it takes to be successful in college</a></li>');
document.write('<li><a href="/collegeprep/juniortips.htm">Juniors: Review college planning tips</a></li>');
document.write('<li><a href="/collegeprep/seniorcalendar.htm">Seniors: Follow the college planning calendar</a></li>');
document.write('<li><a href="/collegeprep/selectcollege.htm">Select a college</a></li>');
document.write('<li><a href="/collegeprep/apply.htm">Apply for admission</a></li>');
}

function MakeHighSchoolCountMenu() {
document.write('<li><a href="/collegeprep/mhscstudents.htm">Plan for college beginning in eighth grade (Make High School Count program)</a></li>');
document.write('<li><a href="/collegeprep/mhscoptions.htm">Keep your OPTIONS open! </a></li>');
document.write('<li><a href="/collegeprep/mhscglossary.htm">Survival WORDS (glossary of terms)</a></li>');
document.write('<li><a href="/collegeprep/mhsctips.htm">TIPS for making your classes count</a></li>');
document.write('<li><a href="/collegeprep/courseschedule.htm">Basics for class SCHEDULING</a></li>');
document.write('<li><a href="/collegeprep/courserequirements.htm">Recommended COURSES for high school</a></li>');
document.write('<li><a href="/collegeprep/coursechart.htm">Course PLANNING chart</a></li>');
document.write('<li><a href="/collegeprep/afterschool.htm">OUTSIDE of high school (what you do outside of school counts too!)</a></li>');
document.write('<li><a href="/collegeprep/mhscfuture.htm">Your FUTURE (options after high school)</a></li>');
document.write('<li><a href="/collegeprep/mhscfinancialaid.htm">FINANCIAL help after high school</a></li>');
document.write('<li><a href="/collegeprep/mhscnextsteps.htm">Next STEPS</a></li>');
document.write('<li><a href="/collegeprep/mhsc.htm">Other Make High School Count guides</a></li>');
}

function SICMenu() {
document.write('<li><a href="/successincollege/">Do what it takes to be successful in college</a></li>');
document.write('<li><a href="/successincollege/goals.htm">Identify your goals and priorities</a></li>');
document.write('<li><a href="/successincollege/academicprep.htm">Prepare academically for college</a></li>');
document.write('<li><a href="/successincollege/financialprep.htm">Prepare financially for college</a></li>');
document.write('<li><a href="/successincollege/time.htm">Manage your time</a></li>');
document.write('<li><a href="/successincollege/money.htm">Practice good money management</a></li>');
document.write('<li><a href="/successincollege/advice.htm">Ask for advice, and see your academic advisor</a></li>');
document.write('<li><a href="/successincollege/roadblocks.htm">Get around roadblocks</a></li>');
document.write('<li><a href="/successincollege/sicprint.pdf" target="_blank">Success in college print friendly</a></li>');
}

function CollegeSelectMenu() {
document.write('<li><a href="/collegeprep/selectcollege.htm">Select a college</a></li>');
document.write('<li><a href="/collegeprep/schooltypes.htm">Review the type of school</a></li>');
document.write('<li><a href="/collegeprep/schoolcharacter.htm">Consider the characteristics</a></li>');
document.write('<li><a href="/collegeprep/gatherinfo.htm">Gather information about colleges you\'re considering</a></li>');
document.write('<li><a href="http://nces.ed.gov/ipeds/cool/" target="_blank">Search schools by program of study and location</a></li>');
document.write('<li><a href="/collegeprep/distanceed.htm">Research online and distance education</a></li>');
}

function AdmissionMenu() {
document.write('<li><a href="/collegeprep/apply.htm">Apply for admission</a></li>');
document.write('<li><a href="/collegeprep/tests.htm">Take the standardized tests</a></li>');
document.write('<li><a href="/collegeprep/essay.htm">Write your admissions essay</a></li>');
document.write('<li><a href="/collegeprep/admissionresources.htm">Visit other college admissions resources</a></li>');
}

function PayforcollegeMenu() {
document.write('<li><a href="/saving/">Save for college</a></li>');
document.write('<li><a href="/saving/affinity.htm">Use education loyalty and affinity programs</a></li>');
document.write('<li><a href="/paying/financialaid.htm">Explore financial aid options</a></li>');
document.write('<li><a href="/paying/taxcredit.htm">Claim tax credits and deductions for education</a></li>');
}

function FinancialAidMenu() {
document.write('<li><a href="/paying/fafsa.htm">Apply for financial aid (complete the FAFSA)</a></li>');
document.write('<li><a href="/paying/eligibility.htm">Review eligibility for federal student aid</a></li>');
document.write('<li><a href="/paying/awardletter.htm">Review your award letter and accept aid</a></li>');
document.write('<li><a href="/paying/schlolarships.htm">Find scholarships and grants</a></li>');
document.write('<li><a href="/paying/workstudy.htm">Consider work-study programs</a></li>');
document.write('<li><a href="/paying/military.htm">Research military educational benefits</a></li>');
document.write('<li><a href="/paying/studentloans.htm">Borrow student loans</a></li>');
}

function ScholarshipsMenu() {
document.write('<li><a href="/paying/schlolarships.htm">Find scholarships and grants</a></li>');
document.write('<li><a href="/paying/pell.htm">Federal Pell Grant</a></li>');
document.write('<li><a href="/paying/compete.htm">Academic Competitiveness Grant</a></li>');
document.write('<li><a href="/paying/smart.htm">SMART Grant</a></li>');
document.write('<li><a href="/paying/teach.htm">Teacher Education Assistance for College and Higher Education (TEACH) Grant</a></li>');
document.write('<li><a href="/paying/fseog.htm">Federal Supplemental Educational Opportunity Grant</a></li>');
document.write('<li><a href="/paying/scholarshipsearch.htm">Scholarship searches and resources</a></li>');
document.write('<li><a href="/paying/scholarshipresources.htm">Visit other scholarship resources</a></li>');
}

function StudentLoansMenu() {
document.write('<li><a href="/paying/perkins.htm">Federal Perkins Loans</a></li>');
document.write('<li><a href="/paying/stafford.htm">Federal Stafford (subsidized and unsubsidized) Loans</a></li>');
document.write('<li><a href="/paying/gradplus.htm">Grad PLUS Loans</a></li>');
document.write('<li><a href="/paying/plus.htm">Parent PLUS loans</a></li>');
document.write('<li><a href="/paying/hpsl.htm">Health Professions Student Loans</a></li>');
document.write('<li><a href="/paying/nursing.htm">Federal Nursing Student Loans</a></li>');
document.write('<li><a href="/paying/private.htm">Alternative/private loans</a></li>');
document.write('<li><a href="/paying/consolidation/">Federal Consolidation Loans</a></li>');
document.write('<li><a href="/paying/beforeyouborrow.htm">Things to think about before borrowing</a></li>');
}

function PLUSMenu() {
document.write('<li><a href="/paying/plus.htm">Borrow a Federal PLUS loan</a></li>');
document.write('<li><a href="/paying/plusapplication.htm">Apply for a Federal PLUS loan</a></li>');
document.write('<li><a href="/paying/plusalternative.htm">Consider the alternatives to a Federal PLUS loan</a></li>');
document.write('<li><a href="/paying/understandplus.htm">Understand PLUS loan borrowing</a></li>');
document.write('<li><a href="/paying/plusrepayment.htm">Know Federal PLUS loan repayment options</a></li>');
document.write('<li><a href="/paying/plussolutions.htm">Find solutions for PLUS loan repayment problems</a></li>');
document.write('<li><a href="/paying/plusdefault.htm">Avoid PLUS loan delinquency and default</a></li>');
document.write('<li><a href="/downloads/plusguideprint.pdf" target="_blank">PLUS guide print friendly</a></li>');
}

function ConsolidationMenu() {
document.write('<li><a href="/paying/consolidation/">Consider Federal Consolidation Loans</a></li>');
document.write('<li><a href="/paying/consolidation/loans.htm">Determine which loans you can consolidate</a></li>');
document.write('<li><a href="/paying/consolidation/lender.htm">Choose a lender</a></li>');
document.write('<li><a href="/paying/consolidation/repayment.htm">Understand consolidation repayment terms</a></li>');
document.write('<li><a href="/paying/consolidation/calculator.cfm">Estimate your monthly payments, principal, and interest</a></li>');
document.write('<li><a href="/paying/consolidation/proscons.htm">Weigh the pros and cons</a></li>');
document.write('<li><a href="/paying/consolidation/apply.htm">Apply for consolidation</a></li>');
document.write('<li><a href="/paying/consolidation/problems.htm">Solve your loan repayment problems</a></li>');
document.write('<li><a href="/paying/consolidation/discharge.htm">Investigate cancellation, forgiveness, and discharge</a></li>');
document.write('<li><a href="/paying/consolidation/default.htm">Avoid delinquency and default</a></li>');
}

function BeforeBorrowMenu() {
document.write('<li><a href="/paying/applyingforloans.htm">Find out how to apply for a loan</a></li>');
document.write('<li><a href="/paying/debtwizard/">Decide how much you can afford to borrow (Debt/Salary Wizard)</a></li>');
document.write('<li><a href="/paying/loanswhileinschool.htm">Review your loan options while continuing your education</a></li>');
document.write('<li><a href="/paying/forgiveness.htm">Understand loan cancellation, forgiveness, and discharge </a></li>');
document.write('<li><a href="/paying/loandefault.htm">Avoid default</a></li>');
document.write('<li><a href="/paying/studentloan10steps.htm">Follow ten steps for managing your student loan debt</a></li>');
}

function ManageYourMoneyMenu() {
document.write('<li><a href="/money/establish.htm">Establish yourself financially</a></li>');
document.write('<li><a href="/money/checkbook.htm">Balance your checkbook</a></li>');
document.write('<li><a href="/money/budget.htm">Start budgeting</a></li>');
document.write('<li><a href="/money/save.htm">Save money</a></li>');
document.write('<li><a href="/money/creditcards.htm">Use your credit cards wisely</a></li>');
document.write('<li><a href="/money/creditreport.htm">Review and understand your credit report</a></li>');
document.write('<li><a href="/money/identity.htm">Prevent and detect identity theft</a></li>');
document.write('<li><a href="/money/studentdebt.htm">Manage your student loan debt</a></li>');
document.write('<li><a href="/money/calculators.htm">Calculators</a></li>');
document.write('<li><a href="/money/moneyresources.htm">Other money management resources</a></li>');
}

function CreditMenu() {
document.write('<li><a href="/money/creditreport.htm">Review and understand your credit report</a></li>');
document.write('<li><a href="/money/requestcreditreport.htm">Request your free credit report</a></li>');
document.write('<li><a href="/money/creditscore.htm">Understand and improve your credit score</a></li>');
}

function SaveMenu() {
document.write('<li><a href="/money/save.htm">Save money</a></li>');
document.write('<li><a href="/money/savingscalculator.htm">Calculate savings</a></li>');
document.write('<li><a href="/money/invest.htm">Learn about investing</a></li>');
}

function ManageLoansMenu() {
document.write('<li><a href="/paying/studentloanrepayment.htm">Understand your repayment terms</a></li>');
document.write('<li><a href="/paying/standardcalculator.htm">Calculate your loan payments</a></li>');
document.write('<li><a href="/paying/troops.htm">Troops and their families: Get advice</a></li>');
document.write('<li><a href="/paying/loanswhileinschool.htm">Explore your loan options while continuing your education</a></li>');
document.write('<li><a href="/paying/forgiveness.htm">Understand loan cancellation, forgiveness, and discharge </a></li>');
document.write('<li><a href="/money/loansolutions.htm">Find solutions for repayment problems</a></li>');
document.write('<li><a href="/paying/loandefault.htm">Avoid delinquency and default</a></li>');
}

function LoanSolutionsMenu() {
document.write('<li><a href="/money/loansolutions.htm">Find solutions for repayment problems</a></li>');
document.write('<li><a href="/money/deferments.htm">Apply for deferment</a></li>');
document.write('<li><a href="/paying/forbearance.htm">Request forbearance</a></li>');
document.write('<li><a href="/paying/consolidation/">Consider a Federal Consolidation Loan</a></li>');
document.write('<li><a href="/paying/ombudsman.htm">Talk with a Student Loan Ombudsman </a></li>');
document.write('<li><a href="/paying/locatingloans.htm">Locate your student loans</a></li>');
document.write('<li><a href="/paying/troops.htm">Troops and their families: Get advice</a></li>');
}

function AboutUsMenu() {
document.write('<li><a href="/about/">About Us</a></li>');
document.write('<li><a href="/about/history.htm">History</a></li>');
document.write('<li><a href="/about/accomplishments.htm">Accomplishments </a></li>');
document.write('<li><a href="/about/mediakit.htm">Media Kit</a></li>');
document.write('<li><a href="/about/linkingto.htm">Linking to Mapping Your Future</a></li>');
document.write('<li><a href="/about/outboundlinks.htm">Outbound linking policy</a></li>');
//document.write('<li><a href="/about/support.htm">Support Mapping Your Future</a></li>');
document.write('<li><a href="/about/donate.htm">Donate now</a></li>');
document.write('<li><a href="/about/speakersbureau.htm">Speakers Bureau </a></li>');
document.write('<li><a href="/about/sponsors.cfm">Sponsors</a></li>');
document.write('<li><a href="/about/myffriends.cfm">Friends</a></li>');
document.write('<li><a href="/about/jobs.htm">Job openings</a></li>');
//document.write('<li><a href="/about/hrservices.htm">Services for Human Resource Offices</a></li>');
document.write('<li><a href="/about/availability.htm">Availability of the site and weekly maintenance</a></li>');
}

function MediaMenu() {
document.write('<li><a href="/about/mediakit.htm">Media</a></li>');
document.write('<li><a href="/about/history.htm">History</a></li>');
document.write('<li><a href="/about/accomplishments.htm">Accomplishments </a></li>');
document.write('<li><a href="/about/staff.htm">Organization and staff</a></li>');
document.write('<li><a href="/about/mediahelp.htm">Media contacts</a></li>');
document.write('<li><a href="/about/linkingto.htm">Linking to Mapping Your Future</a></li>');
document.write('<li><a href="/about/sponsors.cfm">Sponsors</a></li>');
document.write('<li><a href="/about/myffriends.htm">Friends</a></li>');
document.write('<li><a href="/about/speakersbureau.htm">Speakers Bureau </a></li>');
}

function OSLCMenu() {
document.write('<li><a href="/se">Stafford entrance</a></li>');
document.write('<li><a href="/sx">Stafford exit</a></li>');
document.write('<li><a href="/sse">Spanish Stafford entrance</a></li>');
document.write('<li><a href="/ssx">Spanish Stafford exit  </a></li>');
document.write('<li><a href="/pe">Perkins entrance </a></li>');
document.write('<li><a href="/px">Perkins exit </a></li>');
document.write('<li><a href="/spe">Stafford and Perkins combined entrance </a></li>');
document.write('<li><a href="/spx">Stafford and Perkins combined exit </a></li>');
document.write('<li><a href="/ne">Nursing entrance </a></li>');
document.write('<li><a href="/nx">Nursing exit </a></li>');
document.write('<li><a href="/he">Health Professions entrance </a></li>');
document.write('<li><a href="/hx">Health Professions exit </a></li>');
document.write('<li><a href="/gpe">Grad PLUS entrance </a></li>');
document.write('<li><a href="/gpx">Grad PLUS exit </a></li>');
document.write('<li><a href="/sge">Stafford and Grad PLUS combined entrance </a></li>');
document.write('<li><a href="/sgx">Stafford and Grad PLUS combined exit</a></li>');
//document.write('<li><a href="/te">TEACH Grant initial and subsequent</a></li>');
document.write('<li><a href="/tx">TEACH Grant exit</a></li>');
}

function StudentsMenu() {
document.write('<li><a href="/undergraduates/">Undergraduate students</a></li>');
document.write('<li><a href="/graduate/">Graduate students</a></li>');
document.write('<li><a href="/middlehighschool/">Middle and high school students</a></li>');
}

function UndergradMenu() {
document.write('<li><a href="/successincollege/">Do what it takes to be successful in college</a></li>');
document.write('<li><a href="/paying/">Determine how you\'ll pay for college</a></li>');
document.write('<li><a href="/money/">Manage your money</a></li>');
document.write('<li><a href="/oslc/">Complete Online Student Loan Counseling (entrance or exit interview)</a></li>');
document.write('<li><a href="/graduate/programs.htm">Research the graduate programs that interest you</a></li>');
document.write('<li><a href="http://going2college.org/StateResources/" target="_blank">Find other career, college, and financial aid resources in your state</a></li>');
document.write('<li><a href="/downloads/">Downloads and forms</a></li>');
document.write('<li><a href="/services/glossary.htm">Glossary of college and financial aid terms and acronyms</a></li>');
}

function GradMenu() {
document.write('<li><a href="/paying/financialaid.htm">Find financial aid for college</a></li>');
document.write('<li><a href="/paying/loanswhileinschool.htm">Manage your undergraduate student loans</a></li>');
document.write('<li><a href="/oslc/">Complete Online Student Loan Counseling (entrance or exit interview)</a></li>');
document.write('<li><a href="/money/">Manage your money</a></li>');
document.write('<li><a href="http://going2college.org/StateResources/" target="_blank">Find other career, college, and financial aid resources in your state</a></li>');
document.write('<li><a href="/downloads/">Downloads and forms</a></li>');
document.write('<li><a href="/services/glossary.htm">Glossary of college and financial aid terms and acronyms</a></li>');
}

function MHStudentsMenu() {
document.write('<li><a href="/planyourcareer/">Plan your career</a></li>');
document.write('<li><a href="/collegeprep/mhscstudents.htm">Plan for college - beginning in eighth grade (Make High School Count program)</a></li>');
document.write('<li><a href="/collegeprep/courserequirements.htm">Take the right classes in high school</a></li>');
document.write('<li><a href="/collegeprep/juniortips.htm">Juniors: Review college planning tips</a></li>');
document.write('<li><a href="/collegeprep/seniorcalendar.htm">Seniors: Follow the college planning calendar</a></li>');
document.write('<li><a href="/successincollege/">Do what it takes to be successful in college</a></li>');
document.write('<li><a href="/paying/financialaid.htm">Find financial aid for college</a></li>');
document.write('<li><a href="http://going2college.org/StateResources/" target="_blank">Find other career, college, and financial aid resources in your state</a></li>');
document.write('<li><a href="/downloads/">Downloads and forms</a></li>');
document.write('<li><a href="/services/glossary.htm">Glossary of college and financial aid terms and acronyms</a></li>');
}

function BorrowersMenu() {
document.write('<li><a href="/oslc/">Complete Online Student Loan Counseling (entrance or exit interview)</a></li>');
document.write('<li><a href="/money/studentdebt.htm">Manage your student loan debt</a></li>');
document.write('<li><a href="/money/">Manage your money</a></li>');
document.write('<li><a href="/downloads/">Downloads and forms</a></li>');
document.write('<li><a href="/services/glossary.htm">Glossary of college and financial aid terms and acronyms</a></li>');
}

function ParentsMenu() {
document.write('<li><a href="/saving/">Save for your student\'s education</a></li>');
document.write('<li><a href="/collegeprep/mhscparents.htm">Help your students plan for college beginning in eighth grade (Make High School Count program)</a></li>');
document.write('<li><a href="/paying/financialaid.htm">Research or find financial aid</a></li>');
document.write('<li><a href="/paying/plus.htm">Research Federal Parent PLUS loans</a></li>');
document.write('<li><a href="/paying/taxcredit.htm">Claim tax credits and deductions for education expenses</a></li>');
document.write('<li><a href="http://going2college.org/StateResources/" target="_blank">Find other career, college, and financial aid resources in your state</a></li>');
document.write('<li><a href="/downloads/">Downloads and forms</a></li>');
document.write('<li><a href="/services/glossary.htm">Glossary of college and financial aid terms and acronyms</a></li>');
}

function ParentsMHSCMenu() {
document.write('<li><a href="/collegeprep/mhscparents.htm">Help your students plan for college beginning in eighth grade (Make High School Count program)</a></li>');
document.write('<li><a href="/collegeprep/parentshelp.htm">Help your child</a></li>');
document.write('<li><a href="/collegeprep/parentresources.htm">Find more resources</a></li>');
document.write('<li><a href="/collegeprep/mhscglossary.htm">Review the glossary of terms</a></li>');
document.write('<li><a href="/collegeprep/mhscstudents.htm">Visit the guide for your student</a></li>');
}

function CounselorsMenu() {
document.write('<li><a href="/services/constitutionday.htm">Prepare for Constitution and Citizenship Day</a></li>');
document.write('<li><a href="/services/earlyeaenews.htm">Subscribe to the Early Awareness E-News</a></li>');
document.write('<li><a href="/collegeprep/mhsccounselors.htm">Help your students plan for college beginning in eighth grade (Make High School Count program)</a></li>');
document.write('<li><a href="http://going2college.org/StateResources/" target="_blank">Direct students and families to other career, college, and financial aid resources in your state</a></li>');
document.write('<li><a href="/downloads/">Downloads and forms</a></li>');
document.write('<li><a href="/services/glossary.htm">Review the glossary of higher education and financial aid terms and acronyms</a></li>');
document.write('<li><a href=""></a></li>');
}

function CounselorsMHSCMenu() {
document.write('<li><a href="/collegeprep/mhsccounselors.htm">Help your students plan for college beginning in eighth grade (Make High School Count program)</a></li>');
document.write('<li><a href="/collegeprep/counselorprogram.htm">Plan your program</a></li>');
document.write('<li><a href="/collegeprep/mhscpresentation.ppt">Use the ready-made presentation</a></li>');
document.write('<li><a href="/collegeprep/mhscparents.htm">Point parents to their guide</a></li>');
document.write('<li><a href="/collegeprep/mhscstudents.htm">Have students review their guide</a></li>');
}

function FAPsMenu() {
document.write('<li><a href="/oslc/aboutoslc.htm">Learn more about Online Student Loan Counseling</a></li>');
document.write('<li><a href="/oslc/schoolsignup.cfm">Sign up your school to use Online Student Loan Counseling</a></li>');
document.write('<li><a href="/oslc/superuserrequest.cfm">OSLC users: Request account super user access</a></li>');
document.write('<li><a href="/oslc/additionaluserrequest.cfm">OSLC users: Request additional user access</a></li>');
document.write('<li><a href="/counselors/">Prepare for Constitution and Citizenship Day</a></li>');
document.write('<li><a href="/fap/defaultprevention.htm">Prevent defaults and encourage debt management on campus</a></li>');
document.write('<li><a href="/money/defaultpreventionpresentation.ppt">Present default prevention information to students</a></li>');
document.write('<li><a href="/downloads/">Access downloads and forms</a></li>');
document.write('<li><a href="/services/glossary.htm">Review the glossary of higher education and financial aid terms and acronyms</a></li>');
}


function UsersGuideMenu() {
document.write('<li><a href="/oslc/usersguide.htm">Users Guide home</a></li>');
document.write('<li><a href="/oslc/ugtypes.htm">Review your counseling participation</a></li>');
document.write('<li><a href="/oslc/ugpart.htm">Understand the borrower process</a></li>');
document.write('<li><a href="/oslc/ugsecurity.htm">Learn about OSLC security</a></li>');
document.write('<li><a href="/oslc/ugregulations.htm">Follow the regulatory requirements</a></li>');
document.write('<li><a href="/oslc/ugfao.htm">Get to know the FAO Access Area</a></li>');
document.write('<li><a href="/oslc/ugemail.htm">Set your e-mail notification options</a></li>');
document.write('<li><a href="/oslc/ugretention.htm">Retain documentation of counseling sessions</a></li>');
document.write('<li><a href="/oslc/ugexitexpress.htm">Verify guarantors are retrieving Stafford exit and Grad PLUS data via ExitExpress</a></li>');
document.write('<li><a href="/oslc/ugcustomization.htm">Customize the counseling sessions</a></li>');
document.write('<li><a href="/oslc/uglinking.htm">Link to counseling sessions</a></li>');
document.write('<li><a href="/oslc/ugusers.htm">Manage users</a></li>');
document.write('<li><a href="/oslc/ugpassword.htm">Reset your password</a></li>');
document.write('<li><a href="/oslc/ugmeteor.htm">View borrower data in Meteor&trade;</a></li>');
document.write('<li><a href="/oslc/ugcustomerservice.htm">Get help</a></li>');
document.write('<li><a href="/oslc/ugenglishprint.pdf" target="_blank">Print this entire guide in English</a></li>');
document.write('<li><a href="/oslc/ugspanishprint.pdf" target="_blank">Print this entire guide in Spanish</a></li>');
}


var mmOpenContainer = null;
var mmOpenMenus = null;
var mmHideMenuTimer = null;

function MM_menuStartTimeout(hideTimeout) {
	mmHideMenuTimer = setTimeout("MM_menuHideMenus()", hideTimeout);	
}

function MM_menuHideMenus() {
	MM_menuResetTimeout();
	if(mmOpenContainer) {
		var c = document.getElementById(mmOpenContainer);
		c.style.visibility = "inherit";
		mmOpenContainer = null;
	}
	if( mmOpenMenus ) {
		for(var i in mmOpenMenus) {
			var m = document.getElementById(mmOpenMenus[i]);
			m.style.visibility = "hidden";			
		}
		mmOpenMenus = null;
	}
}

function MM_menuHideSubmenus(menuName) {
	if( mmOpenMenus ) {
		var h = false;
		var c = 0;
		for(var i in mmOpenMenus) {
			if( h ) {
				var m = document.getElementById(mmOpenMenus[i]);
				m.style.visibility = "hidden";
			} else if( mmOpenMenus[i] == menuName ) {
				h = true;
			} else {
				c++;
			}
		}
		mmOpenMenus.length = c+1;
	}
}

function MM_menuOverMenuItem(menuName, subMenuSuffix) {
	MM_menuResetTimeout();
	MM_menuHideSubmenus(menuName);
	if( subMenuSuffix ) {
		var subMenuName = "" + menuName + "_" + subMenuSuffix;
		MM_menuShowSubMenu(subMenuName);
	}
}

function MM_menuShowSubMenu(subMenuName) {
	MM_menuResetTimeout();
	var e = document.getElementById(subMenuName);
	e.style.visibility = "inherit";
	if( !mmOpenMenus ) {
		mmOpenMenus = new Array;
	}
	mmOpenMenus[mmOpenMenus.length] = "" + subMenuName;
}

function MM_menuResetTimeout() {
	if (mmHideMenuTimer) clearTimeout(mmHideMenuTimer);
	mmHideMenuTimer = null;
}

function MM_menuShowMenu(containName, menuName, xOffset, yOffset, triggerName) {
	MM_menuHideMenus();
	MM_menuResetTimeout();
	MM_menuShowMenuContainer(containName, xOffset, yOffset, triggerName);
	MM_menuShowSubMenu(menuName);
}

function MM_menuShowMenuContainer(containName, x, y, triggerName) {	
	var c = document.getElementById(containName);
	var s = c.style;
	s.visibility = "inherit";
	
	mmOpenContainer = "" + containName;
}

function FAPInternalMenu()	{
	document.write('<div id="FWTableContainer1092041942">');
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="175">');
	document.write('<tr valign="middle">');
	document.write('<td id="customTD" width="215" height="27">&bull; <a href="/FAP/4.7/index.cfm">Home</a></td>');
	document.write('</tr>');
	document.write('<tr valign="middle">');
	document.write('<td id="customTD" width="215" height="27">&bull; <a href="/FAP/4.7/EmailNotification.cfm">Notification options</a></td>');
	document.write('</tr>');
	document.write('<tr valign="middle">');
	document.write('<td id="customTD" width="153" height="27">&bull; <a href="javascript:;" onmouseout="MM_menuStartTimeout(500);" onmouseover="MM_menuShowMenu(\'MMMenuContainer0312141234_0\', \'MMMenu0312141234_0\',153,0,\'RetrieveSlice\');">Retrieve records<img src="/FAP/4.7/arrows.gif" align="Middle" border="0" alt=""/></a></td>');
	document.write('</tr>');
	document.write('<tr valign="middle">');
	document.write('<td id="customTD" width="215" height="27">&bull; <a href="/FAP/4.7/search.cfm">Search</a></td>');
	document.write('</tr>');
	document.write('<tr valign="middle">');
	document.write('<td id="customTD" width="215" height="27">&bull; <a href="/FAP/4.7/archiverecords.cfm">Archives</a></td>');
	document.write('</tr>');
	document.write('<tr valign="middle">');
	document.write('<td id="customTD" width="215" height="27">&bull; <a href="/FAP/4.7/exitdata.cfm">ExitExpress</a></td>');
	document.write('</tr>');
	document.write('<tr valign="middle">');
	document.write('<td id="customTD" width="215" height="27">&bull; <a href="javascript:;" onmouseout="MM_menuStartTimeout(500);" onmouseover="MM_menuShowMenu(\'MMMenuContainer0312141358_1\', \'MMMenu0312141358_1\',210,0,\'CustomizeSlice\');">Customize counseling<img src="/FAP/4.7/arrows.gif" border="0" alt="" align="middle"/></a></td>');
	document.write('</tr>');
	document.write('<tr valign="middle">');
	document.write('<td id="customTD" width="215" height="27">&bull; <a href="/FAP/4.7/user.cfm">Manage users</a></td>');
	document.write('</tr>');
	document.write('<tr valign="middle">');
	document.write('<td id="customTD" width="215" height="27">&bull; <a href="/FAP/4.7/password.cfm">Reset password</a></td>');
	document.write('</tr>');
	document.write('<tr valign="middle">');
	document.write('<td id="customTD" width="215" height="27">&bull; <a href="/FAP/4.7/meteor.cfm">Meteor&trade; data</a></td>');
	document.write('</tr>');
	document.write('<tr valign="middle">');
	document.write('<td id="customTD" width="215" height="27">&bull; <a href="/FAP/index.cfm?logout=1">Logout</a></td>');
	document.write('</tr>');
	document.write('</table>');
	document.write('<div id="MMMenuContainer0312141234_0">');
	document.write('<div id="MMMenu0312141234_0" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();">');
	document.write('<a href="javascript:;" id="MMMenu0312141234_0_Item_0" class="MMMIFVStyleMMMenu0312141234_0" onmouseover="MM_menuOverMenuItem(\'MMMenu0312141234_0\',\'1\');">');
	document.write('Download/print counseling records');
	document.write('<img src="arrows.gif" alt="" class="MMArrowStyleMMMenu0312141234_0" />');
	document.write('</a>');
	document.write('<a href="/FAP/4.7/export.cfm" id="MMMenu0312141234_0_Item_1" class="MMMIVStyleMMMenu0312141234_0" onmouseover="MM_menuOverMenuItem(\'MMMenu0312141234_0\');">');
	document.write('Download electronic counseling records');
	document.write('</a>');
	document.write('</div>');
	document.write('<div id="MMMenu0312141234_0_1" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();">');
	document.write('<a href="/FAP/4.7/dailyreport.cfm" id="MMMenu0312141234_0_1_Item_0" class="MMMIFVStyleMMMenu0312141234_0_1" onmouseover="MM_menuOverMenuItem(\'MMMenu0312141234_0_1\');">');
	document.write('One day');
	document.write('</a>');
	document.write('<a href="/FAP/4.7/daterangereport.cfm" id="MMMenu0312141234_0_1_Item_1" class="MMMIVStyleMMMenu0312141234_0_1" onmouseover="MM_menuOverMenuItem(\'MMMenu0312141234_0_1\');">');
	document.write('Date range');
	document.write('</a>');
	document.write('<a href="/FAP/4.7/adhoc.cfm" id="MMMenu0312141234_0_1_Item_2" class="MMMIVStyleMMMenu0312141234_0_1" onmouseover="MM_menuOverMenuItem(\'MMMenu0312141234_0_1\');">');
	document.write('Specific criteria');
	document.write('</a>');
	document.write('</div>');
	document.write('</div>');
	document.write('<div id="MMMenuContainer0312141358_1">');
	document.write('<div id="MMMenu0312141358_1" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();">');
	document.write('<a href="/FAP/4.7/testquestion.cfm" id="MMMenu0312141358_1_Item_0" class="MMMIFVStyleMMMenu0312141358_1" onmouseover="MM_menuOverMenuItem(\'MMMenu0312141358_1\');">');
	document.write('Choose test questions');
	document.write('</a>');
	document.write('<a href="/FAP/4.7/moneymanagement.cfm" id="MMMenu0312141358_1_Item_1" class="MMMIVStyleMMMenu0312141358_1" onmouseover="MM_menuOverMenuItem(\'MMMenu0312141358_1\');">');
	document.write('Add money management topic');
	document.write('</a>');
	document.write('<a href="/FAP/4.7/indebtedness.cfm" id="MMMenu0312141358_1_Item_2" class="MMMIVStyleMMMenu0312141358_1" onmouseover="MM_menuOverMenuItem(\'MMMenu0312141358_1\');">');
	document.write('Add average indebtedness information');
	document.write('</a>');
	document.write('<a href="/FAP/4.7/budget.cfm" id="MMMenu0312141358_1_Item_3" class="MMMIVStyleMMMenu0312141358_1" onmouseover="MM_menuOverMenuItem(\'MMMenu0312141358_1\');">');
	document.write('Determine whether students must complete a budget');
	document.write('</a>');
	document.write('<a href="/FAP/4.7/startpage.cfm" id="MMMenu0312141358_1_Item_4" class="MMMIVStyleMMMenu0312141358_1" onmouseover="MM_menuOverMenuItem(\'MMMenu0312141358_1\');">');
	document.write('Create or edit counseling start page');
	document.write('</a>');
	document.write('<a href="/FAP/4.7/studentform.cfm" id="MMMenu0312141358_1_Item_5" class="MMMIVStyleMMMenu0312141358_1" onmouseover="MM_menuOverMenuItem(\'MMMenu0312141358_1\');">');
	document.write('Choose data you will collect');
	document.write('</a>');
	document.write('<a href="/FAP/4.7/endurl.cfm" id="MMMenu0312141358_1_Item_6" class="MMMIVStyleMMMenu0312141358_1" onmouseover="MM_menuOverMenuItem(\'MMMenu0312141358_1\');">');
	document.write('Direct borrowers to a specific web page upon completing a session');
	document.write('</a>');
	document.write('</div>');
	document.write('</div>');
	document.write('</div>');
}
