//
// OmniTrackPlus.com Submenus
//


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=10            // Sub menu left offset

with(topmenuStyle=new mm_style()){
onbgcolor="";
oncolor="#3399CC";
offbgcolor="";
offcolor="#006699";
//bordercolor="#FFFFFF";
//borderstyle="solid";
//borderwidth="0";
separatorcolor="#FFFFFF";
separatorsize="2";
padding=5;
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Helvetica, sans-serif";
rawcss="letter-spacing: 0.09em;" ;
pagecolor="#333333";
pagebgcolor="#E4EDF4";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="menu/arrow.gif";
subimagepadding="0";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#666666', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle=new mm_style()){
onbgcolor="#F7FAFA";
oncolor="#3399CC";
offbgcolor="#C4DCE7";
offcolor="#006699";
bordercolor="#C4DCE7"; 
borderstyle="solid";
borderwidth="2";
separatorcolor="#C4DCE7";
separatorsize="0";
padding=3;
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Helvetica, sans-serif";
pagecolor="#333333";
pagebgcolor="#E4EDF4";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="menu/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#666666', Direction=135, Strength=5)";
outfilter="";
}


with(milonic=new menuname("About")){
style=menuStyle;
overflow="scroll";
aI("text=About Global Vision Technologies;url=AboutDMS.htm;");
aI("text=Our Clients;url=AboutClients.htm;");
}

with(milonic=new menuname("Features")){
style=menuStyle;
overflow="scroll";
aI("text=Overview;url=FeaturesOverview.htm;");
aI("text=Features List;url=FeaturesList.htm;");
aI("text=Why Use OmniTrackPlus?;url=FeaturesWhy.htm;");
}

drawMenus();

