


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=-10               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=93);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=9;
left=75;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home page;url=index.htm;status=Back to the Home Page;");
aI("text=Online Presentations;showmenu=Presentations;status=Online presentations;");
aI("text=How we help;showmenu=Help;status=How we help;");
aI("text=Who we are;showmenu=who;status=Who we are;");
aI("text=Contact us;url=contact_us.asp;status=Contact us");}

with(milonic=new menuname("Presentations")){
style=menuStyle;margin=8;;
aI("text=Our Services;url=our_services.htm;status=Our services;");
aI("text=Our Record;url=our_record.htm;status=Our record;");
aI("text=Bluffers Guide;url=bluffers_guide.htm;status=Bluffers guide;");

}

with(milonic=new menuname("Help")){
style=menuStyle;margin=8;
aI("text=Current market;url=current_market.htm;status=Current market;");
aI("text=Benefits of our Approach;url=benefits.htm;status=Benefits;");
aI("text=Our Methodology;url=our_methodology.htm;status=Our Methodology;");
aI("text=How we help;showmenu=Methology;status=How we help;");
}

with(milonic=new menuname("Methology")){
style=menuStyle;
aI("text=Performance measurement;url=performance_measurement.htm;status=Performance measurement;");
aI("text=Logistics strategy;url=logistics_strategy.htm;status=Logistics strategy;");
aI("text=Organisational architecture;url=organisational_architecture.htm;status=Organisational architecture;");
aI("text=Logistics management;url=logistics_management.htm;status=Logistics management;");
aI("text=Fulfilment systems;url=fulfilment_systems.htm;status=Fulfilment systems;");
aI("text=Fulfilment processes;url=fulfilment_processes.htm;status=Fulfilment processes;");

aI("text=Knowledge & capabilities;url=knowledge_capabilities.htm;status=Knowledge & capabilities;");
aI("text=Continuous improvement culture;url=continuous_improvement_culture.htm;status=Continuous improvement culture;");
aI("text=People motivation;url=people_motivation.htm;status=People motivation;");
aI("text=Fulfilment infrastructure;url=fulfilment_infrastructure.htm;status=Fulfilment infrastructure;");}

with(milonic=new menuname("who")){
style=menuStyle;
margin=8;
aI("text=Company overview;url=company_overview.htm;status=Supply Chain Systems Ltd - company overview...;");

aI("text=Gary Newbury;url=gary_newbury.htm;status=Gary Newbury - Director of Consulting;");
aI("text=Useful links;url=useful_links.asp;status=Useful links to other sites of interest...;");
}


drawMenus();

