_menuCloseDelay=0			// The time delay for menus to remain visible on mouse out
_menuOpenDelay=0			// The time delay before menus open on mouse over
_followSpeed=5				// Follow scrolling speed
_followRate=50				// Follow scrolling Rate
_subOffsetTop=2				// Sub menu top offset
_subOffsetLeft=-4			// Sub menu left offset
//_subOffsetTop=5				// Sub menu top offset
//_subOffsetLeft=-8			// Sub menu left offset
_scrollAmount=3				// Only needed for Netscape 4.x
_scrollDelay=20				// Only needed for Netcsape 4.x
imagepath="images/";		// path to images used in dhtml menu.

	//   T o p   M e n u   S t y l e   S e t t i n g s
	with(menuStyle=new mm_style()){

			
	align="left";	// middle
	padding="0 8 0 8";
	bordercolor="#999999";
	borderwidth=0;
	separatorcolor="#ffffff";
	separatorsize=0;	// between the main categories
	onbgcolor="#ED1C24";	// rollover background color
	oncolor="#ffffff";
	offbgcolor="#ED1C24";	// top menu default
	offcolor="white";
	borderstyle="solid";
	fontsize="15px";
	fontstyle="normal"; // italic
	fontweight="bold";
	fontfamily="Verdana, Arial, Helvetica, sans-serif";
	pagecolor="#ffffff";	// top navigation item text default color
	pagebgcolor="#ED1C24";	// top navigation item background color
	headercolor="#000000";
	headerbgcolor="#ffffff";
	//subimage=imagepath+"arrow.gif";
	//subimagepadding="2";
	//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
	//outfilter="";
	/*
	itemwidth=94;
	itemheight=18;
	*/
	}

	//   A l l   S u b - M e n u   S t y l e   S e t t i n g s
	with(submenuStyle=new mm_style()){
	onbgcolor="white";   // mouse-over bgcolor for submenu
	oncolor="#ED1C24";  // mouse-over color for submenu items
	offbgcolor="white"; // default bgcolor for submenu
	offcolor="#58595B";
	bordercolor="#BABABA";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#dbdbdb";
	separatorsize="1";
	padding="3 8 3 8";
	fontsize="11px";
	fontstyle="normal";
	fontfamily="Verdana, Arial, Helvetica, sans-serif";
	pagecolor="#c505c7";	// submenu item text color
	pagebgcolor="#ffffff";	// selected item background color
	headercolor="#0000ff";	// submenu header
	headerbgcolor="#F1F1F1";
	subimage=imagepath+"arrow.gif";
	subimagepadding="1 4 1 0";
	overfilter="Alpha(opacity=100);Shadow(color='#D9D9D9', Direction=135, Strength=5)";
	//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
	//outfilter="randomdissolve(duration=0.3)";
	}

	

	
	with(milonic=new menuname("parentid2")){
	style=submenuStyle;
	
		
			aI("text=<b>Accounts & Services</b>;type=header;");
		
			aI("text=Checking;url=PB_VChecking.asp;status=Accounts & Services;showmenu=Checking;");
			
			aI("text=Savings;url=PB_EWSavings.asp;status=Accounts & Services;showmenu=Savings;");
			
			aI("text=CDs;url=PB_CDs.asp;status=Accounts & Services;");

			aI("text=Student Plus;url=pb_spchecking.asp;status=Accounts & Services;");
			
			//aI("text=Prepaid Gift Card;url=GiftCard/GiftCard-Index.asp;status=Accounts & Services;");
			aI("text=Prepaid Gift Card;url=GC_GiftCard_Index.asp;status=Accounts & Services;");
			
			aI("text=Online Banking;url=PB_OBanking.asp;status=Accounts & Services;");

            aI("text=China Remittance;url=IB_CRemittance.asp;status=Accounts & Services;");
			
			aI("text=<b>Loans & Lines of Credit</b>;type=header;");
						
			aI("text=Income Property Loans;url=PB_IPLoans.asp;status=Loans & Lines of Credit;");
			
			aI("text=Home Loan;url=PB_HLoan.asp;status=Loans & Lines of Credit;");
			
			aI("text=Mortgages;url=PB_Mortgages.asp;status=Loans & Lines of Credit;");
		
			aI("text=Home Equity Lines of Credit;url=PB_HELOC.asp;status=Loans & Lines of Credit;");
			
			aI("text=Auto Loan;url=PB_ALoan.asp;status=Loans & Lines of Credit;");
		
			aI("text=Personal Credit Card;url=PB_CCard.asp;status=Loans & Lines of Credit;");
	}
	
	with(milonic=new menuname("Checking")){
	style=submenuStyle;
	aI("text=East West Value Checking;url=PB_VChecking.asp;");
	/*aI("text=Personal Checking;url=PB_PChecking.asp;");*/
	aI("text=East West Checking;url=PB_EWChecking.asp;");
	aI("text=Money Market Checking;url=PB_MMChecking.asp;");
	aI("text=Value Maximizer Money Market 6 Check Option;url=PB_SCManagement.asp;");
	}
	
	with(milonic=new menuname("Savings")){
	style=submenuStyle;
	aI("text=East West Savings;url=PB_EWSavings.asp;");
	}

	
	with(milonic=new menuname("parentid3")){
	style=submenuStyle;
	
		
			aI("text=<b>Depository Services</b>;type=header;");
			
			aI("text=Standard Business Checking;url=BB_SBChecking.asp;status=Depository Services;");
				
			aI("text=Analyzed Business Checking;url=BB_AAChecking.asp;status=Depository Services;");
				
			aI("text=Business Money Market 6 Check;url=BB_BMMCheck.asp;status=Depository Services;");
				
			aI("text=Relationship Plus;url=BB_RelationShip_Plus.asp;status=Depository Services;");
			
			
			aI("text=<b>Commercial Services</b>;type=header;");
			
			aI("text=East West Business Equipment Leasing;url=BB_BELeasing.asp;status=Commercial Services;");
			
				
			aI("text=<b>Treasury Management Services</b>;type=header;");
				
			aI("text=ACH Initiation;url=BB_ACHInitiation.asp;status=Treasury Management Services;");
				
			aI("text=Account Reconciliation/Positive Pay;url=BB_AReconciliation.asp;status=Treasury Management Services;");
			
			aI("text=Armored Transport/Cash Vault Services;url=BB_ATransport.asp;status=Treasury Management Services;");
			
			aI("text=Courier Service;url=BB_CService.asp;status=Treasury Management Services;");
			
			//aI("text=<em>deposit</em>Bridge<small><sup>SM</sup></small>;url=BB_DBridge.asp;status=Treasury Management Services;");
			
			aI("text=<em>deposit</em>Bridge<small><sup>&reg;</sup></small><em>Plus</em>;url=BB_DBridgePlus.asp;status=Treasury Management Services;");
			
			aI("text= RSA Go ID<small><sup>SM</sup></small> Activation Instructions;url=BB_GoID.asp;status=Treasury Management Services;");
			
			aI("text=Loan Sweep;url=BB_LSweep.asp;status=Treasury Management Services;");
			
			aI("text=Lockbox Services;url=BB_LServices.asp;status=Treasury Management Services;");
			
			aI("text=Merchant Credit Card Processing;url=BB_MCCard.asp;status=Treasury Management Services;");
			
			aI("text=Wire Transfer Initiation & Reporting;url=BB_WTInitiation.asp;status=Treasury Management Services;");
			
			aI("text=Zero Balance Accounting;url=BB_ZBAccounting.asp;status=Treasury Management Services;");
			
			
			
			aI("text=<b>Online Banking</b>;type=header;");	
		
			aI("text=<em>business</em>Bridge<em>Plus</em><small><sup>&reg;</sup></small>;url=BB_BBridgePlus.asp;status=Online Banking;");
				
			aI("text=Business Bill Pay;url=BB_BBPay.asp;status=Online Banking;");
			
			
            aI("text=<b>Other Bank Services</b>;type=header;");
			
			aI("text=Appraisal Trac;url=javascript:ATrac();status=Other Bank Services;");
			
			aI("text=Business Credit Card;url=BB_CCard.asp;status=Other Bank Services;");

            aI("text=<b>Non-Profit Services</b>;type=header;");
			
			aI("text=Bank Accounts for Non-Profit Organizations;url=BB_NPOrganizations.asp;status=Non-Profit Services;");
             
		    aI("text=<b>Escrow Banking Services</b>;type=header;");
			aI("text=Bank Accounts for Escrow Companies;url=BB_BAECompanies.asp;status=Bank Accounts for Escrow Companies;");
	}
	

	with(milonic=new menuname("parentid4")){
	style=submenuStyle;
	
		
			aI("text=<b>Business Lending</b>;type=header;");
			
			aI("text=Working Capital Financing;url=CL_WCFinancing.asp;status=Business Lending");
				
			aI("text=Commercial Term Loans;url=CL_CTLoans.asp;status=Business Lending");
			
			
			aI("text=<b>SBA Loans</b>;type=header;");
				
			aI("text=Business Loan 7(a) Program;url=CL_BLoan7A.asp;status=SBA Loans;");
			
			aI("text=Real Estate Loan 504 Program;url=CL_RELoan504.asp;status=SBA Loans;");
					
			
			aI("text=<b>Real Estate Lending</b>;type=header;");	
		
			aI("text=Commercial Real Estate Financing;url=CL_CREFinancing.asp;status=Real Estate Lending;");
				
			aI("text=Credit Enhancement of Low-Income Housing Revenue Bonds;url=CL_LIHRBonds.asp;status=Real Estate Lending;");
				
			aI("text=Affordable Housing Tax Credit Financing;url=CL_AHTCFinancing.asp;status=Real Estate Lending;");
				
		
	}
	
	
	
	with(milonic=new menuname("parentid5")){
	style=submenuStyle;
	
		
			aI("text=<b>International Banking Services</b>;type=header;");

	        aI("text=International Banking and Trade Finance;url=IB_IBanking.asp;status=International Banking Services;");
		
			aI("text=For Exporters;url=IB_Exporters.asp;status=International Banking Services;");
			
			aI("text=For Importers;url=IB_Importers.asp;status=International Banking Services;");
				
			aI("text=Transferable Letters of Credit;url=IB_TLOCredit.asp;status=International Banking Services;");
			
			aI("text=Standby Letters of Credit;url=IB_SLOCredit.asp;status=International Banking Services;");
			
			
			aI("text=<b>Trade Finance</b>;type=header;");	

			aI("text=Customized Solutions for Exporters;url=IB_CSFExporters.asp;status=Trade Finance;");

			aI("text=Customized Solutions for Importers;url=IB_CSFImporters.asp;status=Trade Finance;");

				
			aI("text=<b>Online Banking & Treasury Management Services</b>;type=header;");	

			aI("text=EWB Trade;url=IB_EWBTrade.asp;status=Online Banking & Treasury Management Services;");

			aI("text=<em>business</em>Bridge<em>Plus</em><small><sup>&reg;</sup></small>;url=BB_BBridgePlus.asp;status=Online Banking & Treasury Management Services;");
			
			aI("text=Treasury Management Services;url=IB_CMService.asp;status=Online Banking & Treasury Management Services;");

			
			aI("text=<b>Foreign Exchange</b>;type=header;");	

			aI("text=Spot Contract;url=IB_SContract.asp;status=Foreign Exchange;");

			aI("text=Forward Contract;url=IB_FContract.asp;status=Foreign Exchange;");
			
			
			aI("text=<b>International Personal Banking</b>;type=header;");	

			aI("text=China Remittance;url=IB_CRemittance.asp;status=International Personal Banking;");

			aI("text=Foreign Currency/Note Exchange;url=IB_FCurrency.asp;status=International Personal Banking;");
		

			aI("text=<b>International Banking Promotions</b>;type=header;");
			aI("text=Chinese Renminbi-linked CD Promotion;url=IB_CRLCD.asp;status=International Banking Services;");
	}
	

with(milonic=new menuname("Main Menu")){
	style=menuStyle;
	top=155;
	left=200;
	alwaysvisible=1;
	orientation="horizontal";
	overfilter="";
	position="relative";
	
		
		//aI("text=Home;url=http://www.eastwestbank.com/;status=Home;");
	
		
		aI("text=<img src='images/Top_menu-PBanking.gif' border='0'>;url=#;showmenu=parentid2;");

		aI("text=<img src='images/Top_menu-BBanking.gif' border='0'>;url=#;showmenu=parentid3;");
	
		aI("text=<img src='images/Top_menu-CLending.gif' border='0'>;url=#;showmenu=parentid4;");
		
		aI("text=<img src='images/Top_menu-IBanking.gif' border='0'>;url=#;showmenu=parentid5;");

		
}
drawMenus();

