


_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=-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="#000077";
oncolor="#66ccff";
offbgcolor="#000077";
offcolor="#ffffff";
bordercolor="#556093";
borderstyle="solid";
borderwidth=0;
separatorcolor="#809cc9";
separatorsize="0";
padding=5;
fontsize="10pt";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.4);Alpha(opacity=70);Shadow(color='#556093', Direction=135, Strength=0)";
outfilter="Fade(duration=0.3)";
}


with(milonic=new menuname("Services")){
style=menuStyle;
overflow="scroll";
aI("text=Electronic Data Processing;showmenu=Data;url=data/index.html;");
aI("text=USPS Certified Professional Direct Mail;showmenu=Mail;url=directmail/index.htm;");
}

with(milonic=new menuname("Mail")){
style=menuStyle;
overflow="scroll";
aI("text=About WDSI;url=directmail/index.htm;");
aI("text=Services;showmenu=dml;url=directmail/services.html;");
aI("text=Contact;url=http://wdsi.net/contact.htm;");
aI("text=Why use direct mail?;url=directmail/why.html;");
}


with(milonic=new menuname("dml")){
style=menuStyle;
overflow="scroll";
aI("text=Political Mail;url=directmail/political.html;");
aI("text=Retail Mail;url=directmail/retail.html;");

}

with(milonic=new menuname("Data")){
style=menuStyle;
overflow="scroll";
aI("text=About WDSI;url=data/index.html;");
aI("text=Solutions;showmenu=solutions;");
aI("text=Professional Services;url=data/services.html;");
aI("text=Contact;url=http://wdsi.net/contact.htm;");
}

with(milonic=new menuname("solutions")){
style=menuStyle;
overflow="scroll";
aI("text=Core Processing;url=data/core.html;");
aI("text=Item Processing;url=data/item.html;");
aI("text=Electronic Processing;url=data/electronic.html;");
}


drawMenus();