_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=10              // 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="#648FB9";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#296488";
separatorsize="1";
padding=5;
fontsize="90%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://skyhighenterprises.com/images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}




with(header=new mm_style()){
onbgcolor="#FFF8DC";
oncolor="#000000";
offbgcolor="#FFF8DC";
offcolor="#000080";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFF8DC";
separatorsize="58";
padding=1;
fontsize="90%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#000000";
pagebgcolor="#FFF8DC";
headercolor="#000000";
headerbgcolor="#FFF8DC";
subimage="http://skyhighenterprises.com/images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#FFF8DC', Direction=135, Strength=1)";
outfilter="randomdissolve(duration=0.3)";
}



with(milonic=new menuname("Main Menu")){
style=header;
top=150;
left=10;
alwaysvisible=1;
orientation="horizontal";
aI("text=<b>Home</b>;url=http://skyhighenterprises.com/index.shtml;");
aI("text=<b>Services</b>;showmenu=Services;");
aI("text=<b>Samples</b>;url=http://skyhighenterprises.com/samples.html;");
aI("text=<b>Rates</b>;url=http://skyhighenterprises.com/rates.html;");
aI("text=<b>Contact Info</b>;showmenu=Contact Info;");
}

with(milonic=new menuname("Services")){
style=menuStyle;
overflow="scroll";
aI("text=Display;url=http://skyhighenterprises.com/display.html;");
aI("text=Legal;url=http://skyhighenterprises.com/legal.html;");
aI("text=Retail Site;url=http://skyhighenterprises.com/retail.html;");
aI("text=Construction;url=http://skyhighenterprises.com/construction.html;");
}

with(milonic=new menuname("Contact Info")){
style=menuStyle;
aI("text=Contact Info;url=http://skyhighenterprises.com/contact.html;");
aI("text=Quote Request;url=http://skyhighenterprises.com/quote.html;");
}


drawMenus();

