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 appV = navigator.appVersion;
var iIE  = parseInt(appV.indexOf("MSIE"));
var bIE4 = false,
    bNS4 = false;   
var oleft = 0, otop = 0;

if (iIE >= 1 && parseInt( appV.charAt(iIE + 5)) >= 4) {
   bIE4 = true;
   }
else if (navigator.appName == "Netscape" && parseInt(appV) >= 4 &&
         parseInt(appV) < 5) {
   bNS4 = true;
   }
else if (navigator.appName == "Netscape" && parseInt(appV) >= 5) {
   bNS5 = true;
   }
if (bNS4) {
   oleft = 8;
   otop  = 7;
   }
									
HM_PG_FontFamily    = "Times,serif";
HM_PG_FontSize      = 12;  
HM_PG_FontBold      = 1;  
HM_PG_FontItalic    = 0;  
HM_PG_FontColor     = "#FF0000";  
HM_PG_FontColorOver = "#000000";  
HM_PG_BGColor       = "#E0E0E0";  
HM_PG_BGColorOver   = "#FF0000";  
HM_PG_BorderColor   = "#000000";  
HM_PG_SeparatorColor= "#303030";  
HM_PG_BorderStyle    = "solid";  
HM_PG_ItemPadding    = 2;  
HM_PG_BorderWidth    = 1;  
HM_PG_SeparatorSize  = 1;  
HM_PG_ImageSrc       = "/Images/tri.gif";  
HM_PG_ImageSrcLeft   = "/Images/triL.gif";  
HM_PG_ImageSize      = 5;  
HM_PG_ImageHorizSpace= 2;  
HM_PG_ImageVertSpace = 2;  
HM_PG_KeepHilite      = true;  
HM_PG_ClickStart      = false;  
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 = false;  

//HM_PG_CreateTopOnly = 1;  
HM_PG_ShowLinkCursor = 1;  

//HM_a_TreesToBuild = [1,2];  

HM_Array1 = [
[125,       // menu width
10+oleft,    // left_position
210+otop,   // top_position
,  // font_color
,  // mouseover_font_color
,  // background_color
,  // mouseover_background_color
,  // border_color
,   // separator_color
true,       // top_is_permanent
false,       // top_is_horizontal
0,           // tree_is_horizontal
1,          // position_under
false,      // top_more_images_visible
1,          // tree_more_images_visible
"null",     // evaluate_upon_tree_show
"null",     // evaluate_upon_tree_hide
],          //right-to-left

['Welcome','http://tremont-tearoom.com/welcome.html',1,0,0],
['Psychics','http://tremont-tearoom.com/psychics.html',1,0,0],
['Classes','http://tremont-tearoom.com/classes.html',1,0,0],
['Reiki','http://tremont-tearoom.com/reiki.html',1,0,0],
['Prices','http://tremont-tearoom.com/prices.html',1,0,0],
['Weddings','http://tremont-tearoom.com/weddings.html',1,0,0],
['Photographs','http://tremont-tearoom.com/photos.html',1,0,0],
['Newsletters','http://tremont-tearoom.com/newsletters.html',1,0,0],
['Free Services','http://tremont-tearoom.com/public.html',1,0,0],
['Contact Us','http://tremont-tearoom.com/contact.html',1,0,0],
['Our Store','http://tremont-tearoom.com/store.html',1,0,0],
['Awards/Links','http://tremont-tearoom.com/links.html',1,0,0]
];

