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:"tahoma",
	FontSize:"11px",
	FontWeight:"",	
	FontColor:"#ffffff",		
	FontColorOver:"#ffffff",
	FontColorSelected:"#ffffff",
	BGColor:"#41403E",
	BGColorOver:"#0D713A",
	BGColorSelected:"#0D713A",
	BorderWidth:1,
	BorderColor:"#737171",
	SeparatorSize:1,
	SeparatorColor:"#737171",
	ItemPadding:2,
	//MenuPaddingLeft:8,
	//MenuBGColor:"#777777",
	KeepHilite:1,
	ChildPerCentOver:1,
	ChildOffset:-1,
	ShowLinkCursor:1,
	CreateOnLoad:false,
		SlideInFrom:"top",
	SlideInPercent:2,
	SlideInInterval:10,
	SlideOutTo:"top", 
	SlideOutPercent:2,
	SlideOutInterval:10,
	setTrans:HM_f_SetSlide,
		killTrans:HM_f_KillSlide,
	MenuOpacity:.80,
	TextAlign:"left",
	StatusDisplayBuild:false,
	NSFontOver:1
});

HM_f_SetMenuTemplate({
	MenuWidth:180,
	IsVariableWidth:false
});

HM_f_SetMenus({MenuID:"HM_Menu2",TopMenuX:"HM_f_GetElementXY('aboutus','x')",TopMenuY:409,MenuWidth:100});
HM_f_SetItems(
	{MenuID:"HM_Menu2",DisplayText:"&nbsp;&nbsp;Glaspak Team",LinkURL:"glaspak_team.html"},
	{MenuID:"HM_Menu2",DisplayText:"&nbsp;&nbsp;Company Profile",LinkURL:"company_profile.html"}
);
HM_f_SetMenus({MenuID:"HM_Menu6",TopMenuX:"HM_f_GetElementXY('partners','x')",TopMenuY:409,MenuWidth:100});
/*
IsPermanent:false,
TopUponDisplay:(window.HM_IE55)?null:"HM_f_ToggleElementList(false,['select'],'tag')",	// if browser is not IE5.5 or 6 hide all selects when this menu is displayed
TopUponHide:(window.HM_IE55)?null:"HM_f_ToggleElementList(true,['select'],'tag')",  // if browser is not IE5.5 or 6 show all selects when this menu is displayed
HM_OnMove:HM_f_IEMaskMove,
HM_OnVisibilityToggle:HM_f_IEMaskToggle,
HM_OnMenuCreated:HM_f_IEMaskCreate
*/

HM_f_SetItems(
	{MenuID:"HM_Menu6",DisplayText:"&nbsp;&nbsp;Glass Products",LinkURL:"glass_products.html" ,ChildID:"HM_Menu6_1"},
	{MenuID:"HM_Menu6",DisplayText:"&nbsp;&nbsp;Design Concept",LinkURL:"design_concept.html"},
	{MenuID:"HM_Menu6",DisplayText:"&nbsp;&nbsp;Catalogue",LinkURL:"catalog.html"}
);

HM_f_SetMenus({MenuID:"HM_Menu6_1",MenuWidth:100});

HM_f_SetItems(
	{MenuID:"HM_Menu6_1",DisplayText:"&nbsp;Sauce",LinkURL:"sauce.html"},
	{MenuID:"HM_Menu6_1",DisplayText:"&nbsp;Beverages",LinkURL:"beverages.html"},
	{MenuID:"HM_Menu6_1",DisplayText:"&nbsp;Jars",LinkURL:"jars.html"},
	{MenuID:"HM_Menu6_1",DisplayText:"&nbsp;Pharmaceutical",LinkURL:"pharmaceutical.html"},
	{MenuID:"HM_Menu6_1",DisplayText:"&nbsp;Liquor",LinkURL:"liquor.html"},
	{MenuID:"HM_Menu6_1",DisplayText:"&nbsp;Off Round",LinkURL:"off_round.html"}
);
