/**AIMmenus.js Jun 24, 20002
*
*Note: On the web page, the arrays file must be included/loaded BEFORE this file.
*/

 /***************************************************************************
					BROWSER DETECTION
***************************************************************************/
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_Opera = (navigator.userAgent.indexOf("Opera")!=-1);
HM_IsMenu = !HM_Opera && !HM_IE4M && (HM_DOM || HM_NS4 || HM_IE4 );
HM_BrowserString = HM_NS4 ? "ns4" : HM_DOM ? "dom" : "ie4";
if(window.event + "" == "undefined") event = null;

function popUp(){return};
function popDown(){return};
function startIt(){return};
function HM_f_PopUp(){return false};
function HM_f_PopDown(){return false};
popUp = HM_f_PopUp;
popDown = HM_f_PopDown;



function showStatus(t){
	if(typeof(t)=="string")	window.status=t;
	return true;
}


/***************************************************************************
			IN-PAGE PARAMETERS
***************************************************************************/
HM_PG_MenuWidth = 150;
HM_PG_FontFamily = "Verdana";
HM_PG_FontSize = 9;
HM_PG_FontBold = true;
HM_PG_FontItalic = false;
HM_PG_FontColor = "blue";
HM_PG_FontColorOver = "#800000";
HM_PG_BGColor = "";
HM_PG_BGColorOver = "#FFFFFF";
HM_PG_ItemPadding = 5;

HM_PG_BorderWidth = 2;
HM_PG_BorderColor = "black";
HM_PG_BorderStyle = "solid";
HM_PG_SeparatorSize = 0;
HM_PG_SeparatorColor = "black";
HM_PG_ImageSrc = "";
HM_PG_ImageSize =5;
HM_PG_ImageHorizSpace = 0;
HM_PG_ImageVertSpace =0;

HM_PG_KeepHilite = false; 
HM_PG_ClickStart = 0;
HM_PG_ClickKill = true;
HM_PG_ChildOverlap = 0;
HM_PG_ChildOffset = 0;
HM_PG_ChildPerCentOver = 0;
HM_PG_TopSecondsVisible = .5;
HM_PG_StatusDisplayBuild = 1;
HM_PG_StatusDisplayLink = 1;
HM_PG_UponDisplay = null;
HM_PG_UponHide = null;
HM_PG_RightToLeft = false;

if(HM_IsMenu) {
    showStatus("HG - Please wait ...");
    //document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2' SRC='AIFarrays.js' TYPE='text/javascript'><\/SCR" + "IPT>");
        document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2' SRC='../AIF_dom.js' TYPE='text/javascript'><\/SCR" + "IPT>");
}
else{
    showStatus("AIM - You are using non-supported browsers.");
    document.write("<div style='position: absolute; left:60px; font-weight: bold;width: 80%;'>Please Note: You are using non-supported browsers! <p>AIM currently supports only Netscape 4+ and IE 4+ browsers. You can obtain these free browsers for your platform from Netscape and Microsoft website. Sorry for this inconvenience.</div>");
}
