﻿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;

with (menuStyle = new mm_style()) {
    styleid = 1;
    align = "left";
    fontfamily = "Verdana, Tahoma, Arial";
    fontsize = "8pt";
    fontweight = "bold";
    headerbgcolor = "#ffffff";
    headercolor = "#000000";
    offcolor = "#707070";
    oncolor = "#000000";
    opendelay = 500;
    padding = 4;
    pagecolor = "black";
}

with (subMenuStyle = new mm_style()) {
    styleid = 1;
    align = "left";
    fontfamily = "Verdana, Tahoma, Arial";
    fontsize = "8pt";
    fontweight = "bold";
    headerbgcolor = "#ffffff";
    headercolor = "#000000";
    itemheight = "23";
    offbgcolor = "#E8E9F9";
    onbgcolor = "#E8E9F9";
    offcolor = "#707070";
    oncolor = "#000000";
    padding = 2;
    pagecolor = "black";
    separatorsize = "1";
    borderwidth = "1";
}

with (subSubMenuStyle = new mm_style()) {
    styleid = 1;
    align = "left";
    fontfamily = "Verdana, Tahoma, Arial";
    fontsize = "8pt";
    fontweight = "bold";
    headerbgcolor = "#ffffff";
    headercolor = "#000000";
    itemheight = "23";
    offbgcolor = "#E8E9F9";
    onbgcolor = "#E8E9F9";
    offcolor = "#707070";
    oncolor = "#000000";
    pagecolor = "black";
    padding = 5;
}

with (milonic = new menuname("Main Menu")) {
    alwaysvisible = 1;
    orientation = "vertcal";
    style = menuStyle;
    aI("text=Overview;url=" + gm_RootPrefix + "/Products/Default.aspx;");
    aI("showmenu=S_Core;text=Student Management Suite<br />(SMS);url=" + gm_RootPrefix + "/Products/SMSDefault.aspx;");
    aI("showmenu=S_Int;text=Integrated SMS Modules;url=" + gm_RootPrefix + "/Products/Student/SIDefault.aspx;");
    aI("showmenu=F_HR_Core;text=School Business Suite (SBS);url=" + gm_RootPrefix + "/Products/SBSDefault.aspx;");
    aI("showmenu=F_HR_Int;text=Integrated SBS Modules;url=" + gm_RootPrefix + "/Products/SBSInt.aspx;");
    aI("showmenu=SReporting;text=State Reporting;url=" + gm_RootPrefix + "/Products/StateReporting.aspx;");
    aI("showmenu=pDWA;text=District Wide Reporting;url=" + gm_RootPrefix + "/Products/DWA.aspx");
    aI("text=Mobile Solutions;url=" + gm_RootPrefix + "/Products/MobileSolutions.aspx");
    aI("text=Proven, Powerful Database;url=" + gm_RootPrefix + "/Products/Proven.aspx");
}

with (milonic = new menuname("S_Core")) {
    style = subMenuStyle;
    aI("text=Attendance;url=" + gm_RootPrefix + "/Products/Student/SCAttendance.aspx;");
    aI("text=Census/Demographics;url=" + gm_RootPrefix + "/Products/Student/SCCensus.aspx;");
    aI("text=Data Mining;url=" + gm_RootPrefix + "/Products/Student/SCDataMining.aspx;");
    aI("text=Discipline;url=" + gm_RootPrefix + "/Products/Student/SIDiscipline.aspx;");
    aI("text=District-to-District Student Transfer;url=" + gm_RootPrefix + "/Products/Student/SIDistrictToDistrict.aspx;");
    aI("text=Educator Access +;url=" + gm_RootPrefix + "/Products/Student/SCEducatorAccessPlus.aspx;");
    aI("text=Gifted and Talented;url=" + gm_RootPrefix + "/Products/Student/SCGiftedTalented.aspx;");
    aI("text=Grading/Transcripts;url=" + gm_RootPrefix + "/Products/Student/SCGradingTrans.aspx;");
    aI("text=Open Enrollment Tracking;url=" + gm_RootPrefix + "/Products/Student/SCOpenEnrollmentTracking.aspx;");
    aI("text=Pocket PaC;url=" + gm_RootPrefix + "/Products/Student/SCPocketPac.aspx;");
    aI("text=Scheduling;url=" + gm_RootPrefix + "/Products/Student/SCScheduling.aspx;");
    aI("text=SkyPort;url=" + gm_RootPrefix + "/Products/Student/SISkyport.aspx;");
    aI("text=Student Activities;url=" + gm_RootPrefix + "/Products/Student/SCStudentActivities.aspx;");
    aI("text=Vivid Image Plus;url=" + gm_RootPrefix + "/Products/Student/SCVividImagePlus.aspx;");
}

with (milonic = new menuname("S_Int")) {
    style = subMenuStyle;
    aI("text=e-Sign;url=" + gm_RootPrefix + "/Products/Student/SIeSign.aspx;");
    aI("text=EduTrack;url=" + gm_RootPrefix + "/Products/Student/SIEduTrack.aspx;");
    aI("text= Family & Student Access;url=" + gm_RootPrefix + "/Products/Student/SIFamStuAccess.aspx;");
    aI("text=Fee Management;url=" + gm_RootPrefix + "/Products/Student/SIFeeManagement.aspx;");
    aI("text=Food Service;url=" + gm_RootPrefix + "/Products/Student/SIFoodService.aspx;");
    aI("text=Graduation Requirements;url=" + gm_RootPrefix + "/Products/Student/SIGraduationRequirements.aspx;");
    aI("text=Health Records;url=" + gm_RootPrefix + "/Products/Student/SIHealthRecords.aspx;");
    aI("text=Lesson Plans;url=" + gm_RootPrefix + "/Products/Student/SILessonPlans.aspx;");
    aI("text=Secondary GradeBook;url=" + gm_RootPrefix + "/Products/Student/SISecondaryGradebook.aspx;");
    aI("text=Sky2Go;url=" + gm_RootPrefix + "/Products/Student/SISky2Go.aspx;");
    aI("text=Skylert;url=" + gm_RootPrefix + "/Products/Student/SISkylert.aspx;");
    aI("text=Special Education;url=" + gm_RootPrefix + "/Products/Student/SISpecialEd.aspx;");
    aI("text=Standards-Based GradeBook;url=" + gm_RootPrefix + "/Products/Student/SIStandardsGradebook.aspx;");
    aI("text=Textbook Tracking;url=" + gm_RootPrefix + "/Products/Student/SITextbookTracking.aspx;");
}

with (milonic = new menuname("F_HR_Core")) {
    style = subMenuStyle;
    aI("text=Accounts Payable;url=" + gm_RootPrefix + "/Products/Finance/FCAccountsPayable.aspx;");
    aI("text=ACH &#45; Direct Deposit;url=" + gm_RootPrefix + "/Products/HR/HCACHDirectDeposit.aspx;");
    aI("text=Budget Management;url=" + gm_RootPrefix + "/Products/Finance/FCBudgeManagement.aspx;");
    aI("text=Data Mining;url=" + gm_RootPrefix + "/Products/HR/HCDataMining.aspx;");
    aI("text=e&#45;Commerce;url=" + gm_RootPrefix + "/Products/Finance/FCECommerce.aspx;");
    aI("text=General Ledger;url=" + gm_RootPrefix + "/Products/Finance/FIGeneralLedger.aspx;");
    aI("text=Payroll;url=" + gm_RootPrefix + "/Products/HR/HCPayroll.aspx;");
    aI("text=Project/Grant Management;url=" + gm_RootPrefix + "/Products/Finance/FIProject.aspx;");
    aI("text=Purchasing;url=" + gm_RootPrefix + "/Products/Finance/FCPurchasing.aspx;");
    aI("text=Time Off Accrual;url=" + gm_RootPrefix + "/Products/HR/HCTimeOffAccrual.aspx;");
    aI("text=Vivid Image Plus;url=" + gm_RootPrefix + "/Products/HR/HCVividImagePlus.aspx;");
}

with (milonic = new menuname("F_HR_Int")) {
    style = subMenuStyle;
    aI("text=Accounts Receivable;url=" + gm_RootPrefix + "/Products/Finance/FIAccountsReceivable.aspx;");
    aI("text=Automatic Check Reconciliation;url=" + gm_RootPrefix + "/Products/Finance/FICheckRecon.aspx;");
    aI("text=Bid Management;url=" + gm_RootPrefix + "/Products/Finance/FIBidManagement.aspx;");
    aI("text=e&#45;Sign;url=" + gm_RootPrefix + "/Products/HR/HIESign.aspx;");
    aI("text=Employee Access;url=" + gm_RootPrefix + "/Products/HR/HIEmployeeAccess.aspx;");
    aI("text=Employee Management;url=" + gm_RootPrefix + "/Products/HR/HIEmployeeManagement.aspx;");
    aI("text=Employee Review;url=" + gm_RootPrefix + "/Products/HR/HIEmployeeReview.aspx;");
    aI("text=FastTrack;url=" + gm_RootPrefix + "/Products/HR/HIFastTrack.aspx;");
    aI("text=Fixed Assets;url=" + gm_RootPrefix + "/Products/Finance/FIFixedAssets.aspx;");
    aI("text=Flex Benefits;url=" + gm_RootPrefix + "/Products/HR/HIFlexBenefits.aspx;");
    aI("text=Insurance Tracking;url=" + gm_RootPrefix + "/Products/HR/HIInsuranceTracking.aspx;");
    aI("text=Inventory;url=" + gm_RootPrefix + "/Products/Finance/FIInventory.aspx;");
    aI("text=Salary Negotiations;url=" + gm_RootPrefix + "/Products/HR/HISalaryNegotiations.aspx;");
    aI("text=School&#45;Based Activity Accounting;url=" + gm_RootPrefix + "/Products/Finance/FISchoolBased.aspx;");
    aI("text=Substitute Tracking;url=" + gm_RootPrefix + "/Products/HR/HISubstituteTracking.aspx;");
    aI("text=TrueTime;url=" + gm_RootPrefix + "/Products/HR/HITrueTime.aspx;");
    aI("text=Work Request;url=" + gm_RootPrefix + "/Products/Finance/FIWorkRequest.aspx;");
}

with (milonic = new menuname("SReporting")) {
    style = subMenuStyle;
    aI("text=Florida;url=" + gm_RootPrefix + "/DeptDocs/Marketing/Public Website/Product_Briefs/State_Reports/FL_State_Reporting.pdf;target=_blank;");
    aI("text=Idaho;url=" + gm_RootPrefix + "/DeptDocs/Marketing/Public Website/Product_Briefs/State_Reports/ID_State_Reporting.pdf;target=_blank;");
    aI("text=Illinois;url=" + gm_RootPrefix + "/DeptDocs/Marketing/Public Website/Product_Briefs/State_Reports/IL_State_Reporting.pdf;target=_blank;");
    aI("text=Indiana;url=" + gm_RootPrefix + "/DeptDocs/Marketing/Public Website/Product_Briefs/State_Reports/IN_State_Reporting.pdf;target=_blank;\");");
    aI("text=Kansas;url=" + gm_RootPrefix + "/DeptDocs/Marketing/Public Website/Product_Briefs/State_Reports/KS_State_Reporting.pdf;target=_blank;");
    aI("text=Michigan;url=" + gm_RootPrefix + "/DeptDocs/Marketing/Public Website/Product_Briefs/State_Reports/MI_State_Reporting.pdf;target=_blank;");
    aI("text=Minnesota;url=" + gm_RootPrefix + "/DeptDocs/Marketing/Public Website/Product_Briefs/State_Reports/MN_State_Reporting.pdf;target=_blank;");
    aI("text=Missouri;url=" + gm_RootPrefix + "/DeptDocs/Marketing/Public Website/Product_Briefs/State_Reports/MO_State_Reporting.pdf;target=_blank;");
    aI("text=New Jersey;url=" + gm_RootPrefix + "/DeptDocs/Marketing/Public Website/Product_Briefs/State_Reports/NJ_State_Reporting.pdf;target=_blank;");
    aI("text=New Mexico;url=" + gm_RootPrefix + "/DeptDocs/Marketing/Public Website/Product_Briefs/State_Reports/NM_State_Reporting.pdf;target=_blank;");
    aI("text=Pennsylvania;url=" + gm_RootPrefix + "/DeptDocs/Marketing/Public Website/Product_Briefs/State_Reports/PA_State_Reporting.pdf;target=_blank;");
    aI("text=South Dakota;url=" + gm_RootPrefix + "/DeptDocs/Marketing/Public Website/Product_Briefs/State_Reports/SD_State_Reporting.pdf;target=_blank;");
    aI("text=Tennessee;url=" + gm_RootPrefix + "/DeptDocs/Marketing/Public Website/Product_Briefs/State_Reports/TN_State_Reporting.pdf;target=_blank;");
    aI("text=Texas;url=" + gm_RootPrefix + "/DeptDocs/Marketing/Public Website/Product_Briefs/State_Reports/TX_State_Reporting.pdf;target=_blank;");
    aI("text=Utah;url=" + gm_RootPrefix + "/DeptDocs/Marketing/Public Website/Product_Briefs/State_Reports/UT_State_Reporting.pdf;target=_blank;");
    aI("text=Washington (WSIPC);url=http://www.wsipc.org;target=_blank;");
    aI("text=Wisconsin;url=" + gm_RootPrefix + "/DeptDocs/Marketing/Public Website/Product_Briefs/State_Reports/WI_State_Reporting.pdf;target=_blank;");
}

with (milonic = new menuname("pDWA")) {
    style = subMenuStyle;
    aI("text=Data Warehouse;url=" + gm_RootPrefix + "/Products/DataWarehouse.aspx;");
    aI("text=Data Mining;url=" + gm_RootPrefix + "/Products/DataMining.aspx;");
    aI("text=Crystal Reports;url=" + gm_RootPrefix + "/Products/CrystalReports.aspx;");
}

drawMenus();
