﻿

_menuCloseDelay=50           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50         // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // 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="#4d6498";
oncolor="#ffffff";
offbgcolor="#284b5a";
offcolor="#ffffff";
bordercolor="#284b5a";
borderstyle="solid";
borderwidth=0;
separatorcolor="#C0C0C0";
separatorsize="1";
padding=2;
fontsize="70%";
fontstyle="normal";
fontfamily="Arial";
pagecolor="white";
pagebgcolor="#4d6498";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";
menuwidth="100%";
menualign="center";
}

with (Drop=new mm_style()){
onbgcolor="#4d6498";
oncolor="#ffffff";
offbgcolor="#284b5a";
offcolor="#ffffff";
bordercolor="#284b5a";
borderstyle="solid";
borderwidth=1;
separatorcolor="#C0C0C0";
separatorsize="1";
padding=3;
fontsize="75%";
fontstyle="normal";
fontfamily="Arial";
pagecolor="black";
pagebgcolor="#E0E0E0";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="../graphics/arrow.gif";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
menuwidth="100%";
menualign="centre";
}

with(milonic=new menuname("WhoAreWe")){
style=Drop;
overflow="scroll";
aI("text=High Country's Vision;url=mission.html;")
aI("text=Management Team;url=team.html;")
aI("text=Our Facility;url=facility.html;")
}

with(milonic=new menuname("Services")){
style=Drop;
overflow="scroll";
aI("text=Prototyping and Design Development;url=prototyping.html;")
aI("text=Rollout Programs;url=rollout.html;");
aI("text=Sustainability;url=sustainability.html;");
aI("text=Shipping & Logistics;url=shipping_logistics.html;")
aI("text=Installation;url=installation.html;")
}

with(milonic=new menuname("Gallery")){
style=Drop;
overflow="scroll";
aI("text=Food Service;url=foodservice.html;")
aI("text=Showcases;url=showcases.html;")
aI("text=Boutiques;url=boutiques.html;")
aI("text=Shop-in-Shop;url=shopinshop.html;")
aI("text=Specialty Retail;url=specializedretail.html;")
}

with(milonic=new menuname("Contact")){
style=Drop;
overflow="scroll";
aI("text=Map/Directions;url=location.html;")
}

drawMenus();


