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,Geneva,Arial",
	FontSize:"10px",
	FontWeight:"bold",
	FontColor:"#FFFFFF",
	FontColorOver:"#FFFFFF",
	FontColorSelected:"#666666",
	BGColor:"#777777",
	BGColorOver:"#555555",
	BorderWidth:1,
	BorderColor:"#666666",
	SeparatorSize:1,
	SeparatorColor:"#B6B6B6",
	ItemPadding:2,
	//MenuPaddingLeft:8,
	//MenuBGColor:"#777777",
	KeepHilite:1,
	ChildPerCentOver:0,
	ChildOffset:-1,
	ShowLinkCursor:1,
	CreateOnLoad:false,
	//SlideInFrom:"top",
	//SlideInPercent:12,
	//SlideInInterval:12,
	//SlideOutTo:"top", 
	//SlideOutPercent:9,
	//SlideOutInterval:9,
	//setTrans:HM_f_SetSlide,
	//killTrans:HM_f_KillSlide,
	MenuOpacity:.90,
	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_Menu1",TopMenuX:"HM_f_GetElementXY('methodology','x')",TopMenuY:95,MenuWidth:175});
HM_f_SetItems(
	{MenuID:"HM_Menu1",DisplayText:"&nbsp;&nbsp;E-Commerce",LinkURL:"e-commerce.html"},
	{MenuID:"HM_Menu1",DisplayText:"&nbsp;&nbsp;Intranet/ Extranet",LinkURL:"intranet-extranet.html"},
	{MenuID:"HM_Menu1",DisplayText:"&nbsp;&nbsp;Content Management",LinkURL:"content-management.html"},
	{MenuID:"HM_Menu1",DisplayText:"&nbsp;&nbsp;Flash Animation",LinkURL:"flash.html"},
	{MenuID:"HM_Menu1",DisplayText:"&nbsp;&nbsp;Complete Web Redesign",LinkURL:"web-redesign.html"},
	{MenuID:"HM_Menu1",DisplayText:"&nbsp;&nbsp;GUI Analysis",LinkURL:"gui-analysis.html"},
	{MenuID:"HM_Menu1",DisplayText:"&nbsp;&nbsp;Web Applications",LinkURL:"web-applications.html"},
	{MenuID:"HM_Menu1",DisplayText:"&nbsp;&nbsp;Web Hosting",LinkURL:"web-hosting.html"},
	{MenuID:"HM_Menu1",DisplayText:"&nbsp;&nbsp;Web Maintenance",LinkURL:"web-maintainance.html"},
	{MenuID:"HM_Menu1",DisplayText:"&nbsp;&nbsp;CAD",LinkURL:"cad.html"}
);


HM_f_SetMenus({MenuID:"HM_Menu2",TopMenuX:"HM_f_GetElementXY('customers','x')",TopMenuY:95,MenuWidth:160});
HM_f_SetItems(
	{MenuID:"HM_Menu2",DisplayText:"&nbsp;&nbsp;Customer Successes",LinkURL:"customer-successes.html"},
	{MenuID:"HM_Menu2",DisplayText:"&nbsp;&nbsp;Case Studies",LinkURL:"case-studies.html"},
	{MenuID:"HM_Menu2",DisplayText:"&nbsp;&nbsp;Testimonials",LinkURL:"testimonials.html"},
	{MenuID:"HM_Menu2",DisplayText:"&nbsp;&nbsp;Share Your Story",LinkURL:"share-your-story.html"}
	//{MenuID:"HM_Menu2",DisplayText:"&nbsp;&nbsp;Annual Reports",LinkURL:"annual-reports.html"},
	//{MenuID:"HM_Menu2",DisplayText:"&nbsp;&nbsp;Branding Campaigns",LinkURL:"branding-campaigns.html"},
	//{MenuID:"HM_Menu2",DisplayText:"&nbsp;&nbsp;Image Analysis",LinkURL:"image-analysis.html"},
	//{MenuID:"HM_Menu2",DisplayText:"&nbsp;&nbsp;Copywriting",LinkURL:"copywriting.html"}
	//{MenuID:"HM_Menu2",DisplayText:"&nbsp;&nbsp;Direct Mail Design",LinkURL:"direct-mail-design.html"},
	//{MenuID:"HM_Menu2",DisplayText:"&nbsp;&nbsp;T-shirt Design",LinkURL:"tshirt-design.html"}
);

HM_f_SetMenus({MenuID:"HM_Menu3",TopMenuX:"HM_f_GetElementXY('portfolio','x')",TopMenuY:95,MenuWidth:130});
HM_f_SetItems(
	{MenuID:"HM_Menu3",DisplayText:"&nbsp;&nbsp;Identity",LinkURL:"identity.html"},
	{MenuID:"HM_Menu3",DisplayText:"&nbsp;&nbsp;Print",LinkURL:"print.html"},
	{MenuID:"HM_Menu3",DisplayText:"&nbsp;&nbsp;Animation",LinkURL:"animation.html"},
	{MenuID:"HM_Menu3",DisplayText:"&nbsp;&nbsp;Web",LinkURL:"web.html"},
	{MenuID:"HM_Menu3",DisplayText:"&nbsp;&nbsp;Customer Software",LinkURL:"customer-software.html"},
	{MenuID:"HM_Menu3",DisplayText:"&nbsp;&nbsp;Strategy",LinkURL:"strategy.html"}
);

HM_f_SetMenus({MenuID:"HM_Menu4",TopMenuX:"HM_f_GetElementXY('advantages','x')",TopMenuY:95,MenuWidth:210});
HM_f_SetItems(
	{MenuID:"HM_Menu4",DisplayText:"&nbsp;&nbsp;Selection of Outsourcing Partners",LinkURL:"outsourcing-partners.html"},
	{MenuID:"HM_Menu4",DisplayText:"&nbsp;&nbsp;Red Rain Advantages",LinkURL:"redrain-advantages.html"}
	//{MenuID:"HM_Menu4",DisplayText:"&nbsp;&nbsp;Email Marketing",LinkURL:"email-marketing.html"},
	//{MenuID:"HM_Menu4",DisplayText:"&nbsp;&nbsp;Shopping Cart",LinkURL:"shopping-cart.html"}
);

HM_f_SetMenus({MenuID:"HM_Menu5",TopMenuX:"HM_f_GetElementXY('about','x')",TopMenuY:95,MenuWidth:130,
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_Menu5",DisplayText:"&nbsp;&nbsp;About Red Rain",LinkURL:"about-redrain.html"},
	{MenuID:"HM_Menu5",DisplayText:"&nbsp;&nbsp;Customers ",LinkURL:"",ChildID:"HM_Menu5_1"},
	{MenuID:"HM_Menu5",DisplayText:"&nbsp;&nbsp;Partners",LinkURL:"partners.html"},
	{MenuID:"HM_Menu5",DisplayText:"&nbsp;&nbsp;News Room",LinkURL:"",ChildID:"HM_Menu5_2"},
	{MenuID:"HM_Menu5",DisplayText:"&nbsp;&nbsp;Careers",LinkURL:"careers.html",ChildID:"HM_Menu5_3"},
	{MenuID:"HM_Menu5",DisplayText:"&nbsp;&nbsp;Contact Us",LinkURL:"contact-us.html"},
	{MenuID:"HM_Menu5",DisplayText:"&nbsp;&nbsp;Privacy Policy",LinkURL:"privacy-policy.html"},
	{MenuID:"HM_Menu5",DisplayText:"&nbsp;&nbsp;Terms of Use",LinkURL:"termsofuse.html"}
);

HM_f_SetMenus({MenuID:"HM_Menu5_1",MenuWidth:140});
HM_f_SetItems(
	{MenuID:"HM_Menu5_1",DisplayText:"&nbsp;Featured Successes",LinkURL:"featured-successes.html"},
	{MenuID:"HM_Menu5_1",DisplayText:"&nbsp;Case Studies",LinkURL:"case-studies.html"},
	{MenuID:"HM_Menu5_1",DisplayText:"&nbsp;Testimonials",LinkURL:"testimonials.html"},
	{MenuID:"HM_Menu5_1",DisplayText:"&nbsp;Share Your Story",LinkURL:"share-your-story.html"}
);

HM_f_SetMenus({MenuID:"HM_Menu5_2",MenuWidth:123});
HM_f_SetItems(
	{MenuID:"HM_Menu5_2",DisplayText:"&nbsp;In the News",LinkURL:"in-the-news.html"},
	{MenuID:"HM_Menu5_2",DisplayText:"&nbsp;Press Releases",LinkURL:"press-releases.html"}
);

HM_f_SetMenus({MenuID:"HM_Menu5_3",MenuWidth:130});
HM_f_SetItems(
	{MenuID:"HM_Menu5_3",DisplayText:"&nbsp;Current Openings",LinkURL:"careers-current-openings.html"},
	{MenuID:"HM_Menu5_3",DisplayText:"&nbsp;World Class Benefits",LinkURL:"careers-world-class-benefits.html"}
);

HM_f_SetMenus({MenuID:"HM_Menu6",TopMenuX:"HM_f_GetElementXY('Print','x')",TopMenuY:123,TopMenuX:280,MenuWidth:160});
HM_f_SetItems(
	{MenuID:"HM_Menu6",DisplayText:"&nbsp;&nbsp;Corporate Identity",LinkURL:"corporate-identity.html"},
	{MenuID:"HM_Menu6",DisplayText:"&nbsp;&nbsp;Advertisement Design",LinkURL:"advertisement-design.html"},
	{MenuID:"HM_Menu6",DisplayText:"&nbsp;&nbsp;Brochure Design",LinkURL:"brochure-design.html"},
	{MenuID:"HM_Menu6",DisplayText:"&nbsp;&nbsp;Book Design & Layouts",LinkURL:"book-layout-design.html"},
	{MenuID:"HM_Menu6",DisplayText:"&nbsp;&nbsp;Invitation Design",LinkURL:"invitation-design.html"},
	{MenuID:"HM_Menu6",DisplayText:"&nbsp;&nbsp;Sign Design",LinkURL:"sign-design.html"},
	{MenuID:"HM_Menu6",DisplayText:"&nbsp;&nbsp;Catalog Design",LinkURL:"catalog-design.html"},
	{MenuID:"HM_Menu6",DisplayText:"&nbsp;&nbsp;Greeting Card Design",LinkURL:"greeting-card-design.html"},
	{MenuID:"HM_Menu6",DisplayText:"&nbsp;&nbsp;Direct Mail Design",LinkURL:"direct-mail-design.html"},
	{MenuID:"HM_Menu6",DisplayText:"&nbsp;&nbsp;T-shirt Design",LinkURL:"tshirt-design.html"}
);

HM_f_SetMenus({MenuID:"HM_Menu7",TopMenuX:"HM_f_GetElementXY('Digital','x')",TopMenuY:148,TopMenuX:280,MenuWidth:160});
HM_f_SetItems(
	{MenuID:"HM_Menu7",DisplayText:"&nbsp;&nbsp;E-commerce",LinkURL:"e-commerce.html"},
	{MenuID:"HM_Menu7",DisplayText:"&nbsp;&nbsp;Intranets/ Extranets",LinkURL:"intranets-extranets.html"},
	{MenuID:"HM_Menu7",DisplayText:"&nbsp;&nbsp;Content Management",LinkURL:"content-management.html"},
	{MenuID:"HM_Menu7",DisplayText:"&nbsp;&nbsp;Flash",LinkURL:"flash.html"},
	{MenuID:"HM_Menu7",DisplayText:"&nbsp;&nbsp;Complete Web Re-design",LinkURL:"web-redesigns.html"},
	{MenuID:"HM_Menu7",DisplayText:"&nbsp;&nbsp;GUI Analysis",LinkURL:"gui-analysis.html"},
	{MenuID:"HM_Menu7",DisplayText:"&nbsp;&nbsp;Web Applications",LinkURL:"web-applications.html"},
	{MenuID:"HM_Menu7",DisplayText:"&nbsp;&nbsp;Web Hosting",LinkURL:"web-hosting.html"},
	{MenuID:"HM_Menu7",DisplayText:"&nbsp;&nbsp;Web Maintenance",LinkURL:"web-maintenance.html"},
	{MenuID:"HM_Menu7",DisplayText:"&nbsp;&nbsp;CAD",LinkURL:"cad.html"}
);