HM_MacN7=(HM_Mac&&(HM_UserAgent.indexOf('Netscape/7')!=-1))?true:false;

HM_f_UpdateDefaults({
	MenuWidth:50,
	BaseURL:"",
	ClickKill:0,
	MilliSecondsVisible:250,
	ScrollEnabled:1,
	ScrollOver:1,
	ScrollBothBars:1,
	ScrollInterval:(HM_MacN7) ? 100 : 20,
	FontFamily:"arial",	
	FontSize:"11px",
	FontWeight:"normal",
	FontColor:"#000000",
	FontColorOver:"#000000",
	FontColorSelected:"#cc0000",
	BGColor:"#ffffff",
	BGColorOver:"#faf4df",
	BGColorSelected:"#ffa8a8",
	BorderWidth:1,
	BorderColor:"#e6e3db",
	SeparatorSize:1,
	SeparatorColor:"#e6e3db",
	ItemPadding:7,
	//MenuPaddingLeft:8,
	//MenuBGColor:"#777777",
	KeepHilite:1,
	ChildPerCentOver:1,
	ChildOffset:-1,
	ShowLinkCursor:1,
	CreateOnLoad:false,
	SlideInFrom:"top",
	SlideInPercent:12,
	SlideInInterval:15,
	SlideOutTo:"top", 
	SlideOutPercent:9,
	SlideOutInterval:9,
	setTrans:HM_f_SetSlide,
	killTrans:HM_f_KillSlide,
	MenuOpacity:.98,
	TextAlign:"left",
	StatusDisplayBuild:false,
	NSFontOver:1
});

HM_f_SetMenuTemplate({
	MenuWidth:180,
	IsVariableWidth:false
});


HM_f_SetMenus({MenuID:"HM_MenuZZZ",TopMenuX:10,TopMenuY:10,MenuWidth:175,CreateOnLoad:true});
HM_f_SetItems(
	{MenuID:"HM_MenuZZZ",DisplayText:"Default",LinkURL:"/"}
);


HM_f_SetMenus({MenuID:"HM_Menu6",TopMenuX:"HM_f_GetElementXY('services','x')",TopMenuY:112,MenuWidth:200});


HM_f_SetItems(
	{MenuID:"HM_Menu6",DisplayText:"&nbsp;Online Reputation Mangement",LinkURL:"online_reputation_management.html"},
	{MenuID:"HM_Menu6",DisplayText:"&nbsp;Online Brand Management",LinkURL:"online_brand_management.html"},
	{MenuID:"HM_Menu6",DisplayText:"&nbsp;Online Brand Protection",LinkURL:"online_brand_protection.html"},
	{MenuID:"HM_Menu6",DisplayText:"&nbsp;Online Reputation Tracker",LinkURL:"online_reputation_tracker.html"}
	
);


