<!--#include file="../includes/modGlobal.asp"-->
<!--#include file="../includes/modSQL.asp"-->
<!--#include file="../includes/modCountry.asp"-->



_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=0               // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset


with(MenuStyle=new mm_style()){
bordercolor="#E2E2E2";
borderstyle="solid";
borderwidth="2";
oncolor="#333333";
offbgcolor="#E2E2E2";
offborder="1px solid #E2E2E2";
offcolor="#333333";
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Helvetica, sans-serif";
padding="1";
separatorcolor="#E2E2E2";
separatorsize="12";
}

SubMenuStyle=new copyOf(MenuStyle)
SubMenuStyle.overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
SubMenuStyle.outfilter="randomdissolve(duration=0.3)";
SubMenuStyle.borderwidth="3";
SubMenuStyle.onborder="1px solid #999999";
SubMenuStyle.separatorsize="3";
SubMenuStyle.onbgcolor="#999999";
SubMenuStyle.oncolor="#FFFFFF";

with(milonic=new menuname("TopMenu")){
style=MenuStyle;
overflow="scroll";
alwaysvisible=1;
orientation="horizontal";
screenposition="center";
top=86;
left="offset=-195";
aI("url=/index.aspx;text=Home;");
aI("url=/aboutus.htm;text=About Us;showmenu=About Us;");
aI("url=/news.htm;text=News;");
aI("url=/#;text=Products;showmenu=Products;");
aI("url=/recruitment.htm;text=Recruitment;showmenu=Recruitment;");
aI("url=/support.htm;text=Support;");
aI("url=/contact.htm;text=Contact Us;");
}

with(milonic=new menuname("About Us")){
style=SubMenuStyle;
overflow="scroll";
}
with(milonic=new menuname("Products")){
style=SubMenuStyle;
overflow="scroll";
aI("url=/leaflettesintro.htm;text=The Leaflettes ;showmenu=The Leaflettes;");
aI("url=/treeoverview.htm;text=TREE >;showmenu=tree;");
aI("url=/overview.htm;text=Health & Safety >;showmenu=Health & Safety");
}

with(milonic=new menuname("Services")){
style=SubMenuStyle;
overflow="scroll";
}
with(milonic=new menuname("tree")){
style=SubMenuStyle;
overflow="scroll";
aI("url=/treeoverview.htm;text=Overview;");
aI("url=/treepractice.htm;text=Practice;");
aI("url=/treesystem.htm;text=Products;");
aI("url=/treesupport.htm;text=Support;");
aI("url=/treefaq.htm;text=FAQ;");
}
with(milonic=new menuname("enterprise")){
style=SubMenuStyle;
overflow="scroll";
aI("url=/whatisenterprise.htm;text=What is Enterprise;");
aI("url=/benefitsofenterprise.htm;text=Benefits of Enterprise;");
aI("url=/implementation.htm;text=Implementation;");
}
with(milonic=new menuname("Health & Safety")){
style=SubMenuStyle;
overflow="scroll";
aI("url=/overview.htm;text=Overview;");
aI("url=/hsfeatures.htm;text=Features;");
aI("url=/skillskit.htm;text=Skills Kit;");
aI("url=/HStraining.htm;text=Training;");
aI("url=/calculator.aspx;text=Order Info;");
}
drawMenus();

