fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#CCCC99";
borderstyle="solid";
borderwidth=1;
clickcolor="#996666";
fontfamily="Verdana, Tahoma, Arial";
fontsize="80%";
fontstyle="normal";
headerbgcolor="#CCCC99";
headercolor="#ffffff";
imageposition="middle";
menubgcolor="#ffffff";
offbgcolor="none";
offcolor="#996666";
onbgcolor="none";
oncolor="#006600";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
padding=4;
pagebgcolor="";
pagecolor="#006600";
separatorcolor="#CCCC99";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center,";
orientation="horizontal";
margin=4
style=menuStyle;
top=60;
aI("text=Home;url=index.htm;");
aI("showmenu=Web;text=Web Services;");
aI("showmenu=Hosting;text=Hosting;");
aI("showmenu=PPC;text=Pay Per Click;");
aI("showmenu=Consult;text=Consulting;");
aI("showmenu=Portfolio;text=Portfolio;");
aI("showmenu=Info;text=Company Information;");
}

with(milonic=new menuname("Web")){
overflow="scroll";
style=menuStyle;
aI("text=Site Design;url=site_design.htm;");
aI("text=Flash;url=flash.htm;");
aI("text=Optimization;url=seo.htm;");
}

with(milonic=new menuname("Hosting")){
style=menuStyle;
aI("text=Hosting;url=host.htm;");
aI("text=Hosting Packages;url=host_pak.htm;");
aI("text=Server Technologies;url=serv_tech.htm;");
aI("text=Hosting Platform;url=host_plat.htm;");
}

with(milonic=new menuname("PPC")){
style=menuStyle;
aI("text=Google;url=google.htm;");
aI("text=Overture;url=overture.htm;");
aI("text=Managed Pay Per Click;url=man_ppc.htm;");
}

with(milonic=new menuname("Consult")){
style=menuStyle;
aI("text=Successful Site Design;url=site_des_consult.htm;");
aI("text=Site Advertising;url=site_ad_consult.htm;");
aI("text=Search Engine Optimizaton;url=seo_consult.htm;");
}

with(milonic=new menuname("Portfolio")){
style=menuStyle;
aI("text=Alps Boulder Canyon Inn;url=http://www.alpsinn.com;");
aI("text=Alps Weddings;url=http://www.alpsweddings.com;");
aI("text=Boulder Inns;url=http:///www.boulderinns.com;");
}

with(milonic=new menuname("Info")){
style=menuStyle;
aI("text=Contact Us;url=contact.htm;");
aI("text=Company Profile;url=profile.htm;");
aI("text=Site Map;url=site_map.htm;");
aI("text=Links;url=links.htm;");
}

drawMenus();

