% '----------------------------------------------------------------------------- ' ' (C) Copyright 2000, ' Australia and New Zealand Banking Group Limited ' ACN 005 357 522. ' '---------------------------------------------------------------------------- ' File: CFS_default_body.asp ' Descr: Body of default(Home page) for CFS ' Will be included in CFS_default.asp ' '----------------------------------------------------------------------------- ' Create an array to hold the What's New links dim intArrInd, intMaxWhatsNew intMaxWhatsNew = 5 dim arrWhatsNewText(5) dim arrWhatsNewURL(5) arrWhatsNewText(0)="Visit our new Corporate Portal site" arrWhatsNewURL(0)="http://www.online.anz.com/corporate/" arrWhatsNewText(1)="ANZ Budget Commentary - 2002-03" arrWhatsNewURL(1)="/business/info_centre/economic_commentary/Federal_Budget_Reports.asp" 'arrWhatsNewText(1)="Buy PlayStation 2 online with ANZ eGate" 'arrWhatsNewURL(1)="/australia/channels/ps2/default.htm" arrWhatsNewText(2)="ANZ No. 1 in Customer Satisfaction again in 2001" arrWhatsNewURL(2)="/business/info_centre/2001cs_survey/2001cssurvey.asp" arrWhatsNewText(3)="ANZ Premium Cash launched to business investors" arrWhatsNewURL(3)="/business/investments/fixed_term_and_at_call_investments/cashpremium.asp" arrWhatsNewText(4)="Digital certificates provide trusted online environment" arrWhatsNewURL(4)="/Business/WhatsNew/cfs_whatsnew_dc.asp" arrWhatsNewText(5)="ANZ rated top in International Trade Services Again" arrWhatsNewURL(5)="/Business/international_trade/INT_2001custsurvey.asp" %>
Welcome to ANZ Corporate Solutions. ANZ provides a comprehensive range of corporate financial services specifically tailored to your business needs. Harnessing the expertise and experience of our skilled specialists, we can integrate advanced capabilities in a number of areas - Transaction Banking (including electronic banking), International Trade, Superannuation, Investment Banking and E-Commerce, among others. |
||||