arMenu1 = new Array(
160,
230,82,
'','',
'','',
'','',
'History','a_History.asp',0,
'Financial Services','a_Services.asp',0,
'Investor Information','a_FinancialReports.asp',0,
'Press Releases','a_PressRelease.asp',0,
'Corporate Governance','a_Governance.asp',0,
'Careers','a_Career.asp',0,
'Cathay Bank Foundation','http://www.cathaybank.org',0,
'Contact Us','a_Contact.asp',0
)

arMenu2 = new Array(
160,
316,82,
'','',
'','',
'','',
'Savings Accounts','p_SavingsAccounts.asp',0,
'Checking Accounts','p_CheckingAccounts.asp',0,
'IRA CD','p_IRA.asp',0,
'Credit Card','p_CreditCard.asp',0,
'Auto Loan','p_AutoLoan.asp',0,
'Mortgage Loan','p_MortgageLoan.asp',0,
'Home Equity Financing','p_HomeEquity.asp',0,
'Foreign Exchange','p_ForeignExchange.asp',0,
'Cathay eBanking','p_CathayeBanking.asp',0
)

arMenu3 = new Array(
200,
406,82,
'','',
'','',
'','',
'Business Checking Accounts','s_BusinessCheckingAccounts.asp',0,
'Cathay eCashManagement','s_CathayeCashManagement.asp',0,
'Merchant Credit Card','s_CreditCard.asp',0,
'Business MasterCard&reg;','c_CreditCard.asp',0,
'Foreign Exchange Service','p_ForeignExchange.asp',0,
'Smart Capital Line','s_SmartCapital.asp',0,
'SBA Guaranteed Loan Program','s_SBALoan.asp',0
)

arMenu4 = new Array(
240,
492,82,
'','',
'','',
'','',
'Commercial Financing','c_CommercialFinancing.asp',0,
'Real Estate and Construction Financing','c_RealEstateFinancing.asp',0,
'International Banking and Financing','c_InternationalBanking.asp',0,
'Business MasterCard&reg;','c_CreditCard.asp',0,
'Cathay eCashManagement','s_CathayeCashManagement.asp',0,
'Foreign Exchange Service','p_ForeignExchange.asp',0,
'Business Checking Account','s_BusinessCheckingAccounts.asp',0
)

params = 'toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,width=500,height=360';
function DoPopup(url)
{
PopWind = window.open (url, 'PopWind', params);
PopWind.document.close();
}
