
/*
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=300           // The time delay for menus to remain visible on mouse out

_menuOpenDelay=30 		// The time delay before menus open on mouse over

_subOffsetTop=10              // Sub menu top offset

_subOffsetLeft=-10		// Sub menu left offset







with(menuStyle=new mm_style()){

onbgcolor="#23375D";

oncolor="#ffffff";

offbgcolor="#23375D";

offcolor="#CCCCCC";

bordercolor="#205197";

borderstyle="solid";

borderwidth=0;

separatorcolor="#23375D";

separatorsize="25";

padding=4;

fontsize="13";

fontweight="bold";

fontfamily="Arial, Verdana, Tahoma";

pagecolor="#ffffff";

pagebgcolor="#23375D";

headercolor="#000000";

headerbgcolor="#23375D";




}

with(submenuStyle=new mm_style()){

onbgcolor="#23375D";

oncolor="#ffffff";

offbgcolor="#EBEAEA";

offcolor="#000000";

bordercolor="#858585";

borderstyle="solid";

borderwidth=1;

separatorcolor="#858585";

separatorsize="1";

padding=5;

fontsize="11";

fontweight="normal";

fontfamily="Verdana, Arial, Verdana, Tahoma ";

pagecolor="black";

pagebgcolor="#999999";

headercolor="#000000";

headerbgcolor="#205197";

overfilter="Fade(duration=0.2);Alpha(opacity=100);";

subimage="/images/arrow.gif";




}



with(milonic=new menuname("Main Menu")){


style=menuStyle;

top=75;

right=30;

alwaysvisible=1;

orientation="horizontal";


aI("text=Home;url=/index.shtml;");

aI("text=About Us;url=/profile.shtml;showmenu=about;");

aI("text=Products;showmenu=products;");

aI("text=Industry Solutions;url=/solutions.shtml;showmenu=solutions;");

aI("text=Services;url=/services.shtml;showmenu=services;");

aI("text=Training;url=/training.shtml;showmenu=training;");

aI("text=News & Events;url=/events.shtml;showmenu=solutionsnews;");

aI("text=Contact Us;url=/cgi-bin/service.cgi;showmenu=contact;");


}


with(milonic=new menuname("about")){

top=98;
left=70;
style=submenuStyle;
position="absolute";
aI("text=Company Profile;url=/profile.shtml");
aI("text=The Team;url=/profile-team.shtml");
aI("text=Testimonials;url=/testimonials.shtml");
aI("text=Client Profiles;url=/client_profiles.shtml");
aI("text=Careers;url=/careers.shtml");


}

with(milonic=new menuname("products")){

top=98;
left=160;
style=submenuStyle;
position="absolute";
aI("text=Sage Timberline Office;url=/sage_timberline_office.shtml;");
aI("text=Sage Master Builder;url=/sage_master_builder.shtml;");
aI("text=Meridian Prolog;url=/prolog/index.shtml;");
aI("text=Field2Base;url=/field2base.shtml;");
aI("text=OnCenter;url=/oncenter.shtml;");
aI("text=Piracle;url=/piracle.shtml;");
aI("text=MyAssistant;url=/myassistant.shtml;");
aI("text=Event1Software;url=/event1software.shtml;");
aI("text=Sage FAS;url=/sage_fas.shtml;");
aI("text=Sage PLM;url=/sage_plm.shtml;");
aI("text=TimberScan;url=/timberscan.shtml;");
aI("text=Digital Business Integration;url=/digital-business-integration.shtml;");
aI("text=WinEst;url=/WinEst.shtml;");
aI("text=Demo Center;url=/demo-center.shtml;");
aI("text=Product Webinars;url=/webinars.shtml;");
aI("text=Payroll Services;url=/payroll-services.shtml;");
}


with(milonic=new menuname("solutions")){

top=98;
left=245;
style=submenuStyle;
position="absolute";
aI("text=Commercial/Industrial;url=/sol-com.shtml;");
aI("text=Real Estate Developer;url=/sol-dev.shtml;");
aI("text=Real Estate Manager;url=/sol-man.shtml;");
aI("text=Residential Builder;url=/sol-build.shtml;");
aI("text=Specialty & Service Contractor;url=/sol-spec.shtml;");
}


with(milonic=new menuname("services")){

top=98;
left=395;
style=submenuStyle;
position="absolute";
aI("text=Consulting Services;url=/serv-con.shtml;");
aI("text=Custom Services;url=/serv-cus.shtml;");
aI("text=Special Consulting Services;url=/serv-speci.shtml;");
aI("text=Training Courses;url=/serv-train.shtml;");
aI("text=Web Services;url=/serv-web.shtml;");


}


with(milonic=new menuname("training")){

top=98;
left=480;
style=submenuStyle;
position="absolute";
aI("text=Training Classes;url=/training.shtml;");


}


with(milonic=new menuname("solutionsnews")){

top=98;
left=565;
style=submenuStyle;
position="absolute";
aI("text=Client Communication;url=/newsletter.shtml;");
aI("text=News;url=/news.shtml;");
aI("text=Events;url=/events.shtml;");

}

with(milonic=new menuname("contact")){

top=98;
left=690;
style=submenuStyle;
position="absolute";
aI("text=Contact Info;url=/contact.shtml");
aI("text=Directions to Our Office;url=/directions.shtml");
aI("text=Request Service;url=/cgi-bin/service.cgi;");
aI("text=Get a Quote;url=/cgi-bin/quote.cgi;");



}




drawMenus();



