


_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
_position="bottom";


with(menuStyle=new mm_style()){

onbgcolor="#FFFFFF";
oncolor="#000000";
offbgcolor="#000000";
offcolor="#FFFFFF";
bordercolor="#b0b0b0";
borderstyle="solid";
borderwidth=0;
separatorcolor="#d0d0d0";
separatorsize="0";
padding=5;
fontsize="85%";
fontstyle="normal";
fontfamily="Arial, Helvetica, Sans-Serif";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
screenposition="bottom"
style=menuStyle;
top=1;
left=15;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home&nbsp;&nbsp;-;url=main.htm;target=main");
aI("text=Contact Info&nbsp;&nbsp;-;showmenu=Contact;");
aI("text=Our People&nbsp;&nbsp;-;url=people.htm;target=main");
aI("text=Our Mission&nbsp;&nbsp;-;url=our_mission.htm;target=main");
aI("text=E-Mail&nbsp;&nbsp;-;showmenu=E-Mail;");
aI("text=Projects&nbsp;&nbsp;-;url=projects.htm;target=main");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
overflow="scroll";
aI("text=Sheet Metal Engineering, Inc.;");
aI("text=219 New York Ave;");
aI("text=Des Moines, IA 50313;");
aI("text=&nbsp;;");
aI("text=E-Mail: shtmtleng@shtmtleng.com;url=mailto:shtmtleng@shtmtleng.com;");
aI("text=Phone: (515) 243-8229;");
aI("text=FAX: (515) 243-8343;");
}

with(milonic=new menuname("our_people")){
style=menuStyle;
overflow="scroll";
aI("text=Jeff Lendell, Engineer P.E. & President-Owner;url=lindell.htm;target=main");
aI("text=Rusty Lawrence, Executive Vice-President;url=lawrence.htm;target=main");
aI("text=John Bocket, Shop Manager;url=bocket.htm;target=main");
aI("text=Bill Riddlebarger, Chief Estimator;url=riddlebarger.htm;target=main");
aI("text=Gary Ault, Project Manager;url=ault.htm;target=main");
aI("text=Matt Sheets, Sr. Detailer;url=mattsheets.htm;target=main");
aI("text=Chad Hinze, Designer;url=chadhinze.htm;target=main");
aI("text=Janelle Haws, Office Manger;url=janellehaws.htm;target=main");
}

with(milonic=new menuname("E-Mail")){
style=menuStyle;
overflow="scroll";
aI("text=Jeff Lindell;url=mailto:lindell@shtmtleng.com;");
aI("text=Rusty Lawrence;url=mailto:rlawrence@shtmtleng.com;");
aI("text=Bill Riddlebarger;url=mailto:briddlebarger@shtmtleng.com;");
aI("text=Gary Ault;url=mailto:gault@shtmtleng.com;");
aI("text=John Bocket;url=mailto:jbockert@shtmtleng.com;");
aI("text=John Lint;url=mailto:jlint@shtmtleng.com;");
}

with(milonic=new menuname("projects")){
style=menuStyle;
overflow="scroll";
aI("text=Zooks Harley Davison - Des Moines, IA (pictures);url=zooks.htm;target=main");
aI("text=Joseph's Jewelers - West Des Moines, IA");
aI("text=Mercy East Clinic - Pleasant Hill, IA");
aI("text=Mercy Hospital - Des Moines, IA");
aI("text=Jordon Creek Mall - West Des Moines, IA");
aI("text=Uncle Sams Daycare - Des Moines, IA");
aI("text=Firestone - Des Moines, IA");
aI("text=John Deere - Ankeny, IA");
aI("text=Maytag Appliances - Newton, IA");
aI("text=USDA Bio III Lab - Ames, IA (pictures);url=usda.htm;target=main");
aI("text=G&K (pictures);url=g-k.htm;target=main");
aI("text=Katecho - Des Moines, IA");
aI("text=Knoxville Recreation Center - Knoxville, IA");
aI("text=Marshalltown Hospital - Marshalltown, IA");
aI("text=SACMI USA - Urbandale, IA");
aI("text=Point of Grace Church - Waukee, IA");
aI("text=St. Francis of Assisi - West Des Moines, IA");
aI("text=Lutheran Church of Hope - West Des Moines, IA");
aI("text=Shop (pictures);url=shop.htm;target=main");
}


drawMenus();


