/***********************************************************************************
* Art Center at Night Navigation Variables
* Updated: 03/03/03 [de]
* REMOVE COMMENTS FOR FASTER LOADING!!!		
***********************************************************************************/

	var NoOffFirstLineMenus=15;			// Number of first level items
	var LowBgColor='#BF9957';			// Background color when mouse is not over
	var LowSubBgColor='#BF9957';		// Background color when mouse is not over on subs
	var HighBgColor='#F5E6CA';			// Background color when mouse is over
	var HighSubBgColor='#F5E6CA';		// Background color when mouse is over on subs
	var FontLowColor='#000000';			// Font color when mouse is not over
	var FontSubLowColor='#000000';			// Font color subs when mouse is not over
	var FontHighColor='#000000';			// Font color when mouse is over
	var FontSubHighColor='#000000';			// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="arial"				// Font family menu items
	var FontSize=9;					// Font size menu items
	var FontBold=1;					// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';			// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=251;				// Menu offset x coordinate
	var StartLeft=-1;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=6;				// LEFT padding
	//var RightPaddng=4;
	var TopPaddng=3;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['/atnight/images/tri2.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

var base_server = getServerBase();
var secure_server = getSecureBase();
var wa_context = getWaContext();

var webadvisor_url = secure_server + wa_context;
var wa_page_url = base_server + "/atnight/SetWAPage.jsp";

var home_url = base_server + "/atnight/main.jsp";

Menu1=new Array("home",home_url,"",0,20,110);

var menu_news = base_server + "/atnight/news_events/news.jsp";
var menu_events = base_server + "/atnight/news_events/events.jsp";

Menu2=new Array("news + events","","",2);
	Menu2_1=new Array("news", menu_news,"",0,20,146);
	Menu2_2=new Array("events", menu_events,"",0);

var menu_general_info_directions = base_server + "/atnight/general_info/directions.jsp";
var menu_general_info_faq = base_server + "/atnight/general_info/faqs.jsp";
var menu_general_info_campusweb = base_server + "/atnight/general_info/campusweb.jsp";
var menu_general_info_alumni = base_server + "/atnight/general_info/alumni.jsp";
var menu_general_info_catalog = base_server + "/atnight/general_info/catalog.jsp";
var menu_general_info_view_catalog = base_server + "/atnight/general_info/viewcatalog.jsp";
var menu_general_info_about = base_server + "/atnight/general_info/about.jsp";

Menu3=new Array("general info","","",7);
	Menu3_1=new Array("about", menu_general_info_about,"",0,20,146);
	Menu3_2=new Array("directions", menu_general_info_directions,"",0);
	Menu3_3=new Array("faq's", menu_general_info_faq,"",0);
	Menu3_4=new Array("campusweb", menu_general_info_campusweb,"",0);
	Menu3_5=new Array("alumni", menu_general_info_alumni,"",0);
	Menu3_6=new Array("request a catalog", menu_general_info_catalog,"",0);
	Menu3_7=new Array("view catalog pdf", menu_general_info_view_catalog,"",0);

var menu_browse_classes = base_server + "/atnight/coursedescription.jsp";
var menu_course = webadvisor_url + "?&type=P&pid=ST-XWNSTS027";
Menu4=new Array("courses","","",2);
	Menu4_1=new Array("course descriptions", menu_browse_classes,"",0,20,140);
	Menu4_2=new Array("register for courses", menu_course,"",0);

var menu_registration_by_mail = base_server + "/atnight/registration_info/by_mail.jsp";
var menu_registration_info_howto = base_server + "/atnight/registration_info/how_to.jsp";
var menu_registration_info_tuition = base_server + "/atnight/registration_info/tuition.jsp";
var menu_registration_info_discounts = base_server + "/atnight/registration_info/discounts.jsp";
var menu_registration_info_scholarships = base_server + "/atnight/registration_info/scholarships.jsp";
var menu_registration_info_classchanges = base_server + "/atnight/registration_info/class_changes.jsp";
var menu_registration_info_refunds = base_server + "/atnight/registration_info/refunds.jsp";
var menu_registration_info_international = base_server + "/atnight/registration_info/int_students.jsp";
var menu_registration_info_credit = base_server + "/atnight/registration_info/credit.jsp";
var menu_registration_info_1098t = base_server + "/atnight/registration_info/1098t.jsp";

var menu_calendar = base_server + "/atnight/registration_info/calendar.jsp";

Menu5=new Array("registration info","","",11);
	Menu5_1=new Array("how to register", menu_registration_info_howto,"",0,20,146);
	Menu5_2=new Array("calendar", menu_calendar,"",0);
	Menu5_3=new Array("tuition", menu_registration_info_tuition,"",0);
	Menu5_4=new Array("discounts", menu_registration_info_discounts,"",0);
	Menu5_5=new Array("scholarships", menu_registration_info_scholarships,"",0);
	Menu5_6=new Array("class adds & drops", menu_registration_info_classchanges,"",0);
	Menu5_7=new Array("refunds", menu_registration_info_refunds,"",0);
	Menu5_8=new Array("international students", menu_registration_info_international,"",0);
	Menu5_9=new Array("course credit", menu_registration_info_credit,"",0);
	Menu5_10=new Array("1098-T", menu_registration_info_1098t,"",0);
	Menu5_11=new Array("registration form", menu_registration_by_mail,"",0);

Menu6=new Array("calendar", menu_calendar,"",0,20,110);

var menu_faculty_search = base_server + "/atnight/faculty.jsp";
var menu_faculty_az = base_server + "/atnight/facultyindex.jsp";

Menu7=new Array("faculty","","",2);
	Menu7_1=new Array("search", menu_faculty_search,"",0,20,146);
	Menu7_2=new Array("a-z", menu_faculty_az,"",0);

var menu_contact = base_server + "/atnight/general_info/contact.jsp";
Menu8=new Array("contact", menu_contact,"",0,20,110);

var menu_gallery = base_server + "/atnight/gallery/gallery.jsp";
Menu9=new Array("gallery", menu_gallery,"",0,20,110);

var menu_video = base_server + "/atnight/video/featured_videos.jsp";
Menu10=new Array("videos", menu_video,"",0);

var menu_people_alumni = base_server + "/atnight/people/featured_alumni.jsp";
var menu_people_student = base_server + "/atnight/people/featured_students.jsp";
var menu_people_instructor = base_server + "/atnight/people/featured_instructors.jsp";

Menu11=new Array("people","","",3);
	Menu11_1=new Array("featured students", menu_people_student,"",0,20,146);
	Menu11_2=new Array("featured instructors", menu_people_instructor,"",0);
	Menu11_3=new Array("featured alumni", menu_people_alumni,"",0);

var menu_educational_partners = base_server + "/atnight/general_info/educational_partners.jsp";
Menu12=new Array("partners", menu_educational_partners,"",0);

var menu_registration_classes = wa_page_url + "?type=P&pid=ST-XWNSTS04C";
var menu_registration_schedule = wa_page_url + "?type=P&pid=ST-WESTS13A";

Menu13=new Array("my registration","","",2);
	Menu13_1=new Array("add & drop classes", menu_registration_classes,"",0,20,146);
	Menu13_2=new Array("my schedule", menu_registration_schedule,"",0);

var menu_my_account_new = wa_page_url + "?type=W&pid=UT-WNTW";
var menu_my_account_userid = wa_page_url + "?type=P&pid=CORE-WBCOS005";
var menu_my_account_password = "javascript: window.open('http://www.artcenter.edu/changepassword', '_new','width=640,height=640,location=yes,scrollbars=yes,status=yes,resizable=yes');";
var menu_my_account_changepassword = "javascript: window.open('http://www.artcenter.edu/changepassword', '_new','width=640,height=640,location=yes,scrollbars=yes,status=yes,resizable=yes');";
var menu_my_account_addresschange = wa_page_url + "?type=P&pid=CORE-XWNCOS002";

Menu14=new Array("my account","","",3);
	Menu14_1=new Array("my password", menu_my_account_password,"",0,20,146);
	Menu14_2=new Array("change password", menu_my_account_changepassword,"",0);
	Menu14_3=new Array("change address", menu_my_account_addresschange,"",0);
	
var menu_profile_summary = wa_page_url + "?type=P&pid=ST-XWNSTS01A";
var menu_profile_payment = wa_page_url + "?type=P&pid=ST-WESTS002";
var menu_profile_grades = wa_page_url + "?type=P&pid=ST-WESTS02A";
var menu_profile_transcripts = wa_page_url + "?type=P&pid=ST-WESTS01A";
var menu_profile_1098t = wa_page_url + "?type=P&pid=ST-WESTS030A";

Menu15=new Array("my profile","","",5);
	Menu15_1=new Array("account summary", menu_profile_summary,"",0,20,146);
	Menu15_2=new Array("make payment", menu_profile_payment,"",0);
	Menu15_3=new Array("grades", menu_profile_grades,"",0);
	Menu15_4=new Array("transcript", menu_profile_transcripts,"",0);
	Menu15_5=new Array("my 1098-T", menu_profile_1098t,"",0);

		
