


_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="#8B5736";
oncolor="#FFFFFF";
offbgcolor="#FAF8D7";
offcolor="#000000";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
onborder="1px solid #aaaaaa";
separatorcolor="#2D729D";
separatorsize="0";
padding=5;
fontsize="12px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#FFFFFF";
pagebgcolor="#999999";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter='randomdissolve(duration=0.5)';
//outfilter="Fade(duration=0.4)";
overfilter="randomdissolve(duration=0.5);Alpha(opacity=85)";
}


with(milonic=new menuname("Quick Menu")){
style=menuStyle;
top=105;
left=700;
alwaysvisible=1;
//followscroll="1";
orientation="horizontal";

aI("text=QUICK LINKS;showmenu=quick_menu1;onsubimage=http://www.pumpfundamentals.com/arrow_swap.gif;");
}

with(milonic=new menuname("quick_menu1")){
style=menuStyle;
overflow="scroll";
openstyle="forceleft";

aI("text=Piping Central;url=http://www.pipingdesign.com;target=_blank;");
aI("text=The Weather Net.;url=http://theweathernetwork.com/weather/cities/can/pages/CAQC0363.htm;target=_blank;");
aI("text=Exchange rates;url=http://www.exchangerate.com/;target=_blank;");
//aI("text=Goulds tech. sect.;url=http://www.gouldspumps.com/download_files/pump_fundamentals/pf_fullindex.stm;target=_blank;");
aI("url=http://www.radio-canada.ca/util/zapmedia/version10/frame.asp?menuFlash=6&directLink=http://radio-canada.ca/util/endirect/premiere.asx&promo=&duree=;target=_blank;image=http://www.pumpfundamentals.com/images/cbc_francais_logo1.gif");
aI("url=http://www.cbc.ca/listen/mp3streams/r1_montreal_96.html;target=_blank;image=http://www.pumpfundamentals.com/images/cbc_radio_1-logo1.gif");
aI("text= ;url=https://www.google.com/analytics/home;target=_blank;");
//aI("text= ;url=http://www.pumpfundamentals.com/pumpdatabase2/pump-search-distinct-manuf.php;target=_blank;");

}

drawMenus();

