if(window.event + "" == "undefined") event = null;
function HM_f_PopUp(){return false};
function HM_f_PopDown(){return false};	
popUp = HM_f_PopUp;
popDown = HM_f_PopDown;

var isMac = 0;
var isWin = 0;
var isOtherOS = 0;
var isNS = 0;
var isIE = 0;
var isOtherBrowser = 0;
var Browser="";	

if(navigator.appName.indexOf('Netscape') != -1) {
	isNS = 1;
}else {
	if(navigator.appName.indexOf('Microsoft Internet Explorer') != -1) {
		isIE = 1;
	}else {
		isOtherBrowser = 1;
	}
}		

if(navigator.appVersion.indexOf('Mac') != -1) {
	isMac = 1;
}else {
	if(navigator.appVersion.indexOf('Win') != -1) {
		isWin = 1;
	}else {
		isOtherOS = 1;
	}
}

if(isMac == 1 && isNS == 1){
	HM_PG_FontSize = 12;
}

if(isWin == 1 && isNS == 1){
	HM_PG_FontSize = 8;
}

if(isMac == 1 && isIE == 1){
	HM_PG_FontSize = 8;
}

if(isWin == 1 && isIE == 1){
	HM_PG_FontSize = 8;
}

HM_PG_MenuWidth = 150;
HM_PG_FontFamily = "Arial,sans-serif";
HM_PG_FontBold = 0;
HM_PG_FontItalic = 0;
HM_PG_FontColor = "blue";
HM_PG_FontColorOver = "blue";
HM_PG_BGColor = "#DDDDDD";
HM_PG_BGColorOver = "#FFCCCC";
HM_PG_ItemPadding = 2;
HM_PG_BorderWidth = 1;
HM_PG_BorderColor = "transparent";
HM_PG_BorderStyle = "solid";
HM_PG_SeparatorSize = 0;
HM_PG_SeparatorColor = "transparent";
HM_PG_ImageSrc = "graphics/HM_More_white_right.gif";
HM_PG_ImageSrcLeft = "graphics/HM_More_black_left.gif";
HM_PG_ImageSrcOver = "graphics/HM_More_black_right.gif";
HM_PG_ImageSrcLeftOver = "graphics/HM_More_white_left.gif";
HM_PG_ImageSize = 5;
HM_PG_ImageHorizSpace = 0;
HM_PG_ImageVertSpace = 2;
HM_PG_KeepHilite = true;
HM_PG_ClickStart = 0;
HM_PG_ClickKill = false;
HM_PG_ChildOverlap = 20;
HM_PG_ChildOffset = 10;
HM_PG_ChildPerCentOver = null;
HM_PG_TopSecondsVisible = .5;
HM_PG_StatusDisplayBuild =0;
HM_PG_StatusDisplayLink = 0;
HM_PG_UponDisplay = null;
HM_PG_UponHide = null;
HM_PG_RightToLeft = 0;
HM_PG_CreateTopOnly = 0;
HM_PG_ShowLinkCursor = 1;
HM_PG_NSFontOver = true;