// -----------------------------------------

// menu.js

// written by: Matthew Marksbury

// Menu System for ICCS website

// questions to mmarksbury@cabbagemania.com

// ----------------------------------------- 



// Menu Characteristics

var MenuColor = "#eeeeee";

var MenuHighlightColor = "#698bbc"; 

var MenuFont = "Verdana, Arial, Helvetica, sans-serif"; 

var MenuFontSize = "1";

var MenuFontColor = "black";

var SiteURL = "http://iccs.csumb.edu/";



// ICCS Website sections

var section = new Array();

section[0] = "placeholder"; // Do Not Edit this Line

section[1] = "academic";

section[2] = "community";

section[3] = "FPP";

section[4] = "FSS";

section[5] = "contact";



var placeholder = new Array();

var placeholder_link = new Array();



var academic = new Array();

var academic_link = new Array();

var community = new Array();

var community_link = new Array();

var FPP = new Array();

var FPP_link = new Array();

var FSS = new Array();

var FSS_link = new Array();

var contact = new Array();

var contact_link = new Array();



// Placeholder Layer -- DO NOT EDIT

placeholder[1] = "";

var placeholder_number = placeholder.length-1;



// Make links relative to site, not absolute

placeholder_link[1] = "";



// Layer Properties

placeholder_width = "1px";

placeholder_height = "1px";

placeholder_zindex = "1";

placeholder_left = "0px";

placeholder_top = "0px";



// Academic Section

academic[1] = "Major Learning Outcomes";

academic[2] = "Course Information";

academic[3] = "Graduation Requirements";

academic[4] = "Counseling and Advising";

academic[5] = "Postgraduate Opportunities";

var academic_number = academic.length-1;



// Make links relative to site, not absolute

academic_link[1] = "html/academic/pie/index.htm";

academic_link[2] = "html/academic/courses.html";

academic_link[3] = "html/academic/gradreq.html";

academic_link[4] = "html/academic/counadv.html";

academic_link[5] = "html/academic/postgrad.html";



// Layer Properties

academic_width = "171px";

academic_height = "37px";

academic_zindex = "1";

academic_left = "142px";

academic_top = "111px";

 

// COMMUNITY Section

community[1] = "Family Resource Center";

community[2] = "Regional Report on Welfare Reform";

community[3] = "Regional Resources and Data";

community[4] = "Related Internet Resources";

community[5] = "Resources for Working with At-Risk Youth";

community[6] = "Stuart Interprofessional Education Grant";

community[7] = "Matrix Evaluation Model";

var community_number = community.length-1;



// Make links relative to site, not absolute

community_link[1] = "html/famres/index.html";

community_link[2] = "html/welref/index.html";

community_link[3] = "html/regresdata.html";

community_link[4] = "html/relres.html";

community_link[5] = "html/riskyouth/index.html";

community_link[6] = "html/stuart/index.html";

community_link[7] = "html/index.htm";



// Layer Properties

community_width = "134px";

community_height = "63px";

community_zindex = "2";

community_left = "232px";

community_top = "111px";



// FPP Section

FPP[1] = "Program Description and Overview";

FPP[2] = "Program Guidelines";

FPP[3] = "Interprofessional Education Site Criteria";

FPP[4] = "Forms and Evaluations";

FPP[5] = "Recommended Terminology";

FPP[6] = "Major Learning Outcomes";

var FPP_number = FPP.length-1;



// Make links relative to site, not absolute

FPP_link[1] = "html/fpp/overview.html";

FPP_link[2] = "html/fpp/guidelines.html";

FPP_link[3] = "html/fpp/criteria.html";

FPP_link[4] = "html/fpp/forms.html";

FPP_link[5] = "html/fpp/terminology.html";

FPP_link[6] = "html/academic/pie/index.htm";



// Layer Properties

FPP_width = "143px";

FPP_height = "85px";

FPP_zindex = "3";

FPP_left = "332px";

FPP_top = "111px";



// FSS Section

FSS[1] = "ICCS Faculty";

FSS[2] = "ICCS Staff";

FSS[3] = "ICCS Students";

var FSS_number = FSS.length-1;



// Make links relative to site, not absolute

FSS_link[1] = "html/fss/faculty/faculty.html";

FSS_link[2] = "html/fss/staff/staff.html";

FSS_link[3] = "html/fss/students/students.html";



// Layer Properties

FSS_width = "170px";

FSS_height = "49px";

FSS_zindex = "4";

FSS_left = "506px";

FSS_top = "111px";



// CONTACT Section

contact[1] = "Contact a Staff or Faculty Member";

contact[2] = "Directions";

contact[3] = "Campus Map";

contact[4] = "Report Website Error";

var contact_number = contact.length-1;



// Make links relative to site, not absolute

contact_link[1] = "html/contact/contact.html";

contact_link[2] = "html/contact/directions.html";

contact_link[3] = "html/contact/map.pdf";

contact_link[4] = "html/contact/webreport.html";



// Layer Properties

contact_width = "126px";

contact_height = "70px";

contact_zindex = "5";

contact_left = "684px";

contact_top = "111px";