			function popWin(strURL)
		{
			window.open(strURL,"newWin");
		}
		
		function linkto_externalSite(strURL)
{
	if(confirm("You are leaving the Saratoga's Community Federal Credit Union Website.\n\nThe website you are linking to is not operated by Saratoga's Community Federal Credit Union.\n\nWe are not responsible for any content or information posted to this external web site.\n\nSaratoga's Community Federal Credit Union is not responsible for, nor do we represent you or the External web site if you enter into any agreements.\n\nPrivacy and Security policies may differ between our web site and this external site."))
	{
		window.open(strURL,"","");
	}
}
	
	// set up drop downs anywhere in the body of the page. I think the bottom of the page is better.. 
	// but you can experiment with effect on loadtime.
	if (TransMenu.isSupported()) {

		//==================================================================================================
		// create a set of dropdowns
		//==================================================================================================
		// the first param should always be down, as it is here
		//
		// The second and third param are the top and left offset positions of the menus from their actuators
		// respectively. To make a menu appear a little to the left and bottom of an actuator, you could use
		// something like -5, 5
		//
		// The last parameter can be .topLeft, .bottomLeft, .topRight, or .bottomRight to inidicate the corner
		// of the actuator from which to measure the offset positions above. Here we are saying we want the 
		// menu to appear directly below the bottom left corner of the actuator
		//==================================================================================================
		var ms = new TransMenuSet(TransMenu.direction.down, 4, 0, TransMenu.reference.bottomLeft);

		//==================================================================================================
		// create a dropdown menu
		//==================================================================================================
		// the first parameter should be the HTML element which will act actuator for the menu
		//==================================================================================================
			
		//"javascript:linkto_externalSite('https://www.annualcreditreport.com/cra/index.jsp')");
		//"ATMAccess.asp#OnSite"
		//"javascript:popWin('https://www2.homecu.net/~pccu/mindex.html')");
		
		var menu1 = ms.addMenu(document.getElementById("About"));
		menu1.addItem("About Us", "AboutUs.asp");
		menu1.addItem("Who Can Join?", "Join.asp");
		menu1.addItem("Join Saratoga’s Community FCU", "JoinSTFCU.asp");		
		menu1.addItem("Newsletter/Press Releases", "Newsletter.asp");
		menu1.addItem("Product Brochures", "Brochures.asp"); 
		menu1.addItem("Forms and Applications", "FormsApps.asp");		 
		menu1.addItem("CU Ambassador Program", "AmbassadorProgram.asp"); 
		menu1.addItem("Staff &amp; BOD", "Staff.asp"); 
		menu1.addItem("Contact Us", "ContactUs.asp"); 
		menu1.addItem("Careers", "Careers.asp"); 
		menu1.addItem("Disclosures &amp; Security", "Disclosures.asp"); 
		menu1.addItem("Fee Schedule", "FeeSchedule.asp"); 
		menu1.addItem("Insurance of Accounts", "InsuranceOfAccts.asp"); 
				
		
		//==================================================================================================
		
		var menu2 = ms.addMenu(document.getElementById("MemberServ"));
		menu2.addItem("Join Saratoga’s Community FCU", "JoinSTFCU.asp");
		menu2.addItem("Saving Accounts", "Savings.asp");
		menu2.addItem("Loan Accounts", "Loans.asp");
		menu2.addItem("VISA Credit Card", "LoansVisa.asp");
		menu2.addItem("Convenience Services", "ConvenienceServices.asp");
		menu2.addItem("Forms and Applications", "FormsApps.asp");
		menu2.addItem("Calculators", "Calculators.asp");
		menu2.addItem("ATMLocator", "ATM.asp");
		menu2.addItem("CUFAST", "CUFAST.asp");
		menu2.addItem("Reorder Checks", "javascript:linkto_externalSite('http://reorder.libertysite.com')");
		menu2.addItem("Tax Resource Center", "TaxResourceCtr.asp");
		menu2.addItem("Vehicle Value Guides", "javascript:linkto_externalSite('http://www.kbb.com')");
		menu2.addItem("Debt Protection", "DebtProtection.asp");
		
		var submenu2 = menu2.addMenu(menu2.items[1]);
			submenu2.addItem("Checking Accounts", "Savings.asp");
			submenu2.addItem("Savings Accounts", "Savings.asp");
			submenu2.addItem("Youth Club Accounts", "Savings.asp");
			submenu2.addItem("Money Market Accounts", "Savings.asp");
			submenu2.addItem("Certificate Accounts", "Savings.asp");
			submenu2.addItem("IRA Accounts", "Savings.asp");
			
		var submenu2 = menu2.addMenu(menu2.items[2]);
			submenu2.addItem("Loan Overview", "Loans.asp");
			submenu2.addItem("Consumer Loans", "LoansPersonal.asp");
			submenu2.addItem("Home Equity Line of Credit", "LoansHELOC.asp");
			submenu2.addItem("Home Equity Loans", "LoansHomeEquity.asp");
			submenu2.addItem("Mortgage Loans", "LoansMortgage.asp");
			submenu2.addItem("Student/Education Loans", "LoansEducation.asp");
			submenu2.addItem("Vehicle Loans", "LoansVehicle.asp");
			
		
		
		
		//==================================================================================================
		
		var menu3 = ms.addMenu(document.getElementById("CommunityCommitment"));
		menu3.addItem("Participation", "CommunityCommitment.asp#Participation");
		menu3.addItem("Contribution", "CommunityCommitment.asp#Contribution");
		menu3.addItem("Scholarships", "CommunityCommitment.asp#Scholarships");
		menu3.addItem("Financial Literacy", "CommunityCommitment.asp#FinancialLit");
		menu3.addItem("Volunteer", "CommunityCommitment.asp#Volunteer");
		menu3.addItem("Publication", "CommunityCommitment.asp#Publication");
		
		
		//==================================================================================================
		
		
		var menu4 = ms.addMenu(document.getElementById("eServices"));
		menu4.addItem("E-Deposit", "eDeposit.asp");
		menu4.addItem("pc-BRANCH", "HomeBankingFeatures.asp#pcbranch");
		menu4.addItem("pc-BILLPAY", "HomeBankingFeatures.asp#pcbillpay");
		menu4.addItem("24/7 Loan Center", "javascript:popWin('https://lending.digital-dialogue.com/default.aspx?IGUID=ef56361e-57a4-434d-b2ab-b124a9d28910')");
		menu4.addItem("TEXT Banking", "TextBanking.asp");
		menu4.addItem("ezCardInfo Visa Access", "HomeBankingFeatures.asp#ezcard");
		menu4.addItem("CUFAST", "CUFAST.asp");
		menu4.addItem("Debit Card", "DebitCard.asp");
		menu4.addItem("Direct Deposit", "DirectDeposit.asp");
		menu4.addItem("E-Loans", "eLoans.asp");
		menu4.addItem("E-Statements", "eStatements.asp"); 
		menu4.addItem("Mortgage Center", "MortgageCenter.asp");
		menu4.addItem("Reorder Checks", "javascript:linkto_externalSite('http://reorder.libertysite.com')");
		menu4.addItem("Forms &amp; Applications", "FormsApps.asp");
		menu4.addItem("Disclosures &amp; Security", "Disclosures.asp");
		
		//menu4.addItem("pc-BRANCH Login", "javascript:popWin('https://www2.homecu.net/~stcu/mindex.html')");
		//menu4.addItem("pc-BILLPAY Login", "javascript:popWin('https://www.memberpay.com/MemberBillPay/saratoga')");
		//menu4.addItem("ezCardInfo Visa Access", "javascript:linkto_externalSite('https://www.ezcardinfo.com')");
		
		http://creditunionwebsites8.com/stfcu/upload/Form_BillPay_Activation.pdf
		//==================================================================================================
		
		var menu5 = ms.addMenu(document.getElementById("Rates"));
		menu5.addItem("Consumer Loans", "RatesPersonalLoans.asp");
		menu5.addItem("Equity Loans", "RatesMortgage.asp");
		menu5.addItem("Mortgage Loans", "RatesMortgage.asp");
		menu5.addItem("Savings", "RatesSavings.asp");
		menu5.addItem("Vehicle Loans", "RatesLoans.asp");
		menu5.addItem("Visa Credit Card", "RatesVisa.asp");;
		
		
		//==================================================================================================
		
		var menu6 = ms.addMenu(document.getElementById("LifStages"));
		menu6.addItem("Early Development", "LifeStages.asp#ED");
		menu6.addItem("Making Choices", "LifeStages.asp#MakingChoices");
		menu6.addItem("Mid-Life", "LifeStages.asp#MidLife");
		menu6.addItem("Contribution Planning", "LifeStages.asp#Contribution");
		menu6.addItem("Maturity", "LifeStages.asp#Maturity");
	
		
		//==================================================================================================
		
		var menu7 = ms.addMenu(document.getElementById("EduComm"));
		menu7.addItem("Overview", "EduComm_Overview.asp");
		menu7.addItem("Unique Benefits", "EduComm_Benefits.asp");
		menu7.addItem("In My School", "EduComm_InMySchool.asp");
		menu7.addItem("Events &amp; Sponsorship", "EduComm_EventsSpons.asp");
		menu7.addItem("Scholarships", "EduComm_Scholarships.asp");
		
		
		//==================================================================================================

		

		//==================================================================================================
		// write drop downs into page
		//==================================================================================================
		// this method writes all the HTML for the menus into the page with document.write(). It must be
		// called within the body of the HTML page.
		//==================================================================================================
		TransMenu.renderAll();
	}