
fixMozillaZIndex=true;
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(LeftMenueStyle=new mm_style()){	

	onclass="LeftMenueTextOn";
	offclass="LeftMenueTextOff";
	padding=2;
	itemwidth=195;
	itemheight=23;
}


with( LeftMenueSubStyle=new mm_style() ){	

	onclass  = "LeftSubMenueon";
	offclass = "LeftSubMenueOff";
	subimagepadding = 10;
	padding  = 3;
	bordercolor = "#ACABAB";
	borderstyle = "solid";
	borderwidth = 1;
	separatoralign="left";
	separatorcolor="#16183E";
	separatorwidth="100%";
}


	with(milonic=new menuname("Main Menu")){
style=LeftMenueStyle;
alwaysvisible=1;
orientation="vertical";


//aI("text=Accounting/Grants;showmenu=acct;");
//aI("text=Accounts Payable/Travel;showmenu=acctpay;");
//aI("text=Acquisitions;showmenu=Acquisitions;");
//aI("text=Budget;showmenu=budget;");
//aI("text=Bursar/Cashier;showmenu=bursar;");
//aI("text=Payroll;showmenu=payroll;");
//aI("text=SABO;showmenu=sabo;");
//aI("text=Fiscal Affairs Home;showmenu=index;");
aI("text=Accounting/Grants;url=acctgrants.htm;");
aI("text=Accounts Payable/Travel;url=AP.html;");
aI("text=Budget;url=budget.htm;");
aI("text=Bursar/Cashier;url=bursar.htm;");
aI("text=Payroll;url=payroll.htm;");
aI("text=Purchasing/Receiving;url=Acquisitions.htm;");
aI("text=Student Activities Business Office;url=sabo.htm;");
aI("text=Fiscal Affairs Home;url=index.htm;");
}
with(milonic=new menuname("acct")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=Accounting/Grants;url=acctgrants.htm;");
//aI("text=Accounting/Grants Staff;url=acctgrantsstaff.htm;");
}
with(milonic=new menuname("acctpay")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=Accounts Payable/Travel;url=accpay.htm;");
//aI("text=Accounts Payable Staff;url=accpaystaff.htm;");
}
with(milonic=new menuname("Acquisitions")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=Purchasing/Receiving;url=Acquisitions.htm;");
}
with(milonic=new menuname("budget")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=Budget;url=budget.htm;");
//aI("text=Budget Staff;url=budgetstaff.htm;");
}

with(milonic=new menuname("bursar")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=Bursar/Cashier;url=bursar.htm;");
//aI("text=Bursar/Cashier Staff;url=bursarstaff.htm;");
}

with(milonic=new menuname("payroll")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=Payroll;url=payroll.htm;");
//aI("text=Payroll Staff;url=payrollstaff.htm;");
}

with(milonic=new menuname("purch")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=Purchasing;url=purchasing.htm;");
//aI("text=Purchasing Staff;url=purchasingstaff.htm;");
}

with(milonic=new menuname("rec")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=Receiving;url=receiving.htm;");
//aI("text=Receiving Staff;url=receivingstaff.htm;");
}

with(milonic=new menuname("sabo")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=Sabo/Cashier;url=sabo.htm;");
aI("text=Sabo/Cashier Staff;url=sabostaff.htm;");
//aI("text=Deposit Slip;url=SABODepositSlip.dot;");
//aI("text=Signature Form;url=SABOSignatureForm-PolicyStatement.dot;");
//aI("text=Travel Protocol;url=SABOTravelProtocol.dot;");
//aI("text=Voucher;url=SABOVoucherForm.dot;");
}

drawMenus();

