fixMozillaZIndex=true; //Fixes Z-Index problem with Mozilla browsers
_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)";
outfilter='randomdissolve(duration=0.5)';
overfilter="randomdissolve(duration=0.5);Alpha(opacity=85)";
}
with(milonic=new menuname("Contents")){
style=menuStyle;
top=230;
left=680;
alwaysvisible=1;
followscroll="1";
orientation="horizontal";
aI("text=Table of contents;showmenu=contents_menu1;");
}
with(milonic=new menuname("contents_menu1")){
style=menuStyle;
overflow="scroll";
aI("text=DOWNLOAD TUTORIAL;url=http://www.pumpfundamentals.com/images/tutorial/tutorial.pdf;offbgcolor=red;offcolor=white;");
aI("text=Different types of pump systems;url=http://www.pumpfundamentals.com/tutorial1.htm#Anchor-Ther-19499;");
aI("text=Pressure, friction and flow;url=http://www.pumpfundamentals.com/tutorial1.htm#Anchor-27754;");
aI("text=What is friction in a pump system;url=http://www.pumpfundamentals.com/tutorial1.htm#Anchor-Frictio-57722;");
aI("text=Energy and head in pump systems;url=http://www.pumpfundamentals.com/tutorial2.htm#energy_and_head;");
aI("text=Static head;url=http://www.pumpfundamentals.com/tutorial2.htm#head11;");
aI("text=Flow rate depends on elevation
difference;url=http://www.pumpfundamentals.com/tutorial2.htm#flow_rate;");
aI("text=Flow rate depends on friction;url=http://www.pumpfundamentals.com/tutorial2.htm#flow_rate1;");
aI("text=How does a centrifugal pump
produce pressure;url=http://www.pumpfundamentals.com/tutorial2.htm#how_pressure;");
aI("text=What can affect the discharge
pressure of the pump?;url=http://www.pumpfundamentals.com/tutorial2.htm#what_pressure;");
aI("text=Is more pressure better?;url=http://www.pumpfundamentals.com/tutorial2.htm#is_more;");
aI("text=What is total head?;url=http://www.pumpfundamentals.com/tutorial3.htm#total_head;");
aI("text=What is the relationship between
head and total head;url=http://www.pumpfundamentals.com/tutorial3.htm#what_head;");
aI("text=What is friction head;url=http://www.pumpfundamentals.com/tutorial3.htm#friction;");
aI("text=The performance or characteristic
curve of the pump;url=http://www.pumpfundamentals.com/tutorial3.htm#char_curve;");
aI("text=How to select a centrifugal pump;url=http://www.pumpfundamentals.com/tutorial3.htm#how_select;");
aI("text=Example of total head calculations;url=http://www.pumpfundamentals.com/tutorial3.htm#example-calc;");
aI("text=Examples of common residential
water systems;url=http://www.pumpfundamentals.com/tutorial3.htm#fountain;");
aI("text=Calculate the pump discharge pressure
from the pump total head;url=http://www.pumpfundamentals.com/tutorial3.htm#head_to_press;");
}
drawMenus();