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(milonic=new menuname("Main Menu_applets1")){
style=menuStyle;
top=225;
left=630;
alwaysvisible=1;
followscroll="1";
orientation="horizontal";

aI("text=APPLETS ON THIS PAGE;showmenu=quick-links_applets;status=Quick links to applets on this page;");

}

with(milonic=new menuname("quick-links_applets")){

style=menuStyle;
openstyle="forceleft";
overflow="scroll";
aI("text=YOU NEED JAVA2 RUNTIME ENVIRONMENT SE 1.4;offbgcolor=red;offcolor=white;url=http://www.java.com/en/download/windows_automatic.jsp");
aI("text=1. CAVITATION - Calculate N.P.S.H.A.;url=http://www.pumpfundamentals.com/applets.htm#applets1;");
aI("text=2. Predict and avoid cavitation;url=http://www.pumpfundamentals.com/applets.htm#applets2;");
aI("text=3. Predict centrifugal pump efficiency;url=http://www.pumpfundamentals.com/applets.htm#applets3;");
aI("text=4. Calculate head from pressure and flow from velocity;url=http://www.pumpfundamentals.com/applets.htm#applets4;");
aI("text=5. Calculate mass flow rate of solids suspended in a liquid;url=http://www.pumpfundamentals.com/applets.htm#applets5;");
aI("text=6. AFFINITY LAWS - Calculate new impeller diameter <br>or speed for a new operating condition;url=http://www.pumpfundamentals.com/applets.htm#applets6;");
aI("text=7. Calculate the total head of a pump with pressure <br>measurements;url=http://www.pumpfundamentals.com/applets.htm#applets7;");
aI("text=8. Pipe friction loss for pulp suspensions;url=http://www.pumpfundamentals.com/applets.htm#applets8;");
aI("text=9. Viscosity correction factors for centrifugal pump <br>water performance characteristic curves;url=http://www.pumpfundamentals.com/applets.htm#applets9;");
aI("text=10. Minimum pump suction end submersion;url=http://www.pumpfundamentals.com/applets.htm#applets10;");
aI("text=11. IMPELLER EROSION - Calculate the tip speed to <br>avoid excessive wear;url=http://www.pumpfundamentals.com/applets.htm#applets11;");
aI("text=12. Calculate pressure anywhere within a pump system;url=http://www.pumpfundamentals.com/applets.htm#applets12;");
aI("text=13. Pipe friction loss;url=http://www.pumpfundamentals.com/applets.htm#applets13;");
aI("text=14. Maximum allowable piping pressure;url=http://www.pumpfundamentals.com/applets.htm#applets14;");
aI("text=15. Pipe fitting friction losss;url=http://www.pumpfundamentals.com/applets.htm#applets15;");
aI("text=16. Pipe size economic analysis;url=http://www.pumpfundamentals.com/applets.htm#applets16;");

}



drawMenus();

