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:"verdana",
	FontSize:"12px",
	FontWeight:"bold",
	FontColor:"#4a2b28",
	FontColorOver:"#fff",
	FontColorSelected:"#183b74",
	BGColor:"#f7f5ce",
	BGColorOver:"#5d3631",
	BGColorSelected:"#94b0d7",
	BorderWidth:1,
	BorderColor:"#4a2b28",
	SeparatorSize:1,
	SeparatorColor:"#4a2b28",
	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:.99,
	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('purchase','x')",TopMenuY:157,MenuWidth:160});


HM_f_SetItems(
	{MenuID:"HM_Menu6",DisplayText:"Purchase",LinkURL:"https://quicklogodesigner.com/order_now.asp"},
	{MenuID:"HM_Menu6",DisplayText:"Volume Licensing",LinkURL:"http://www.quicklogodesigner.com/volumelicensing.asp"}
	);

HM_f_SetMenus({MenuID:"HM_Menu7",TopMenuX:"HM_f_GetElementXY('support','x')",TopMenuY:157,MenuWidth:160});


HM_f_SetItems(
	{MenuID:"HM_Menu7",DisplayText:"Technical Support",LinkURL:"http://www.quicklogodesigner.com/support.asp"},
	{MenuID:"HM_Menu7",DisplayText:"FAQ's",LinkURL:"http://www.quicklogodesigner.com/faq.asp"},
	{MenuID:"HM_Menu7",DisplayText:"Feedback",LinkURL:"http://www.quicklogodesigner.com/feedback.asp"},
	{MenuID:"HM_Menu7",DisplayText:"Feature Request",LinkURL:"http://www.quicklogodesigner.com/feature_request.asp"},
	{MenuID:"HM_Menu7",DisplayText:"System Requirements",LinkURL:"http://www.quicklogodesigner.com/system_req.asp"},
	{MenuID:"HM_Menu7",DisplayText:"Tips for Logo Design",LinkURL:"http://www.quicklogodesigner.com/tips_logo_desgining.asp"}
	
	);



/*HM_f_SetMenus({MenuID:"HM_Menu8",TopMenuX:"HM_f_GetElementXY('partners','x')",TopMenuY:209,TopMenuX:627,MenuWidth:140});


HM_f_SetItems(
	{MenuID:"HM_Menu8",DisplayText:"Buy Products",LinkURL:"https://www.quickpdftoword.com/orb_order_now.asp"},
	{MenuID:"HM_Menu8",DisplayText:"Volume Licensing",LinkURL:"http://www.quickpdftoword.com/volume_licensing.asp"}

	);*/

