			function popWin(strURL)
		{
			window.open(strURL,"newWin");
		}
		
		function linkto_externalSite(strURL)
{
	if(confirm("You are leaving the Community Schools Credit Union Web site.\n\nThe Web site you are linking to is not operated by Community Schools Credit Union.\n\nWe are not responsible for any content or information posted to this external Web site.\n\nCommunity Schools 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, 10, 0, TransMenu.reference.bottomLeft);

		//==================================================================================================
		// create a dropdown menu
		//==================================================================================================
		// the first parameter should be the HTML element which will act actuator for the menu
		//==================================================================================================
		
		var menu1 = ms.addMenu(document.getElementById("About"));
		menu1.addItem("Mission Statement", "Mission.asp");
		menu1.addItem("Contact Us", "https://www.creditunionwebsites.com/V002U33GRV/cscu/Contact.asp");
		menu1.addItem("A Word From The CEO", "Word.asp");
		menu1.addItem("Employment Opportunities", "Employment.asp");

		//==================================================================================================

		//==================================================================================================
		
		var menu2 = ms.addMenu(document.getElementById("Membership"));
		menu2.addItem("How To Become A Member", "BecomeMember.asp");
		menu2.addItem("New Member Switch Kit", "SwitchKit.asp");
		menu2.addItem("Fee Schedule", "Fees.asp");
		menu2.addItem("Disclosures", "Disclosures.asp");

		//==================================================================================================

		//==================================================================================================
		
		var menu3 = ms.addMenu(document.getElementById("Banking"));
		menu3.addItem("Checking", "Checking.asp");
		menu3.addItem("ATM & Debit Cards", "ATM_Debit.asp");
		menu3.addItem("CDs", "CD.asp");
		menu3.addItem("IRAs", "IRA.asp");
		menu3.addItem("Direct Deposit", "DirectDeposit.asp");
		menu3.addItem("Bill Pay (CU*Easy Pay)", "BillPay.asp");
		menu3.addItem("Savings & Money Market", "Savings.asp");
		menu3.addItem("403(b)", "403b.asp");
		menu3.addItem("Wire Transfers", "WireTransfers.asp");
		
		//==================================================================================================

		//==================================================================================================
		
		var menu4 = ms.addMenu(document.getElementById("Loans"));
		menu4.addItem("Auto", "Auto.asp");
		menu4.addItem("Home", "Home.asp");
		menu4.addItem("Recreational", "Recreational.asp");
		menu4.addItem("Lifetime Learning", "Lifetime.asp");
		menu4.addItem("VISA", "Visa.asp");
		menu4.addItem("Other Services", "Other_Loans.asp");
		
		//==================================================================================================

		//==================================================================================================
		
		var menu5 = ms.addMenu(document.getElementById("Services24"));
		menu5.addItem("Phone Banking (CU*Easy Talk)", "PhoneBanking.asp");
		menu5.addItem("Home Banking (Its Me 24/7)", "HomeBanking.asp");
		menu5.addItem("E-Statements", "Estatements.asp");
		menu5.addItem("Bill Pay (CU*Easy Pay)", "BillPay.asp");
		menu5.addItem("Check Re-Order", "javascript:linkto_externalSite('https://reorder.libertysite.com/')");
		menu5.addItem("ATM/Shared Branch Locations", "ATMLocs.asp");
		menu5.addItem("Lost or Stolen Card", "LostCard.asp");
		
		//==================================================================================================

		//==================================================================================================
		
		var menu6 = ms.addMenu(document.getElementById("Rates"));
		menu6.addItem("Savings & Money Market", "Rates_Savings.asp");
		menu6.addItem("CDs", "Rates_CD.asp");
		menu6.addItem("Loan", "Rates_Loan.asp");
		menu6.addItem("Calculators", "Calcs.asp");
		
			var submenu6 = menu6.addMenu(menu6.items[3]);
			submenu6.addItem("Mortgage Loan", "Calc_MortgageLoan.asp");
			submenu6.addItem("Refinance Breakeven", "Calc_MortgageRefinance.asp");
			submenu6.addItem("Rent vs. Buy", "Calc_MortgageRentvsBuy.asp");
			submenu6.addItem("Auto Loans", "Calc_AutoLoan.asp");
			submenu6.addItem("Auto Rebate vs. Financing", "Calc_AutoRebate.asp");
			submenu6.addItem("Home Equity vs. Auto Loan", "Calc_AutoEquityLoan.asp");
			submenu6.addItem("Lease vs. Buy", "Calc_BuyvsLease.asp");
			submenu6.addItem("College Savings", "Calc_CollegeSavings.asp");
			submenu6.addItem("Cool Million", "Calc_Millionaire.asp");
			submenu6.addItem("Savings Calculator", "Calc_CompoundSavings.asp");
		
		//==================================================================================================

		//==================================================================================================
		
		var menu7 = ms.addMenu(document.getElementById("Community"));
		menu7.addItem("Calculators", "Calcs.asp");
		menu7.addItem("FoolProof HQ", "javascript:linkto_externalSite('http://www.foolproofonline.info/cu/interface/MI/cscu.htm')");
		menu7.addItem("Newsletters", "Newsletters.asp");
		menu7.addItem("Bargain Corner", "BargainCorner.asp");
		
			var submenu7 = menu7.addMenu(menu7.items[0]);
			submenu7.addItem("Mortgage Loan", "Calc_MortgageLoan.asp");
			submenu7.addItem("Refinance Breakeven", "Calc_MortgageRefinance.asp");
			submenu7.addItem("Rent vs. Buy", "Calc_MortgageRentvsBuy.asp");
			submenu7.addItem("Auto Loans", "Calc_AutoLoan.asp");
			submenu7.addItem("Auto Rebate vs. Financing", "Calc_AutoRebate.asp");
			submenu7.addItem("Home Equity vs. Auto Loan", "Calc_AutoEquityLoan.asp");
			submenu7.addItem("Lease vs. Buy", "Calc_BuyvsLease.asp");
			submenu7.addItem("College Savings", "Calc_CollegeSavings.asp");
			submenu7.addItem("Cool Million", "Calc_Millionaire.asp");
			submenu7.addItem("Savings Calculator", "Calc_CompoundSavings.asp");
		
		//==================================================================================================

		//==================================================================================================
		
		var menu8 = ms.addMenu(document.getElementById("Youth"));
		menu8.addItem("Zoogles Kids (0-11)", "Kids.asp");
		menu8.addItem("Xtreme Teens (12-17)", "Teens.asp");
		menu8.addItem("YA (18-23)", "YoungAdults.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();
	}