// Telstra v6.02 ; released 130801
// 'siteName' and 'tsIndex' are used in the breadcrumb
var siteName = new Array("BizOnline","/bizonline");
var tsIndex = new Array("Business Solutions","/services/index.htm");

//variable to set header and footer width   
var telstra_global_header_maxWidth = 1000;

// customisable image at base of the subsection nav
var estr="<img src='/global/res/themes/corporate/images/ccccff.gif' width='135' height='1' alt='' bgcolor='white'><br><img src='images/subsectnav_base.gif' width='135' height='60' alt=''>";

// 'siteAreasArray' - this array is used to fill the horizontal tab bar and breadCrumbs
siteAreasArray =  [
	// display names for horizontal tabs and breadcrumb
	[
	'Overview',
	'Guided Tours',	
	'Register Now',
	'Registered Users',
	'Replace Certificate',
	'Contact Us'
	],
	// urls of the pages - specify full path from root and filename
	[
	'index.htm',
	'guidedtours.htm',
	'regnow.htm',
	'https://shopfront.telstra.com.au/bizonline/reg.htm',
	'https://register.telstra.com.au/online/replace_cert2.html',
	'contact.cfm'
	],
	// alt text for links on the horizontal tabs
	[
	'Overview',
	'Guided Tours',	
	'Register Now',
	'Registered Users',
	'Replace Certificate',
	'Contact Us'
	]
]

