﻿


_menuCloseDelay=500           // 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=40                // Follow scrolling Rate
_subOffsetTop=0              // 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()){
screenposition="center";
onbgcolor="#444444";
oncolor="#ffffff";
offbgcolor="#000000";
offcolor="#C6C6AD";
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
separatorsize="1";
padding=8;
fontsize="12px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#444444";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="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(milonic=new menuname("Expanko Header Menu")){
style=menuStyle;
top=0;
menuwidth="100%";
menualign="center";
alwaysvisible=1;
orientation="horizontal";
aI("text=home;url=http://www.expanko.com/;target=_parent;status=back to home page;");
aI("text=products;url=http://www.expanko.com/products.html;status=view expanko's products;showmenu=products;");
aI("text=find a contract sales agent/distributor;url=http://www.expanko.com/findanAgent.asp;target=blank;targetfeatures=width=670 height=500 scrollbars=yes resizable=yes;status=find a contract sales agent/distributor;");

aI("text=press room;url=http://www.expanko.com/press-room/PRESS-releases.html;target=_parent;showmenu=press room;");
aI("text=contact/request info;url=http://www.expanko.com/contact.html;status=contact us or request product information;");
}

with(milonic=new menuname("products")){
style=menuStyle;
overflow="scroll";
aI("text=traditional cork flooring;url=http://www.expanko.com/CORK/products-CORK.html;target=_parent");
aI("text=reztec rubber flooring;url=http://www.expanko.com/REZTEC/products-REZ.html;target=_parent");
aI("text=XCR4 rubber flooring;url=http://www.expanko.com/XCR4/products-xcr4.html;target=_parent");
aI("text=vallarex cork floating floor;url=http://www.expanko.com/VALLAREX/products-VAL.html;target=_parent");
aI("text=other products;url=http://expanko.com/OTHER/products-OTHER.html;target=_parent");
}


with(milonic=new menuname("press room")){
style=menuStyle;
aI("text=press releases;url=http://www.expanko.com/press-room/PRESS-releases.html;;target=_parent;status=read press releases;");
aI("text=articles;url=http://www.expanko.com/press-room/PRESS-articles.html;;target=_parent;status=read articles featuring expanko and expanko products;");
aI("text=shows/events;url=http://www.expanko.com/press-room/PRESS-shows.html;target=_parent;;status=learn where expanko is next as well as see images and read news from past shows and events;");
aI("text=product images and logos;url=http://www.expanko.com/press-room/PRESS-images.html;;target=_parent;status=download product images and expanko logos;");
aI("text=customer showcase;url=http://www.expanko.com/press-room/PRESS-cust-showcase.html;;target=_parent;status=view pictures of installations done by expanko customers;");
}



drawMenus();

