


_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 - def: 5
_followRate=40                // Follow scrolling Rate - def: 40
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // 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="#005BB7";
oncolor="#ff0000";
offbgcolor="#005BB7";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="0";
padding=2;
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="ffffff";
pagebgcolor="#005BB7";
headercolor="#ffffff";
headerbgcolor="";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=0;
left=0;
alwaysvisible=1;
followscroll=1;
orientation="vertical";
aI("separatorsize=2;text=&nbsp;;");
aI("separatorsize=2;text=Home page;fontweight=bold;padding=8;url=../Default.asp;status=Back To Home Page;");
aI("separatorsize=2;text=&nbsp;");
aI("separatorsize=2;text=Our services;fontweight=bold;padding=8;url=../services/service_approach.htm;status=Describe SUMMIT\'s services;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;* Our approach;url=../services/service_approach.htm;status=Our approach to projects;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;* Why Internet/Web;url=../services/service_web.htm;status=Reasons why using the Internet and web applications is so beneficial;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;* Why bespoke;url=../services/service_besp.htm;status=Bespoke, or tailored software is accessible to ALL businesses;");
aI("offcolor=#FFFF00;fontweight=bold;text=&nbsp;&nbsp;&nbsp;&nbsp;* Satisfied customers;url=../services/service_portfolio.htm;status=Previous projects and their satisfied customers;");
aI("separatorsize=2;text=&nbsp;;");
aI("separatorsize=2;text=Demonstrations;fontweight=bold;padding=8;url=../demos/demo_inter.htm;");
//aI("text=&nbsp;&nbsp;&nbsp;&nbsp;* Internet/Web;url=../demos/demo_inter.htm;status=A demonstration of an Internet/web-based application;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;* Database system;url=../demos/demo_data.htm;status=A demonstration of a database system for administration or data tracking;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;* Online documentation;url=../demos/demo_docu.htm;status=A demonstration of an interactive online documentation solution;");
aI("separatorsize=2;text=&nbsp;;");
aI("separatorsize=2;text=Assist Trainer;fontweight=bold;padding=8;url=../assist/assist_main.htm;status=Information about Assist products for the sports/fitness coach & trainer;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;* Assist products;url=../assist/assist_main.htm;status=Information about Assist products for the sports/fitness coach & trainer;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;* Assist support;url=../assist/assist_supp.htm;status=Help with common problems on Assist;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;* Assist reviews;url=../assist/assist_review.htm;status=Independent reviews on Assist\'s usefulness;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;* Buying Assist;url=../assist/assist_orders.htm;status=Different ways that you can buy Assist;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;* Assist downloads;url=../assist/assist_downloads.htm;status=Download various things to help you decide;");
aI("separatorsize=2;text=&nbsp;;");
aI("separatorsize=2;text=Choosing a supplier;fontweight=bold;padding=8;url=../general/choosing.htm;status=Tips to help you decide which supplier to select for your bespoke software;");
aI("separatorsize=2;text=&nbsp;");
aI("separatorsize=2;text=Contact us;fontweight=bold;padding=8;url=../general/contact.htm;status=How to get in touch with us;");
aI("separatorsize=2;text=&nbsp;");
aI("separatorsize=2;text=Helpful links;fontweight=bold;padding=8;url=../general/links.htm;status=Links to other sites to help you find what you are looking for;");
aI("separatorsize=2;text=&nbsp;");
}


drawMenus();

