/*=== Contact Information ===*/
/*
   0 is the First (or only) name
   1 is the Last name (if present)
   2 is the phone number
   3 is the fax number
   4 is the email address
*/

var contacts = new Array();
contacts[0] = new Array(
   "CIES Office", "", "(403) 235-3666", "(403) 272-7455", "info@immigrant-education.ca");
/*contacts[1] = new Array(
   "AAIP Office", "", "(403) 235-3666 Ext.201", "(403) 272-7455", "professionals@immigrant-education.ca");*/
contacts[2] = new Array(
   "LINC Programs", "", "(403) 235-3666", "(403) 272-7455", "linc@immigrant-education.ca");
contacts[3] = new Array(
   "Computer Programs", "", "(403) 235-3666", "(403) 272-7455", "training@immigrant-education.ca");
contacts[4] = new Array(
   "Employment Services", "", "(403) 235-3666", "(403) 272-7455", "employment@immigrant-education.ca");
contacts[5] = new Array(
   "Volunteer Services", "", "(403) 235-3666", "(403) 272-7455", "eslvolunteer@immigrant-education.ca");