HM_MacN7=(HM_Mac&&
         (HM_UserAgent.indexOf('Netscape/7')!=-1))
         ?true:false;

HM_f_UpdateDefaults({
	MenuWidth:100,
	StatusDisplayBuild:false,
	StatusDisplayLink:false,
	BaseURL:"/",
	ClickKill:0,
	MilliSecondsVisible:300,
	ScrollEnabled:1,
	ScrollOver:1,
	ScrollBothBars:1,
	ScrollInterval:20,
	
	FontFamily:"Verdana,Geneva,Arial",
	FontSize:"11px",
	FontWeight:"normal",
	FontColor:"#666666",
	FontColorOver:"#FF6600",
	BGColor:"#EAEAEA",
	BGColorOver:"#EEEEEE",
	ItemPadding:3,
	
	BorderWidth:1,
	BorderColor:"#CCCCCC",
	BorderStyle:"solid",
	SeparatorSize:1,
	SeparatorColor:"#FFFFFF",
	SeparatorStyle:"solid",
	
	KeepHilite:1,
	ShowLinkCursor:1,
	CreateOnLoad:false,
	NSFontOver:1,
	ImageSrc:"caret.gif",
	ImageSrcOver:"caret-over.gif",
	ImageWidth:5,
	ImageHeight:5,
	ImageHorizSpace:2,

	TopUponDisplay:"HM_f_ToggleElementList(false,['select'],'tag')",
	TopUponHide:"HM_f_ToggleElementList(true,['select'],'tag')"
});

HM_f_SetMenuTemplate({
	MenuWidth:115,
	FontColor:"#666666",
	FontColorOver:"#FF6600",
	BGColor:"#EAEAEA",
	BGColorOver:"#EEEEEE",
	BorderColor:"#CCCCCC",
	ClickStart:0,
	SeparatorColor:"#FFFFFF",
	IsVariableWidth:true,
	ScrollEnabled:1,

	setTrans:HM_f_SetSlide,
	killTrans:HM_f_KillSlide,
	SlideInFrom:"top",

	ChildOffset:0,
	ChildOverlap:0,
	IsVariableWidth:false,

	TopUponDisplay:(window.HM_IE55)?null:"HM_f_ToggleElementList(false,['select'],'tag')",
	TopUponHide:(window.HM_IE55)?null:"HM_f_ToggleElementList(true,['select'],'tag')",
	HM_OnMove:HM_f_IEMaskMove,
	HM_OnVisibilityToggle:HM_f_IEMaskToggle,
	HM_OnMenuCreated:HM_f_IEMaskCreate
});


// PRODUTOS


HM_f_SetMenus({
	MenuID:"HM_Menu1",
	MenuWidth:183,
	IsPermanent:false,
	TopMenuX:"HM_f_GetElementXY('products','x')",
	TopMenuY:"HM_f_GetElementXY('products','y')+15"
});

HM_f_SetItems(
{MenuID:"HM_Menu1",DisplayText:"LivePerson Pro",LinkURL:"sb_chat.htm",ChildID:"HM_Menu1_1"},
{MenuID:"HM_Menu1",DisplayText:"LivePerson Contact Center",LinkURL:"sb_cc.htm",ChildID:"HM_Menu1_2"}
);

HM_f_SetMenus(
//	{MenuID:"HM_Menu1_1"},
	{MenuID:"HM_Menu1_2"}
);

HM_f_SetItems(
{MenuID:"HM_Menu1_2",DisplayText:"Visão Geral",LinkURL:"sb_cc.htm"},
{MenuID:"HM_Menu1_2",DisplayText:"Chat",LinkURL:"chat_info.htm"},
{MenuID:"HM_Menu1_2",DisplayText:"Clique-e-Fale",LinkURL:"livecall.htm"},
{MenuID:"HM_Menu1_2",DisplayText:"Gerenciamento de E-mail",LinkURL:"gerencia_email.htm"},
{MenuID:"HM_Menu1_2",DisplayText:"Auto-Atendimento",LinkURL:"auto_atendimento.htm"}
);


// FUNÇÕES


HM_f_SetMenus({
	MenuID:"HM_Menu2",
	MenuWidth:120,
	IsPermanent:false,
	TopMenuX:"HM_f_GetElementXY('company','x')",
	TopMenuY:"HM_f_GetElementXY('company','y')+15"
});

HM_f_SetItems(
	{MenuID:"HM_Menu2",DisplayText:"About Us",LinkURL:"about/"},
	{MenuID:"HM_Menu2",DisplayText:"Press Room",LinkURL:"pressroom/"},
	{MenuID:"HM_Menu2",DisplayText:"Events",LinkURL:"events/"},
	{MenuID:"HM_Menu2",DisplayText:"Investor Relations",LinkURL:"ir/"},
	{MenuID:"HM_Menu2",DisplayText:"Customer Stories",LinkURL:"customers/"},
	{MenuID:"HM_Menu2",DisplayText:"Partners",LinkURL:"partners/"},
	{MenuID:"HM_Menu2",DisplayText:"Careers",LinkURL:"about/jobs.asp"}
);



// A EMPRESA
//
//
//HM_f_SetMenus({
//	MenuID:"HM_Menu3",
//	MenuWidth:126,
//	IsPermanent:false,
//	TopMenuX:"HM_f_GetElementXY('support','x')",
//	TopMenuY:"HM_f_GetElementXY('support','y')+15"
//});
//
//HM_f_SetItems(
//	{MenuID:"HM_Menu3",DisplayText:"Product Support",LinkURL:"help/"},
//	{MenuID:"HM_Menu3",DisplayText:"Training Center",LinkURL:"training/"},
//	{MenuID:"HM_Menu3",DisplayText:"Consulting Services",LinkURL:"enterprise/consulting-service/"}
//);
//
//
//
//
// CASES
//
//
//HM_f_SetMenus({
//	MenuID:"HM_Menu4",
//	MenuWidth:120,
//	IsPermanent:true,
//	TopMenuX:"HM_f_GetElementXY('contacts','x')",
//	TopMenuY:"HM_f_GetElementXY('contacts','y')+15"
//});
//
//
// SUPORTE
//
//
//HM_f_SetMenus({
//	MenuID:"HM_Menu5",
//	MenuWidth:120,
//	IsPermanent:true,
//	TopMenuX:"HM_f_GetElementXY('contacts','x')",
//	TopMenuY:"HM_f_GetElementXY('contacts','y')+15"
//});
//
//
//
// CONTATO
//
//
//HM_f_SetMenus({
//	MenuID:"HM_Menu6",
//	MenuWidth:120,
//	IsPermanent:true,
//	TopMenuX:"HM_f_GetElementXY('contacts','x')",
//	TopMenuY:"HM_f_GetElementXY('contacts','y')+15"
//});