﻿
/*
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=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // 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="#ccd3e5";
oncolor="#00247d";
offbgcolor="#ccd3e5";
offcolor="#646462";
padding=3;
menuwidth="70%";
menuheight="50%"
fontsize="68%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
separatorcolor="#ffb50c"
separatorsize="0"
pagecolor="black";
pagebgcolor="#c3c4c4";
headercolor="#7B7B73";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=320;
left=10;
alwaysvisible=1;
orientation="vertical";
aI("image=images/home/nav/logosquare.gif;text=Budget Documents;target=_parent;sourceframe=main;showmenu=Budgets;");
aI("image=images/home/nav/logosquare.gif;text=Budget Calendar;target=_parent;sourceframe=main;url=/PRM/PDF/BudgetCal09-10.pdf;");
aI("image=images/home/nav/logosquare.gif;text=Apply for Jobs;target=_parent;sourceframe=main;url=/PRM/Apply.html;");
aI("image=images/home/nav/logosquare.gif;text=Benefits;target=_parent;sourceframe=main;url=/PRM/EmployeeBenefits.html;showmenu=Benefits;");
aI("image=images/home/nav/logosquare.gif;text=Employee Relations;target=_parent;sourceframe=main;url=/PRM/EmployeeRelations.html;showmenu=Employee;");
aI("image=images/home/nav/logosquare.gif;text=HR Policies;target=_parent;sourceframe=main;url=/PRM/HrPolicies.html;");
aI("image=images/home/nav/logosquare.gif;text=Training;target=_parent;sourceframe=main;url=/PRM/trainingmission.html");
aI("image=images/home/nav/logosquare.gif;text=Organization Chart;target=_parent;sourceframe=main;url=/PRM/PDF/Org2009.pdf;");
aI("image=images/home/nav/logosquare.gif;text=Executive Director Bio;target=_parent;sourceframe=main;url=/PRM/AboutDirector.html;");
}

drawMenus();



