
_menuCloseDelay=100           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5              // 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="#F2F2F2";
oncolor="#990000";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
separatorcolor="#A5BCCC";
separatorsize=0;
padding=4;
fontsize=11;
fontstyle="normal";
fontfamily="arial, helvetica, sans-seri";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding=0;
overfilter="";
outfilter="";
}

with(menuStyle2=new mm_style()){
onbgcolor="#F2F2F2";
oncolor="#990000";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
separatorcolor="#A5BCCC";
separatorsize=1;
padding=4;
fontsize=11;
fontstyle="normal";
fontfamily="arial, helvetica, sans-seri";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="media/arrow1.gif";
subimagepadding=0;
overfilter="Fade(duration=0.5);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("climbing")){
style=menuStyle2;
borderwidth=0;
bordercolor="#999999";
itemwidth=140; 
aI("text=Products;showmenu=climbingproducts;");
aI("text=News;showmenu=climbingnews;");
aI("text=Culture;showmenu=climbingculture;");
aI("text=Specials;url=http://www.omegapac.com/op_climbingspecials.html;");
aI("text=Dealer Map;url=http://www.omegapac.com/op_dealers_climbing.html;");
aI("text=Warning / Warranty;url=http://www.omegapac.com/op_climbingwarranty.html;");

}

			with(milonic=new menuname("climbingproducts")){
			style=menuStyle2;
			borderwidth=1;
			bordercolor="#999999";
			itemwidth=150; 
			aI("image=media/little_rockpro.gif;text=Rock Protection;url=http://www.omegapac.com/op_products_climbingrockprotection.html;");
			aI("image=media/little_carabiners.gif;text=  Carabiners;url=http://www.omegapac.com/op_products_climbingcarabiners.html;");
			aI("image=media/little_quick.gif;text=Quickdraws;url=http://www.omegapac.com/op_products_climbingquickdraws.html;");
			aI("image=media/little_ice.gif;text=Ice Gear;url=http://www.omegapac.com/op_products_climbingicegear.html;");

			}
			
			with(milonic=new menuname("climbingnews")){
			style=menuStyle2;
			borderwidth=1;
			bordercolor="#999999";
			itemwidth=140; 
			aI("text=New Products;url=http://www.omegapac.com/op_climbing_newproducts.html;");
			aI("text=Events;url=http://www.omegapac.com/op_climbing_events.html");
			aI("text=Testimonials;url=http://www.omegapac.com/op_climbing_testimonials.html;");
			aI("text=Notices &amp; Recalls;url=http://www.omegapac.com/op_climbing_notices.html;");
			aI("text=About Us;url=http://www.omegapac.com/op_climbing_about.html;");

			}
			
			with(milonic=new menuname("climbingculture")){
			style=menuStyle2;
			borderwidth=1;
			bordercolor="#999999";
			itemwidth=140; 
			aI("text=Essays;url=http://www.omegapac.com/op_climbing_essays.html;");
			aI("text=Climb Team;url=http://www.omegapac.com/op_climbing_climbteam.html;");
			aI("text=Send Us Your Trip Reports;url=http://www.omegapac.com/op_climbing_tripreports.html;");
			aI("text=Send Us Your Photos;url=http://www.omegapac.com/op_climbing_sendphotos.html;");

			}

with(milonic=new menuname("rescue")){
style=menuStyle2;
borderwidth=0;
bordercolor="#999999";
itemwidth=161;
aI("text=Products;showmenu=rescueproducts;");
aI("text=News;showmenu=rescuenews;");
aI("text=Specials;url=http://www.omegapac.com/op_rescuespecials.html;");
aI("text=Dealer Map;url=http://www.omegapac.com/op_dealers_rescue.html;");
aI("text=Warning / Warranty;url=http://www.omegapac.com/op_rescuewarranty.html;");

}

			with(milonic=new menuname("rescueproducts")){
			style=menuStyle2;
			borderwidth=1;
			bordercolor="#999999";
			itemwidth=140; 
			aI("text=Carabiners;showmenu=rescuecarabiners;");

			}
			
					with(milonic=new menuname("rescuecarabiners")){
					style=menuStyle2;
					borderwidth=1;
					bordercolor="#999999";
					itemwidth=140; 
					aI("image=media/little_rescuesteel.gif;text=Steel;url=http://www.omegapac.com/op_products_rescuesteel.html;");
					aI("image=media/little_rescuealum.gif;text=Aluminum;url=http://www.omegapac.com/op_products_rescuealuminum.html;");

					}
			
			with(milonic=new menuname("rescuenews")){
			style=menuStyle2;
			borderwidth=1;
			bordercolor="#999999";
			itemwidth=140; 
			aI("text=New Products;url=http://www.omegapac.com/op_rescue_newproducts.html;");
			aI("text=Events;url=http://www.omegapac.com/op_rescue_events.html");
			aI("text=Testimonials;url=http://www.omegapac.com/op_rescue_testimonials.html;");
			aI("text=Notices &amp; Recalls;url=http://www.omegapac.com/op_rescue_notices.html;");
			aI("text=About Us;url=http://www.omegapac.com/op_rescue_about.html;");

			}
			
			with(milonic=new menuname("rescueculture")){
			style=menuStyle2;
			borderwidth=1;
			bordercolor="#999999";
			itemwidth=140; 
			aI("text=Rescue Essays;url=http://www.omegapac.com/op_rescue_essays.html;");
			aI("text=Reports From the Field;url=http://www.omegapac.com/op_rescue_reports.html;");
			aI("text=Send Us Your Photos;url=http://www.omegapac.com/op_rescue_sendphotos.html;");

			}

with(milonic=new menuname("tactical")){
style=menuStyle2;
borderwidth=0;
bordercolor="#999999";
itemwidth=120; 
aI("text=Products;showmenu=tacticalproducts;");
aI("text=News;showmenu=tacticalnews;");
aI("text=Specials;url=http://www.omegapac.com/op_tacticalspecials.html;");
aI("text=Dealer Map;url=http://www.omegapac.com/op_dealers_tactical.html;");
aI("text=Warning / Warranty;url=http://www.omegapac.com/op_tacticalwarranty.html;");

}

			with(milonic=new menuname("tacticalproducts")){
			style=menuStyle2;
			borderwidth=1;
			bordercolor="#999999";
			itemwidth=150; 
			aI("image=media/little_trockpro.gif;text=Rock Protection;url=http://www.omegapac.com/op_products_tacticalrockprotection.html;");
			aI("image=media/little_tcarabiners.gif;text=Carabiners;url=http://www.omegapac.com/op_tactical_biners.html;");
			aI("image=media/little_tquick.gif;text=Quickdraws;url=http://www.omegapac.com/op_products_tacticalquickdraws.html;");

			}
			
					with(milonic=new menuname("tacticalcarabiners")){
					style=menuStyle2;
					borderwidth=1;
					bordercolor="#999999";
					itemwidth=150; 
					aI("image=media/little_rescuesteel.gif;text=Steel;url=http://www.omegapac.com/op_products_tacticalsteel.html;");
					aI("image=media/little_rescuealum.gif;text=Aluminum;url=http://www.omegapac.com/op_products_tacticalaluminum.html;");

					}
			
			with(milonic=new menuname("tacticalnews")){
			style=menuStyle2;
			borderwidth=1;
			bordercolor="#999999";
			itemwidth=150; 
			aI("text=New Products;url=http://www.omegapac.com/op_tactical_newproducts.html;");
			aI("text=Events;url=http://www.omegapac.com/op_tactical_events.html");
			aI("text=Testimonials;url=http://www.omegapac.com/op_tactical_testimonials.html;");
			aI("text=Notices &amp; Recalls;url=http://www.omegapac.com/op_tactical_notices.html;");
			aI("text=About Us;url=http://www.omegapac.com/op_tactical_about.html;");

			}
			
			with(milonic=new menuname("tacticalculture")){
			style=menuStyle2;
			borderwidth=1;
			bordercolor="#999999";
			itemwidth=150; 
			aI("text=Essays;url=http://www.omegapac.com/op_tactical_essays.html;");
			aI("text=Reports From the Field;url=http://www.omegapac.com/op_tactical_reports.html;");
			aI("text=Send Us Your Photos;url=http://www.omegapac.com/op_tactical_sendphotos.html;");

			}

with(milonic=new menuname("specifications")){
style=menuStyle2;
borderwidth=0;
bordercolor="#999999";
separatorsize=1;
separatorcolor="#999999";
itemwidth=123;
fontfamily="tahoma";
aI("text=Climbing;url=http://www.omegapac.com/op_climbingspecifications.html;");
aI("text=Rescue & Industrial;url=http://www.omegapac.com/op_rescuespecifications.html;");
aI("text=Tactical;url=http://www.omegapac.com/op_tacticalspecifications.html;");

}

with(milonic=new menuname("downloads")){
style=menuStyle2;
borderwidth=0;
bordercolor="#999999";
separatorsize=1;
separatorcolor="#999999";
itemwidth=170;
borderwidth=1;
top=175; 
aI("image=media/acrobat.gif;text=Omega Pacific Climbing Catalog;url=http://www.omegapac.com/media/climbing_2010web.pdf;target=blank;");
aI("image=media/acrobat.gif;text=Omega Pacific Rescue & Industrial Catalog;url=http://www.omegapac.com/media/rescuecatalog2008.pdf;target=blank;");
aI();
}

with(milonic=new menuname("contact")){
style=menuStyle2;
borderwidth=0;
bordercolor="#999999";
separatorsize=1;
separatorcolor="#999999";
itemwidth=137;
aI("text=Contact;url=http://www.omegapac.com;");

}

drawMenus();


