fixMozillaZIndex=false; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=10;
_subOffsetLeft=-10;




with(submenuStyle=new mm_style()){
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#ACABAB";
onbgcolor="#ffffff";
oncolor="#000";
outfilter="Blinds( Bands=1,direction=up, duration=0.5)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3)";
padding=3;
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
subimagepadding=8;
}

with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
image="./square_dust.gif";
imagepadding=6;
offbgcolor="#ffffff";
offcolor="#ACABAB";
onbgcolor="#ffffff";
oncolor="#ff9933";
outfilter="Fade(Overlap=1.00)";
overimage="./square_blue.gif";
padding=5;
pagecolor="#ff9900";
separatorcolor="#ffffff";
separatorsize=1;
subimagepadding=8;
subimage="./arrow.gif";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=0;
orientation="vertical";
style=menuStyle;
top=0;
//aI("bgimage=./top.gif;fontsize=75%;fontweight=bold;ondecoration=;itemheight=30;offcolor=#ffffff;oncolor=#ffffff;rawcss=padding-top:6px;text=;");
//aI("image=images/transparent.gif;imageheight=1;offbgcolor=#f5f5f5;type=header;");
aI("offbgcolor=#f5f5f5;text=Home Page;url=index.htm");
aI("offbgcolor=#f5f5f5;text=About Us;url=about.htm");
aI("offbgcolor=#f5f5f5;text=Links & Partners;url=links.htm");
aI("offbgcolor=#f5f5f5;text=Contact Us;url=contact.htm");
//aI("bgimage=images/xp_panel_topoff.gif;fontsize=75%;fontweight=bold;itemheight=30;ondecoration=;oncolor=#ffffff;offcolor=#ffffff;rawcss=padding-top:7px;text=Services;url=;");
aI("offbgcolor=#f5f5f5;showmenu=Support;text=Support;");
aI("offbgcolor=#f5f5f5;text=Bespoke Software;url=bespoke.htm");
aI("offbgcolor=#f5f5f5;text=Database Design;url=database.htm");
aI("offbgcolor=#f5f5f5;text=System Intergration;url=systemint.htm");
aI("offbgcolor=#f5f5f5;text=Web Design;url=web.htm");
aI("offbgcolor=#f5f5f5;text=Web Hosting;url=webhost.htm");
aI("offbgcolor=#f5f5f5;showmenu=Visual;text=Visual Dashboards;url=visualdashboards.htm");
//aI("imageheight=1;offbgcolor=#f5f5f5;type=header;");
}


with(milonic=new menuname("Support")){
left=175;
//left=0;
style=submenuStyle;
top=110;
aI("bgimage=images/xp_panel_subhead.gif;fontsize=70%;ondecoration=;fontweight=bold;image=transparent.gif;imagewidth=1;offbgcolor=#cccccc;text=Support;");
//aI("image=transparent.gif;imageheight=6;offbgcolor=#ccccc;type=header;");
aI("oncolor=#ff9933;offbgcolor=#E5E5E5;text=Desktop Support;url=desktop.htm;");
aI("oncolor=#ff9933;offbgcolor=#E5E5E5;text=Server Support;url=server.htm;");
aI("oncolor=#ff9933;offbgcolor=#E5E5E5;text=Software Support;url=softwaresupport.htm;");
aI("image=images/transparent.gif;imageheight=6;offbgcolor=#E5E5E5;type=header;");
}

with(milonic=new menuname("Visual")){
left=175;
style=submenuStyle;
top=270;
aI("bgimage=images/xp_panel_subhead.gif;fontsize=70%;ondecoration=;fontweight=bold;image=transparent.gif;imagewidth=1;offbgcolor=#cccccc;text=Visual Dashboards;");
//aI("image=transparent.gif;imageheight=6;offbgcolor=#ccccc;type=header;");
aI("oncolor=#ff9933;offbgcolor=#E5E5E5;text=Example Dashboard;url=Dashboard.htm;target=_Blank");
aI("oncolor=#ff9933;offbgcolor=#E5E5E5;text=Pyramid;url=exa1.htm;");
aI("oncolor=#ff9933;offbgcolor=#E5E5E5;text=Column 3D;url=exa2.htm;");
aI("oncolor=#ff9933;offbgcolor=#E5E5E5;text=Production Process;url=exa3.htm;");
aI("image=images/transparent.gif;imageheight=6;offbgcolor=#E5E5E5;type=header;");
}


drawMenus();

