<!-- HUMAN RESOURCES MENU -->
<!-- don't need to edit this -->
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=2;
_subOffsetLeft=-2;



<!-- these change colors and fonts -->
with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="85%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#091B59";
offcolor="#ffffff";
onbgcolor="#F0AE00";
oncolor="#000099";
outfilter="randomdissolve(duration=0.1)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=1)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="../js/images/arrow.gif";
subimagepadding=2;
}

<!-- edit the showmenu= to change the name of the main menu items and the text= for the description -->
<!-- turn off showmenu= if there is no submenu and add the URL here -->
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=14;
orientation="vertical";
style=menuStyle;
itemwidth=108;
top=150;
aI("status=Back To Home Page;text=VPBA Home;url=../vpba/index.html;");
aI("text=Tech. Services Home;url=../technologyServices/index.html;");
aI("text=E-mail Support;url=emailSupport.html;"); 
aI("text=Energy Savings;url=energySavings.html;");
aI("text=Gramm-Leach Bliley Act;url=glbAct.html"); 
aI("text=Hardware Support;url=hardwareSupport.html");
aI("text=Information Security Standards;url=informationSecurityStandards.html");
aI("text=Staff;url=staff.html;"); 
aI("text=New Phone System;url=http://www.tamu-commerce.edu/TechnologyServices/PhoneSystem/Default.aspx;")
aI("showmenu=Telecommunications;text=Telephone & Voicemail;url=#;")
}


<!-- the menus below are called by the showmenu= listed in the main menu above -->
with(milonic=new menuname("Telecommunications")){
overflow="scroll";
style=menuStyle;
aI("text=Dialing Instructions;url=dialing.html;")
aI("text=Long Distance Access;url=longDistance.html;")
aI("text=Service Rates and Equipment Costs;url=equipmentCosts.html;")
aI("text=Special Services;url=specialServices.html;")
aI("text=Telephone Services;url=telephoneServices.html;")
aI("text=Single line;url=singleline.html;")
aI("text=Multi Line;url=multiline.html;")
aI("text=Voice Mail;url=voicemail.html;")

}

/*	

with(milonic=new menuname("Employment")){
style=menuStyle;
aI("text=Employment Main Page;url=employment.html;");
aI("text=Search Procedures;url=employment_1.html;")
aI("text=EEO/Affirmative Action;url=employment_1.html#eeo;")
aI("showmenu=ClassificationCompensation;text=Classification & Compensation;url=employment_1.html#class;")
aI("text=Employee Benefits;url=employment_1.html#bene;");
aI("text=Employee Relations;url=employment_1.html#rela;")
aI("text=Performance Appraisals;url=employment_1.html#perf;")
aI("text=New Employee Orientation;url=employment_1.html#orie;")
aI("text=Employee Handbook;url=employment_1.html#book;")
}

<!-- Submenu for Employment: Classification & Compensation -->
		with(milonic=new menuname("ClassificationCompensation")){
	overflow="scroll";
	style=menuStyle;
	aI("text=Job Descriptions;url=#;")
	aI("text=Salary Increase Info. FY '02;url=#;")
	aI("text=Salary Increase Info. FY '03;url=#;")
	aI("text=Equity Adjustment;url=#;")
	}

with(milonic=new menuname("TrainingDevelopment")){
style=menuStyle;
aI("text=Employee Scholarship Program;url=training_1.html;");
aI("text=Needs Assessment Survey;url=http://www.tamu-commerce.edu/hreeo/survey/TrainingNeeds.asp;target=blank;");
}


*/


drawMenus();


