_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=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="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offbgcolor="#F0F0F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=2;
separatorcolor="#2D729D";
separatorsize=1;
padding=5;
fontsize="80%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#FFFFFF";
subimage="images/arrow1.gif";
subimagepadding="8";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Support")){
style=menuStyle;
overflow="scroll";
aI("text=Customer Login;url=support/index.aspx");
aI("text=Downloads;showmenu=Downloads;status=Download Files");
aI("text=Links;showmenu=Links;status=Links to other sites");
//aI("text=Install Remote Support Software;url=downloads/Slave.exe;status=Install remote control software");
//aI("text=Remove Remote Support Software;url=downloads/NoSlave.exe;status=Remove remote control software");
aI("text=Reset Company Code;url=downloads/ResetCompanyCode.exe;status=Reset Company Code Security");
aI("text=Remote Support Request;url=downloads/TeamViewerQS_en.exe;status=Remote support request");
}

with(milonic=new menuname("Downloads")){
style=menuStyle;
overflow="scroll";
aI("text=Ordex Installer;url=downloads/OrdexInstaller.exe;status=Download Ordex Installer");
aI("text=MSDE2000 Installer;url=downloads/MSDE2000.exe;status=Download Microsoft Database Engine 2000");
aI("text=Ordex Store Module Installer;url=downloads/SOrdexInstaller.exe;status=Download Ordex Store Module Installer");
aI("text=Ordex Demo Mode Installer;url=downloads/OrdexDemoInstaller.exe;status=Download Ordex Demo Installer");
}
with(milonic=new menuname("Links")){
style=menuStyle;
overflow="scroll";
aI("text=Adobe Reader Home Page;url=link.html?http://www.adobe.com/products/acrobat/readstep.html");
aI("text=Crystal Reports Training;showmenu=Crystal;status=Links to Crystal Reports training services");
aI("text=IT Resources;showmenu=ITLinks;status=Links to IT Resources");
}
with(milonic=new menuname("Crystal")){
style=menuStyle;
overflow="scroll";
aI("text=CrystalUser.com;url=link.html?http://www.crystaluser.com/");
aI("text=Crystal Decisions Certified Trainer;url=link.html?http://www.apos.on.ca/");
}
with(milonic=new menuname("ITLinks")){
style=menuStyle;
overflow="scroll";
aI("text=UltraBac Home Page;url=link.html?http://www.ultrabac.com;status=Backup Software from UltraBac");
}

drawMenus();


