function subMenu(inPage)
{
	document.getElementById("mainLabel").innerHTML = inPage;
        menu1[0]='<a href="/corporate/locations/locations.php?page=locations">Canada</a>'
        menu1[1]='<a href="/corporate/locations/bc_locations.php">British Columbia</a>'
        menu1[2]='<a href="/corporate/locations/ab_locations.php">Alberta</a>'
        menu1[3]='<a href="/corporate/locations/sk_locations.php">Saskatchewan</a>'
        menu1[4]='<a href="/corporate/locations/mb_locations.php">Manitoba</a>'
        menu1[5]='<a href="/corporate/locations/on_locations.php">Ontario</a>'
        menu1[6]='<a href="/corporate/locations/qc_locations.php">Quebec</a>'
	menu1[7]='<a href="/corporate/locations/yk_locations.php">Yukon</a>'
	menu1[8]='<a href="/corporate/locations/nwt_locations.php">Northwest Territories</a>'
}

