_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(MainStyle=new mm_style()){	align="left";	borderstyle="none";	decoration="none";	fontfamily="Verdana, Arial, Helvetica, sans-serif";	fontsize="10.5";	fontstyle="normal";	fontweight="bold";	offcolor="#003366";	oncolor="#0066CC";	separatoralign="left";	subimageposition="top";
	}

with(MenuStyle=new mm_style()){	align="left";	bordercolor="#000000";	borderstyle="solid";	borderwidth="1";	decoration="none";	fontfamily="Verdana, Arial, Helvetica, sans-serif";	fontsize="11";	fontstyle="normal";	fontweight="bold";	offbgcolor="#539CD6";	offcolor="#003366";	onbgcolor="#003366";	oncolor="#FFFFFF";	overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";	padding="2";	separatoralign="left";	separatorcolor="#000000";	separatorheight="1";	separatorpadding="2";	separatorsize="1";
	}

        with(milonic=new menuname("menu_1")){
        style=MainStyle;
        position="relative";alwaysvisible="1";orientation="horizontal";
        aI("text=&nbsp;&nbsp;Home&nbsp;&nbsp;;url=/;");
        aI("text=&nbsp;&nbsp;Ski Shop&nbsp;&nbsp;;url=/ski_shop/.overview/index.html;showmenu=menu_10002;image=/design_images/skjersaas_ski1_topnav_line.gif;");
        aI("text=&nbsp;&nbsp;Snowboard Shop&nbsp;&nbsp;;url=/snowboard_shop/.overview/index.html;showmenu=menu_10003;image=/design_images/skjersaas_ski1_topnav_line.gif;");
        aI("text=&nbsp;&nbsp;Photo Gallery&nbsp;&nbsp;;url=javascript:openWindow('/photos_pg1.html',+'popup',+'480','410','1');image=/design_images/skjersaas_ski1_topnav_line.gif;");
        aI("text=&nbsp;&nbsp;Community&nbsp;&nbsp;;url=/community/.overview/index.html;showmenu=menu_10004;image=/design_images/skjersaas_ski1_topnav_line.gif;");
        aI("text=&nbsp;&nbsp;Getting Here&nbsp;&nbsp;;url=/Getting_Here/.overview/index.html;showmenu=menu_10006;image=/design_images/skjersaas_ski1_topnav_line.gif;");
	} 


        with(milonic=new menuname("menu_10002")){
        style=MenuStyle;
        
        aI("text=&nbsp;&nbsp;Ski Products&nbsp;&nbsp;;url=/ski_shop/ski_products/;");
        aI("text=&nbsp;&nbsp;Ski Clothing&nbsp;&nbsp;;url=/ski_shop/ski_clothing/;");
        aI("text=&nbsp;&nbsp;Rental Info&nbsp;&nbsp;;url=/ski_shop/rental_info/;");
        aI("text=&nbsp;&nbsp;Repair Shop&nbsp;&nbsp;;url=/ski_shop/repair_shop/;");
	} 


        with(milonic=new menuname("menu_10003")){
        style=MenuStyle;
        
        aI("text=&nbsp;&nbsp;Snowboard Products&nbsp;&nbsp;;url=/snowboard_shop/snowboard_products/;");
        aI("text=&nbsp;&nbsp;Snowboard Clothing&nbsp;&nbsp;;url=/snowboard_shop/snowboard_clothing/;");
        aI("text=&nbsp;&nbsp;Rental Info&nbsp;&nbsp;;url=/snowboard_shop/rental_info/;");
        aI("text=&nbsp;&nbsp;Repair Shop&nbsp;&nbsp;;url=/snowboard_shop/repair_shop/;");
	} 


        with(milonic=new menuname("menu_10004")){
        style=MenuStyle;
        
        aI("text=&nbsp;&nbsp;Lodging&nbsp;&nbsp;;url=/community/Lodging/;");
        aI("text=&nbsp;&nbsp;Restaurants&nbsp;&nbsp;;url=/community/Restaurants/;");
        aI("text=&nbsp;&nbsp;Rage Films&nbsp;&nbsp;;url=/community/Rage_Films/;");
	} 


        with(milonic=new menuname("menu_10006")){
        style=MenuStyle;
        
        aI("text=&nbsp;&nbsp;Air Travel / Services&nbsp;&nbsp;;url=/Getting_Here/Air_Travel__Service/;");
	} 

drawMenus();