
// Pop-Up Menu Definitions
var m01out = new Array();
var m01d = new Array();

//Number of items in each submenu
var m01subs = new Array(2, 11, 2, 5, 3, 9, 6, 2, 3, 4, 2, 5);

var m01prefix = "m01";
var m01divs = new Array();
var m01layers = new Array();
var m01pointer = "&#8250;";

var m01prevLayerID = "0";
var m01prevLayer = 0;

var m01prevItemID = "";
var m01prevCase = 0;

//Time delay variables
// Pop-up Menu Hide Delay in Milliseconds
var m01timerMs = 1000;
var m01timerID = null;
var m01timerOn = false;

var m01top =  m01subs.length; //Set to "0" if there are no submenus
var m01arr1 = 0;

// Dynamically creates the arrays that are used for Submenus
if (m01top > 0){
while (m01arr1 < m01top)
    {
        m01d[m01arr1] = new Array();
        var m01arr2 = 0;
        while (m01arr2 < m01subs[m01arr1])
        {
            m01d[m01arr1][m01arr2] = new Array();
			m01arr2++;
        }
    m01arr1++;
	}

// Stores Submenu Elements

// Begin Inside IT
m01d[0][0][0] = "IT Update (Newsletter)";
m01d[0][0][1] = "https://it.troy.edu/itupdate/";
m01d[0][0][2] = "_parent";
m01d[0][0][3] = "0";

m01d[0][1][0] = "IT Projects (ITAPS)";
m01d[0][1][1] = "https://it.troy.edu/ITAPS/";
m01d[0][1][2] = "_parent";
m01d[0][1][3] = "2";

// End Inside IT Menu


// Begin Student Menu
m01d[1][0][0] = "Blackboard";
m01d[1][0][1] = "https://it.troy.edu/students/blackboard.html";
m01d[1][0][2] = "_parent";
m01d[1][0][3] = "0";

m01d[1][1][0] = "E-mail";
m01d[1][1][1] = "https://it.troy.edu/students/email.html";
m01d[1][1][2] = "_parent";
m01d[1][1][3] = "0";

m01d[1][2][0] = "FAQ";
m01d[1][2][1] = "https://it.troy.edu/students/faq.html";
m01d[1][2][2] = "_parent";
m01d[1][2][3] = "0";

m01d[1][3][0] = "Internet";
m01d[1][3][1] = "https://it.troy.edu/students/internet.html";
m01d[1][3][2] = "_parent";
m01d[1][3][3] = "0";

m01d[1][4][0] = "Policies";
m01d[1][4][1] = "https://it.troy.edu/students/policies.html";
m01d[1][4][2] = "_parent";
m01d[1][4][3] = "0";

m01d[1][5][0] = "Security";
m01d[1][5][1] = "https://it.troy.edu/students/security.html";
m01d[1][5][2] = "_parent";
m01d[1][5][3] = "0";

m01d[1][6][0] = "Software";
m01d[1][6][1] = "https://it.troy.edu/students/software.html";
m01d[1][6][2] = "_parent";
m01d[1][6][3] = "0";

m01d[1][7][0] = "SOS (e2Campus)";
m01d[1][7][1] = "https://it.troy.edu/students/sos.html";
m01d[1][7][2] = "_parent";
m01d[1][7][3] = "0";

m01d[1][8][0] = "Support";
m01d[1][8][1] = "https://it.troy.edu/students/index.html";
m01d[1][8][2] = "_parent";
m01d[1][8][3] = "0";

m01d[1][9][0] = "WebCat (Libraries)";
m01d[1][9][1] = "https://it.troy.edu/students/libraries.html";
m01d[1][9][2] = "_parent";
m01d[1][9][3] = "0";

m01d[1][10][0] = "Web Express";
m01d[1][10][1] = "https://it.troy.edu/students/webexpress.html";
m01d[1][10][2] = "_parent";
m01d[1][10][3] = "2";
// End Student Menu

// Begin Blackboard Menu


m01d[2][0][0] = "Login";
m01d[2][0][1] = "http://troy.blackboard.com/";
m01d[2][0][2] = "_parent";
m01d[2][0][3] = "0";

m01d[2][1][0] = "Support";
m01d[2][1][1] = "http://www.troy.edu/bbhelp/";
m01d[2][1][2] = "_parent";
m01d[2][1][3] = "2";

// End Blackboard Menu

// Begin Datatel Menu
m01d[3][0][0] = "Support";
m01d[3][0][1] = "https://it.troy.edu/Staff/datatelsupport.htm";
m01d[3][0][2] = "_parent";
m01d[3][0][3] = "0";

m01d[3][1][0] = "Documentation";
m01d[3][1][1] = "https://it.troy.edu/Staff/Datatel/datatel_documentation.htm";
m01d[3][1][2] = "_parent";
m01d[3][1][3] = "0";

m01d[3][2][0] = "Datatel Query Request Form";
m01d[3][2][1] = "http://helpdesk.troy.edu";
m01d[3][2][2] = "_parent";
m01d[3][2][3] = "0";

m01d[3][3][0] = "New Datatel Account Request";
m01d[3][3][1] = "https://it.troy.edu/Staff/Datatel/datatel_vpn_request.htm";
m01d[3][3][2] = "_parent";
m01d[3][3][3] = "0";

m01d[3][4][0] = "Unidata Documentation";
m01d[3][4][1] = "https://it.troy.edu/Staff/Datatel/unidata_documentation.htm";
m01d[3][4][2] = "_parent";
m01d[3][4][3] = "2";
// End Datatel Menu

// Begin Document Imaging Menu
m01d[4][0][0] = "Support";
m01d[4][0][1] = "https://it.troy.edu/Staff/doc_image/index.htm";
m01d[4][0][2] = "_parent";
m01d[4][0][3] = "0";

m01d[4][1][0] = "Document Imaging Justification Form";
m01d[4][1][1] = "https://it.troy.edu/Staff/doc_image/document_imaging_justification_form.htm";
m01d[4][1][2] = "_parent";
m01d[4][1][3] = "0";

m01d[4][2][0] = "New Document Imaging Account Request";
m01d[4][2][1] = "https://it.troy.edu/cgi-bin/download.pl?doc_img/doc_image_request.htm";
m01d[4][2][2] = "_parent";
m01d[4][2][3] = "2";
// End Document Imaging Menu

// Begin e2Campus Menu
m01d[5][0][0] = "SOS/Emergency Information";
m01d[5][0][1] = "http://sos.troy.edu/";
m01d[5][0][2] = "_parent";
m01d[5][0][3] = "0";

m01d[5][1][0] = "Subscribe";
m01d[5][1][1] = "http://sos.troy.edu/subscribe.html";
m01d[5][1][2] = "_parent";
m01d[5][1][3] = "0";

m01d[5][2][0] = "Login";
m01d[5][2][1] = "http://sos.troy.edu/login.html";
m01d[5][2][2] = "_parent";
m01d[5][2][3] = "0";

m01d[5][3][0] = "Subscription Instructions";
m01d[5][3][1] = "https://it.troy.edu/e2campus/index.html";
m01d[5][3][2] = "_parent";
m01d[5][3][3] = "0";

m01d[5][4][0] = "Text Message Sign-Up Instructions";
m01d[5][4][1] = "https://it.troy.edu/e2campus/subscribe_sms.html";
m01d[5][4][2] = "_parent";
m01d[5][4][3] = "0";

m01d[5][5][0] = "E-mail Sign-Up Instructions";
m01d[5][5][1] = "https://it.troy.edu/e2campus/subscribe_email.html";
m01d[5][5][2] = "_parent";
m01d[5][5][3] = "0";

m01d[5][6][0] = "Revalidate Your Cell Phone Instructions";
m01d[5][6][1] = "https://it.troy.edu/e2campus/revalidate-sms.html";
m01d[5][6][2] = "_parent";
m01d[5][6][3] = "0";

m01d[5][7][0] = "Revalidate Your E-mail Instructions";
m01d[5][7][1] = "https://it.troy.edu/e2campus/revalidate-email.html";
m01d[5][7][2] = "_parent";
m01d[5][7][3] = "0";

m01d[5][8][0] = "e2Campus Help Desk Request Form";
m01d[5][8][1] = "https://it.troy.edu/forms/e2campus/index.html";
m01d[5][8][2] = "_parent";
m01d[5][8][3] = "2";
// End e2Campus Menu

// Begin E-mail Menu

m01d[6][0][0] = "Login";
m01d[6][0][1] = "https://mail.troy.edu/";
m01d[6][0][2] = "_parent";
m01d[6][0][3] = "0";

m01d[6][1][0] = "Support";
m01d[6][1][1] = "https://it.troy.edu/email.html";
m01d[6][1][2] = "_parent";
m01d[6][1][3] = "0";

m01d[6][2][0] = "Webmail Help";
m01d[6][2][1] = "https://mail.troy.edu/help/apps/brands/@/locale/en_US.ISO_8859-1/webmail/FramesLayout.html";
m01d[6][2][2] = "_parent";
m01d[6][2][3] = "0";

m01d[6][3][0] = "Faculty/Staff New E-mail Request Form";
m01d[6][3][1] = "https://it.troy.edu/forms/email/faculty_email.html";
m01d[6][3][2] = "_parent";
m01d[6][3][3] = "0";

m01d[6][4][0] = "Request to Reset E-mail Password";
m01d[6][4][1] = "https://it.troy.edu/email/index.html";
m01d[6][4][2] = "_parent";
m01d[6][4][3] = "0";

m01d[6][5][0] = "Help With E-mail Request Form";
m01d[6][5][1] = "http://helpdesk.troy.edu";
m01d[6][5][2] = "_parent";
m01d[6][5][3] = "2";
//End E-mail Menu

// Begin Help Desk Menu
m01d[7][0][0] = "Support";
m01d[7][0][1] = "https://it.troy.edu/Staff/Helpdesk.htm";
m01d[7][0][2] = "_parent";
m01d[7][0][3] = "0";

m01d[7][1][0] = "Help Desk Request Form";
m01d[7][1][1] = "http://helpdesk.troy.edu";
m01d[7][1][2] = "_parent";
m01d[7][1][3] = "2";
// End Help Desk Menu

// Begin Network Menu
m01d[8][0][0] = "Support";
m01d[8][0][1] = "https://it.troy.edu/networking/index.htm";
m01d[8][0][2] = "_parent";
m01d[8][0][3] = "0";

m01d[8][1][0] = "Login/Impulse";
m01d[8][1][1] = "https://it.troy.edu/networking/nac.html";
m01d[8][1][2] = "_parent";
m01d[8][1][3] = "0";

m01d[8][2][0] = "Wireless Access";
m01d[8][2][1] = "https://it.troy.edu/networking/networking-wireless.html";
m01d[8][2][2] = "_parent";
m01d[8][2][3] = "2";
// End Network Menu

// Begin Security Menu
m01d[9][0][0] = "Overview";
m01d[9][0][1] = "https://it.troy.edu/security/index.htm";
m01d[9][0][2] = "_parent";
m01d[9][0][3] = "0";

m01d[9][1][0] = "End User PC Security Best Practices";
m01d[9][1][1] = "https://it.troy.edu/best_practices/end-user-pc-security.html";
m01d[9][1][2] = "_parent";
m01d[9][1][3] = "0";

m01d[9][2][0] = "Virus Information";
m01d[9][2][1] = "https://it.troy.edu/Virus_Info/virusinfo.htm";
m01d[9][2][2] = "_parent";
m01d[9][2][3] = "0";

m01d[9][3][0] = "Security Information for Students";
m01d[9][3][1] = "https://it.troy.edu/students/security.html";
m01d[9][3][2] = "_parent";
m01d[9][3][3] = "2";
// End Security Menu

// Begin Web Development Menu
m01d[10][0][0] = "Support";
m01d[10][0][1] = "https://it.troy.edu/webdevelopment/";
m01d[10][0][2] = "_parent";
m01d[10][0][3] = "0";

m01d[10][1][0] = "List of Webmasters";
m01d[10][1][1] = "https://it.troy.edu/cgi-bin/download.pl?intranet/webdevelopment/webmasters.htm";
m01d[10][1][2] = "_parent";
m01d[10][1][3] = "2";
// End Web Development Menu

// Begin Web Express Menu
m01d[11][0][0] = "Login";
m01d[11][0][1] = "http://www.troy.edu/webexpress.htm";
m01d[11][0][2] = "_parent";
m01d[11][0][3] = "0";

m01d[11][1][0] = "Support";
m01d[11][1][1] = "https://trojanweb.troy.edu/WebAdvisor/html/contactus.html";
m01d[11][1][2] = "_parent";
m01d[11][1][3] = "0";

m01d[11][2][0] = "Web Express Help Desk Request Form";
m01d[11][2][1] = "http://helpdesk.troy.edu";
m01d[11][2][2] = "_parent";
m01d[11][2][3] = "0";

m01d[11][3][0] = "Reset IE 6 Only Web Settings (Graphical)";
m01d[11][3][1] = "https://it.troy.edu/Staff/Datatel/reset_ie_for_webadvisor.htm";
m01d[11][3][2] = "_parent";
m01d[11][3][3] = "0";

m01d[11][4][0] = "Reset IE 6 Only Web Settings (Text-Only) ";
m01d[11][4][1] = "https://it.troy.edu/Staff/Datatel/reset_ie_for_webadvisor_text_version.htm";
m01d[11][4][2] = "_parent";
m01d[11][4][3] = "2";

// End Web Development Menu


	initvars(m01prefix);

	var m01layercnt = m01divs.length;
}