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=10;
_subOffsetLeft=-10;

with(submenuStyle=new mm_style()){
styleid=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="x-small";
fontweight="bold";
itemwidth=200;
headercolor="#000000";
offbgcolor="#4F4F35";
offcolor="#ffffff";
onbgcolor="#EB9E07";
oncolor="#ffffff";
//onsubimage="arrow3orange3d.gif";
outfilter="fade(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=99);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
separatorcolor="#ffffff";
separatorheight=1;
separatorpadding=0;
separatorsize=1;
}

with(menuStyle=new mm_style()){
//styleid=1;
//bordercolor="#4D4D4D";
//borderstyle="solid";
fontfamily="Verdana, Tahoma, Arial";
fontsize="x-small";
fontstyle="normal";
fontweight="bold";
//imagepadding=4;
itemwidth=170;
offbgcolor="#4F4F35";
offcolor="#ffffff";
onbgcolor="#EB9E07";
oncolor="#ffffff";
//ondecoration="underline";
padding=5;
//subimage="images/navigation/nav_arrow_on.gif";
//onsubimage="images/navigation/nav_arrow_on.gif";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
separatorcolor="#ffffff";
separatorheight=1;
separatorpadding=0;
separatorsize=1;
imagepadding=3;
//subimagepadding=10;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
//left=0;
orientation="vertical";
style=menuStyle;
//top=190;
aI("text=Web Design;status=web design services;url=web_design.asp;");
//aI("showmenu=Submenu1;text=Option2;");
aI("text=Search Engine Optimisation;status=search engine optimisation services;showmenu=seo;");
aI("text=Photography Services;status=Professional web photography services;url=photography.asp;");
aI("text=Corporate Branding;status=Developing a strong brand image;url=branding.asp;");
aI("text=Virtual Reality and Video;status=Virtual Reality and Panoramic photography;url=virtual_reality.asp;");
}

with(milonic=new menuname("seo")){
left="offset=8";
style=submenuStyle;
//top="offset=-4";
aI("text=search engine optimisation (SEO) introduction;status=An introduction to Search Engine Optimisation;url=search_engine_optimisation_intro.asp;")
aI("text=search engine web or internet marketing;url=search_engine_marketing.asp;");
aI("text=free search engine optimisation;url=search_engine_optimisation_free.asp;");
aI("text=enhanced SEO service package 1;url=search_engine_optimisation_package1.asp;");
aI("text=enhanced SEO service package 2;url=search_engine_optimisation_package2.asp;");
aI("text=articles on search engine optimisation and marketing;showmenu=articles;");
}

with(milonic=new menuname("articles")){
left="offset=8";
style=submenuStyle;
//top="offset=-4";
aI("text=Myths and Snake Oil Salesmen - Feb 07;url=search_engine_optimisation_article1.asp;")
}


drawMenus();


