
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/




_menuCloseDelay=350           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset


with(menuStyle=new mm_style()){


onbgcolor="#A8CB2F";
offcolor="#ffffcc";
offbgcolor="#A8CB2F";
oncolor="#515151";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=2;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#EDB923";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/jslib/arrow.gif";
subimagepadding="2";

}








with(milonic=new menuname("services")){
style=menuStyle;
top=5; 
aI("text=Offerings & Benefits;url=/seo-services-benefits.html");
aI("text=Our SEO Process;url=/seo-services-process.html");
aI("text=Website Audit;url=/website-audit.html");
aI("text=SEO & SEM Training;url=/seo-training.html");
aI("text=GIP Reporting;url=/seo-services-reports.html");
}

with(milonic=new menuname("clients")){
style=menuStyle;
top=5; 
aI("text=Clients & Industries;url=/seo-clients-industries.html");
aI("text=Case Studies;url=/seo-clients-case-studies.html");
aI("text=Testimonials;url=/seo-clients-testimonials.html");
}

with(milonic=new menuname("resources")){
style=menuStyle;
top=5; 
aI("text=A Profitable Web Site;url=/seo-resources-profitable-website.html");
aI("text=SEO Resource Links;url=/seo-resources-links.html");
aI("text=Industry Definitions;url=/seo-resources-industry-definitions.html");
aI("text=5 Steps to Success;url=/5-steps-to-success.pdf");
aI("text=Articles;url=/articles/");
}

with(milonic=new menuname("about")){
style=menuStyle;
top=5; 
aI("text=History;url=/aboutus.html");
aI("text=Team Leader;url=/martha-lee.html");
}
      // Sub menu left offset


drawMenus();

