/* TPC functions */
function rollover(x, y){
  if(compat) {document.images[x].src = eval(y+'.src'); }
}

function popUp(){return};
function popDown(){return};

//Test if browser is 3.0 or better
compat=false;
if(parseInt(navigator.appVersion) >=3) {compat=true;}

//Cache Images
if(compat) {
  account_off = new Image;
  account_on = new Image;
  contacts_off = new Image;
  contacts_on = new Image;
  service_off = new Image;
  service_on = new Image;
  signin_off = new Image;
  signin_on = new Image;
  sitemap_off = new Image;
  sitemap_on = new Image;

  account_off.src="/images/account_off.gif";
  account_on.src="/images/account_on.gif";
  contacts_off.src="/images/contacts_off.gif";
  contacts_on.src="/images/contacts_on.gif";
  service_off.src="/images/service_off.gif";
  service_on.src="/images/service_on.gif";
  signin_off.src="/images/signin_off.gif";
  signin_on.src="/images/signin_on.gif";
  sitemap_off.src="/images/sitemap_off.gif";
  sitemap_on.src="/images/sitemap_on.gif";

}
/* end TPC functions */

/*HM_Loader.js
* by Peter Belesis. v4.0.8 010405
* Copyright (c) 2001 Peter Belesis. All Rights Reserved.
*/
   
   HM_DOM = (document.getElementById) ? true : false;
   HM_NS4 = (document.layers) ? true : false;
    HM_IE = (document.all) ? true : false;
   HM_IE4 = HM_IE && !HM_DOM;
   HM_Mac = (navigator.appVersion.indexOf("Mac") != -1);
  HM_IE4M = HM_IE4 && HM_Mac;
HM_IsMenu = (HM_DOM || HM_NS4 || (HM_IE4 && !HM_IE4M));

HM_BrowserString = HM_NS4 ? "NS4" : HM_DOM ? "DOM" : "IE4";

if(window.event + "" == "undefined") event = null;
function popUp(){return false};
function popDown(){return false};

HM_GL_MenuWidth          = 120;
HM_GL_FontFamily         = "Verdana";
HM_GL_FontSize           = 8;
HM_GL_FontBold           = false;
HM_GL_FontItalic         = false;
HM_GL_FontColor          = "#333366";
HM_GL_FontColorOver      = "#333366";
HM_GL_BGColor            = "#ffff00";
HM_GL_BGColorOver        = "#FFFFFF";
HM_GL_ItemPadding        = 3;

HM_GL_BorderWidth        = 1;
HM_GL_BorderColor        = "#333366";
HM_GL_BorderStyle        = "solid";
HM_GL_SeparatorSize      = 1;
HM_GL_SeparatorColor     = "#333366";
HM_GL_ImageSrc           = "/images/tri.gif";
HM_GL_ImageSrcLeft       = "/images/tri.gif";
HM_GL_ImageSize          = 7;
HM_GL_ImageHorizSpace    = 5;
HM_GL_ImageVertSpace     = 4;

HM_GL_KeepHilite         = true;
HM_GL_ClickStart         = false;
HM_GL_ClickKill          = false;
HM_GL_ChildOverlap       = 2;
HM_GL_ChildOffset        = 5;
HM_GL_ChildPerCentOver   = null;
HM_GL_TopSecondsVisible  = 0.01;
HM_GL_StatusDisplayBuild = 0;
HM_GL_StatusDisplayLink  = 1;
HM_GL_UponDisplay        = null;
HM_GL_UponHide           = null;

//HM_GL_RightToLeft      = true;
HM_GL_CreateTopOnly      = HM_NS4 ? true : false;
HM_GL_ShowLinkCursor     = true;

if(HM_IsMenu) {
//	document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2' SRC='/inc/HM_menu_public.js' TYPE='text/javascript'><\/SCR" + "IPT>");
	document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2' SRC='./inc/HM_Script"+ HM_BrowserString +".js' TYPE='text/javascript'><\/SCR" + "IPT>");
}


//end
