_scrollAmount=0      // Used for Netscape 4 scrolling
_scrollDelay=0	     // Used for Netscape 4 scrolling

_menuCloseDelay=500  // The delay for menus to remain visible on mouse off
_menuOpenDelay=0   // The delay for opening menus on mouse over
_subOffsetTop=0;     // Sub menu offset Top position
_subOffsetLeft=0;  // Sub menu offset Left position

with(style1=new mm_style()){
	onbgcolor="#2E53BC";
	oncolor="#ffffff";
	offbgcolor="#000099";
	offcolor="#ffffff";
	bordercolor="#ffffff";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#ffffff";
	separatorsize="1";
	padding=5;
	fontsize="9px";
	fontstyle="normal";
	fontweight="bold";
	fontfamily="Verdana, Arial, Helvetica, sans-serif";
	headercolor="#ffffff";
	headerbgcolor="#000099";
	subimage="images/arrow.gif";
	subimagepadding="2";
	overfilter="Fade(duration=0);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=2)";
	outfilter="randomdissolve(duration=0)";
}

with(style2=new mm_style()){
	/*onbgcolor="#669966";*/
	oncolor="#ffff99";
	/*offbgcolor="#CCCC99";*/
	offcolor="#ffffff";
	bordercolor="#ffffff";
	borderstyle="solid";
	separatorcolor="#ffffff";
	separatorsize="1";
	padding="5";
	fontsize="9px";
	fontstyle="normal";
	fontweight="bold";
	fontfamily="Verdana, Arial, Helvetica, sans-serif";
	subimagepadding="2";
}

// <------------------- S T A R T    O F   M E N U   I T E M S ------------------------>

with(milonic=new menuname("Main Menu")){
	screenposition="right";
	align="center";
	style=style2;
	alwaysvisible=1;
	orientation="horizontal";
	position="relative";
	itemheight=18;
	aI("text=SITES;url=group_locations/Group_Sites.htm;target=MainFrame;");
	aI("text=SKILLS;url=dme_skills.htm;target=MainFrame;");
	aI("text=FINANCIAL;url=dme_financial.htm;target=MainFrame;");
	aI("text=LOCATIONS;url=dme_locations.htm;target=MainFrame;");

}


with(milonic=new menuname("home")){
	itemwidth=176;
	style=style1;
	orientation="vertical";
	itemheight=18;
	aI("text=&nbsp;HOME;url=content_iframe/dme_main.htm;target=iframe;");
	aI("text=&nbsp;BACK TO DME GROUP WEBSITE;url=http://www.dmegroup.com.au;");
}


with(milonic=new menuname("about us")){
	itemwidth=160;
	style=style1;
	orientation="vertical";
	itemheight=18;
	aI("text=&nbsp;ORGANISATION CHART;url=org_chart/dme-eng_org.htm;target=iframe;");
	aI("text=&nbsp;MISSION AND VALUES;url=content_iframe/dme_mission.htm;target=iframe;");
	aI("text=&nbsp;SERVICE STANDARDS;url=content_iframe/dme_service_standard.htm;target=iframe;");
	aI("text=&nbsp;TESTEMONIALS;url=content_iframe/dme_testemonials.htm;target=iframe;");
}


with(milonic=new menuname("services")){
	itemwidth=160;
	style=style1;
	orientation="vertical";
	itemheight=18;
	aI("text=&nbsp;SAMPLE PROJECTS;url=content_iframe/dme_sample_projects.htm;target=iframe;");
	aI("text=&nbsp;DESIGN AND DRAFTING;url=content_iframe/dme_design_drafting.htm;target=iframe;");
}


with(milonic=new menuname("policies")){
	itemwidth=210;
	style=style1;
	orientation="vertical";
	itemheight=18;
	aI("text=&nbsp;HEALTH, SAFETY AND ENVIRONMENT;url=content_iframe/dme_hs_e.htm;target=iframe;");
	aI("text=&nbsp;QUALITY ASSURANCE;url=content_iframe/dme_quality_policy.htm;target=iframe;");
	aI("text=&nbsp;FREQUENTLY ASKED QUESTIONS;url=content_iframe/dme_faq.htm;target=iframe;");
	aI("text=&nbsp;PRIVACY POLICY;url=content_iframe/dme_privacy_policy.htm;target=iframe;");
	aI("text=&nbsp;QUALITY CERTIFICATIONS;url=content_iframe/dme_quality_certification.htm;target=iframe;");
}


with(milonic=new menuname("contact")){
	itemwidth=180;
	style=style1;
	orientation="vertical";
	itemheight=18;
	aI("text=&nbsp;DETAILS;url=content_iframe/dme_contact.htm;target=iframe;;");
	aI("text=&nbsp;EMPLOYMENT APPLICATION;url=content_iframe/dme_employment_form.htm;target=iframe;");

}


with(milonic=new menuname("news")){
	itemwidth=180;
	style=style1;
	orientation="vertical";
	itemheight=18;
	aI("text=&nbsp;UPCOMING PROJECTS;url=content_iframe/dme_upcoming_projects.htm;target=iframe;;");
	aI("text=&nbsp;BUSINESS DEVELOPMENT;url=content_iframe/dme_business_development.htm;target=iframe;");
	aI("text=&nbsp;STAFF NEWS;url=content_iframe/dme_staff_news.htm;target=iframe;;");
	aI("text=&nbsp;SOCIAL EVENTS;url=content_iframe/dme_social_events.htm;target=iframe;");


}

with(milonic=new menuname("links")){
	itemwidth=190;
	style=style1;
	orientation="vertical";
	itemheight=18;
	aI("text=&nbsp;MEMBER ASSOCIATIONS;url=content_iframe/dme_member_associate.htm;target=iframe;");
	aI("text=&nbsp;OTHER LINKS;url=content_iframe/dme_links.htm;target=iframe;");

}

drawMenus();
