<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

//window.onerror = function() {return true;};
document.write('<meta http-equiv="Expires" content="Tue,04 Dec 1993 00:00:00 GMT">');

ns = (navigator.appName.indexOf('Netscape') != -1) ? true : false;
if (ns) ns6 = (parseInt(navigator.appVersion) > 4) ? true : false;
else ns6 = false;
ie = ns ? false : true;
if (ns6) ns = false;
agent = navigator.userAgent.toLowerCase();
mac = agent.indexOf('mac') != -1;

var	path = '';						//***** set this up here to be used in buildMenus()

page = this.location;
page = page.toString();
dex = page.indexOf('.ca');			//***** or '.com', etc. -- change to .ca and +4
page = page.substr(dex + 4);
deep = page.split('/');
for (i = 0; i < deep.length - 1; i++) path += '../';

//***** set the css file
//if (ns && mac) document.write('<link rel="stylesheet" href="' + path + 'css2.css" type="text/css">');
//else if (ns && !mac) document.write('<link rel="stylesheet" href="' + path + 'css3.css" type="text/css">');


// -->
