_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=-1             // 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="#0F3FA0";
oncolor="#ffffff";
offbgcolor="#E5E5E5";
offcolor="#0F3FAF";
bordercolor="#6F706F";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11px";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=91;
center=0;
alwaysvisible=1;
orientation="horizontal";
aI("image=images/company_n.gif;overimage=images/company_r.gif;showmenu=company;url=#;subimage=;borderwidth=0;separatorsize=0;");
aI("image=images/solutions_n.gif;overimage=images/solutions_r.gif;showmenu=solutions;url=#;subimage=;separatorsize=0;");
aI("image=images/products_n.gif;overimage=images/products_r.gif;showmenu=products;url=#;subimage=;separatorsize=0;");
aI("image=images/partners_n.gif;overimage=images/partners_r.gif;showmenu=partners;url=#;subimage=;separatorsize=0;");
aI("image=images/demo_n.gif;overimage=images/demo_r.gif;showmenu=demo;url=#;subimage=;separatorsize=0;");
aI("image=images/newsroom_n.gif;overimage=images/newsroom_r.gif;showmenu=newsroom;url=#;subimage=;separatorsize=0;");
aI("image=images/contact_n.gif;overimage=images/contact_r.gif;showmenu=contact;url=#;subimage=;separatorsize=0;");
}
	with(milonic=new menuname("company")){
	style=menuStyle;
	aI("text=About SFT;url=company/about_sft.asp;");
	aI("text=Management Team;url=company/management_team.asp;");
	aI("text=Investor Relations;url=../company/investor_relations.asp;");
	aI("text=Careers;url=company/career.asp;");
	}

	with(milonic=new menuname("solutions")){
	style=menuStyle;
	aI("text=Identity Assurance;url=solutions/identity_assurance.asp;");
	aI("text=Identity Management;url=solutions/identity_management.asp;");
	aI("text=Identity Theft;url=solutions/identity_theft.asp;");
	aI("text=Remote Access;url=solutions/remote_access.asp;");
	aI("text=Biometric Layering;url=solutions/biometrics.asp;");
	}

	with(milonic=new menuname("products")){
	style=menuStyle;
	aI("text=Products Overview;url=products/products_overview.asp;");
	aI("text=ProtectID;url=products/protectid.asp;");
	aI("text=ValidateID;url=products/validateid.asp;");	
	aI("text=TrustedID;url=products/trustedid.asp;");
	aI("text=ResetID;url=products/resetid.asp;");
	aI("text=GuardedID;url=http://www.guardedid.com;");
	}	
	
	with(milonic=new menuname("partners")){
	style=menuStyle;
	aI("text=Current Partners;url=partners/current_partners.asp;");
	aI("text=Become a Partner;url=partners/become_partners.asp;");
	
	}

	with(milonic=new menuname("demo")){
	style=menuStyle;
	aI("text=Demo;url=demo/demo_registration.asp;");
	
	}

	with(milonic=new menuname("newsroom")){
	style=menuStyle;
	aI("text=News & Events;url=news/news_events.asp;");
	aI("text=Resource Center;url=news/resource_center.asp;");
	}

	with(milonic=new menuname("contact")){
	style=menuStyle;
	aI("text=Contact Us;url=company/contactus.asp;");
	
	}		//with(milonic=new menuname("Class Actions")){
		//style=menuStyle;
		//aI("text=Class Actions FAQ;url=faq.asp;");
		//}


drawMenus();