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;

HM_PG_MenuWidth = 150;
HM_PG_FontFamily = "Verdana, Arial, Helvetica,Sans-serif";
HM_PG_FontSize = 8;
HM_PG_FontBold = 0;
HM_PG_FontItalic = 0;
HM_PG_FontColor = "blue";
HM_PG_FontColorOver = "white";
HM_PG_BGColor = "#C0C0C0";
HM_PG_BGColorOver = "#C0C0C0";
HM_PG_ItemPadding = 2;

HM_PG_BorderWidth = 2;
HM_PG_BorderColor = "black";
HM_PG_BorderStyle = "solid";
HM_PG_SeparatorSize = 2;
HM_PG_SeparatorColor = "#d0ff00";

HM_PG_ImageSrc = "/images/leftnav_selectarrow_selected.gif.gif";
HM_PG_ImageSrcLeft = "/images/leftnav_selectarrow_selected.gif.gif";
HM_PG_ImageSrcOver = "/images/leftnav_selectarrow_selected.gif.gif";
HM_PG_ImageSrcLeftOver = "/images/leftnav_selectarrow_selected.gifn.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;

//HM_a_TreesToBuild = [2];

NS4 = (document.layers);
          IE4 = (document.all);
         ver4 = (NS4 || IE4);   
        isMac = (navigator.appVersion.indexOf("Mac") != -1);
       isMenu = (NS4 || (IE4 && !isMac));
       function popUp(){return};
       function popDown(){return};
       if (!ver4) event = null;
    if (isMenu) {
           menuVersion = 3;
           
           menuWidth = 190;
           childOverlap = 20;
           childOffset = 3;
           perCentOver = null;
           secondsVisible = .5;
           
           fntCol = "#ffffff";
           fntSiz = "7";
           fntBold = false;
           fntItal = false;
           fntFam = "Verdana, Arial, Helvetica, Sanserif";
           
           backCol = "#7F0946";
           overCol = "#7F0946";
           overFnt = "#D79E23";
           
           borWid = 1;
           borCol = "#666666";
           borSty = "solid";
           itemPad = 0;
           
           imgSrc = "/images/leftnav_arrow.gif";
           imgSiz = 10;
           
           separator = 1;
           separatorCol = "#666666";
           
           isFrames = false;      // <-- IMPORTANT for full window
           navFrLoc = "left";     // <-- display. see below
           
           keepHilite = true; 
           NSfontOver = true;
           clickStart = false;
           clickKill = false;
       }

function OpenLrgWin(strDetail) 
{
   popupWin =  window.open(strDetail,'remote','toolbar,scrollbars,width=850,height=600,resizable=yes')
}

function OpenWin(strDetail) 
{
   popupWin =  window.open(strDetail,'remote','toolbar,scrollbars,width=650,height=500,resizable=yes')
}

function OpenSmlWin(strDetail) 
{
   popupWin = window.open(strDetail,'remote','scrollbars,width=450,height=400,resizable=yes')
}


function printArticle() 
{
    if (window.print) 
    {
    setTimeout('window.print();',200);
    }
    else 
    {
    alert("Press 'Ctrl+p' on your keyboard to print article.")
    }
}
