_menuCloseDelay=400           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(menuStyle=new mm_style()){
onbgcolor="#9ac426";
offbgcolor="#9ac426";
offcolor = "#ebfac4";
oncolor = "#FFFFFF";
borderwidth=0;
padding = 2;
fontsize = "11";
fontstyle = "normal";
fontweight = "bold";
fontfamily="Verdana, Tahoma, Arial";
/*pagecolor="#FFFFFF";
pagebgcolor="#FFFFFF";*/
}

with(DMStyle=new mm_style()){
offbgcolor = "#F1F3F1";
offcolor = "#333333";
onbgcolor = "#def198";
//onbgcolor = "#FBFCFD";
oncolor = "#003399";
bordercolor = "#CCCCCC";
borderstyle = "solid";
borderwidth = 1
separatorcolor = "#CCCCCC";
separatorsize = 1;
padding = 4;
fontsize = "11";
fontstyle = "normal";
fontweight = "normal";
fontfamily = "verdana, arial, tahoma,";
subimage="gif/arrow_nav.gif";
subimagepadding=3;
}

   with(milonic=new menuname("who")){
    borderwidth = 1;
	itemwidth=180;
    style = DMStyle;
	aI("text=&nbsp;About Falcon;url=about.htm;");
	aI("text=&nbsp;Falcon's History;url=history.htm;");
	aI("text=&nbsp;Falcon's President & CEO ;url=CEO-gary-eisenstein.htm;");
	aI("text=&nbsp;Core Management;url=core_management.htm;");
    aI("text=&nbsp;Falcon Partners;url=partners.htm;");
	//aI("text=&nbsp;FAQ's;url=#;");
	aI("text=&nbsp;Community Involvement;url=fcip.htm;");
    }

   with(milonic=new menuname("solutions")){
    borderwidth = 1;
	itemwidth=210;
    style = DMStyle;
	aI("text=&nbsp;Strategic Consultation;url=strategic_consultations.htm;");
    aI("text=&nbsp;Website Design & Development;url=creative.htm;");
	aI("text=&nbsp;Content Management Services;url=ektron.htm;");
	aI("text=&nbsp;eBusiness Tools;url=ebusiness_tools.htm;");
	aI("text=&nbsp;eMarketing Solutions;url=emarketing.htm;");
	aI("text=&nbsp;Hosting Solutions;url=hosting.htm;");
    }
	
   with(milonic=new menuname("portfolio")){
    borderwidth = 1;
    itemwidth=200;
    style = DMStyle;
	aI("text=&nbsp;Feature Projects;url=portfolio.htm;");
    aI("text=&nbsp;Partial Client List;url=clientele.htm;");
	aI("text=&nbsp;Client Testimonials;url=testimonials.htm;");
    }
	
    with(milonic=new menuname("news")){
    borderwidth = 1;
    style = DMStyle;
	aI("text=&nbsp;Press Releases&nbsp;;url=news.htm;");
	aI("text=&nbsp;Articles of Interest;url=articles.htm;");
    //aI("text=&nbsp;Press Archives;showmenu=archives;url=news.htm;");
    aI("text=&nbsp;Quarterly Newsletter&nbsp;;url=quarterly17.asp;");
    }
	
	with(milonic=new menuname("login")){
    borderwidth = 1;
	itemwidth=115;
    style = DMStyle;
	aI("text=&nbsp;Login&nbsp;;url=secure.asp;");
    }
	
	
        with(milonic=new menuname("archives")){
        borderwidth = 1;
        style = DMStyle;
		aI("text=&nbsp;2005&nbsp;;url=news_2005_archive.htm");
		aI("text=&nbsp;2004&nbsp;;url=news_2004_archive.htm");
        aI("text=&nbsp;2003&nbsp;;url=news_2003_archive.htm");
        aI("text=&nbsp;2002&nbsp;;url=news_2002_archive.htm");
        aI("text=&nbsp;2001&nbsp;;url=news_2001_archive.htm");
        }

    with(milonic=new menuname("resources")){
    borderwidth = 1;
	itemwidth=180;
    style = DMStyle;
	aI("text=&nbsp;Articles of Interest;url=articles.htm;");
	aI("text=&nbsp;B2B Survey;url=#;");
	aI("text=&nbsp;Ektron CMS400 User Manual;url=http://www.ektron.com/manuals/cms400/usermanual.pdf;target=blank;");
	aI("text=&nbsp;Web Statisitcs Help;url=http://www.webtrends.com/support.aspx;target=blank;");
	aI("text=&nbsp;Whitepapers;url=#;");
    }

    with(milonic=new menuname("contact")){
    borderwidth = 1;
	itemwidth=180;
    style = DMStyle;
	aI("text=&nbsp;Location Information;url=location.asp;");
	aI("text=&nbsp;Consultation Request;url=consultation.htm;");
	aI("text=&nbsp;Careers at Falcon;url=careers.htm;");
    }
    
drawMenus();
menuDisplay(getMenuByName("Topbar"),1)
