//**** DHTML Web Menu, (c) 2004, OpenCube Inc., - www.opencube.com ****
um0http = 1
function cdd_menu0(){
//////////////////////////Start Menu Data/////////////////////////////////
/**********************************************************************************************
Menu 0 - General Settings and Menu Structure
**See the menu_styles.css file for additional customization options**
***********************************************************************************************/
/*---------------------------------------------
Icon Images
---------------------------------------------*/
//Relative positioned icon images (flow with main menu or sub item text)
this.rel_icon_image0 = "../images/tab-admi-off.jpg"
this.rel_icon_rollover0 = "../images/tab-admi-on.jpg"
this.rel_icon_image_wh0 = "100,50"
this.rel_icon_image1 = "../images/tab-prog-off.jpg"
this.rel_icon_rollover1 = "../images/tab-prog-on.jpg"
this.rel_icon_image_wh1 = "100,50"
this.rel_icon_image2 = "../images/tab-gall-off.jpg"
this.rel_icon_rollover2 = "../images/tab-gall-on.jpg"
this.rel_icon_image_wh2 = "100,50"
this.rel_icon_image3 = "../images/tab-comm-off.jpg"
this.rel_icon_rollover3 = "../images/tab-comm-on.jpg"
this.rel_icon_image_wh3 = "100,50"
this.rel_icon_image4 = "../images/tab-news-sel-off.jpg"
this.rel_icon_rollover4 = "../images/tab-news-sel-on.jpg"
this.rel_icon_image_wh4 = "100,50"
// this.rel_icon_image5 = "../images/tab-insp-off.jpg"
// this.rel_icon_rollover5 = "../images/tab-insp-on.jpg"
// this.rel_icon_image_wh5 = "100,50"
//Absolute positioned icon images (coordinate positioned)
// this.abs_icon_image0 = "../images/bracket.gif"
// this.abs_icon_rollover0 = "../images/bracket.gif"
// this.abs_icon_image_wh0 = "101,29"
// this.abs_icon_image_xy0 = "-101,22"
/*---------------------------------------------
Divider Settings
---------------------------------------------*/
this.use_divider_caps = false //cap the top and bottom of each menu group
this.divider_width = 0 //applies to horizontal menus only
this.divider_height = 0 //applies to vertical menus only
/*---------------------------------------------
Menu Orientation and Sizing
---------------------------------------------*/
this.is_horizontal = false //false = vertical menus, true = horizontal menus
this.is_horizontal_main = true
this.menu_width = 100 //applies to vertical menus
this.menu_width_items = 100 //applies to items in a horizontal menu
//Padding Values
this.menu_padding_main = "0,0,0,0" //top, right, bottom, left
this.menu_padding_sub = "0,0,1,0"
this.item_padding_main = "0,0,0,0"
this.item_padding_sub = "6,6,5,9"
this.item_padding_sub0_2 = "0,0,0,0"
this.item_padding_sub1_4 = "0,0,0,0"
this.item_padding_sub2_2 = "0,0,0,0"
this.item_padding_sub3_8 = "0,0,0,0"
this.item_padding_sub4_4 = "0,0,0,0"
// this.item_padding_sub5_2 = "0,0,0,0"
//border Sizing
this.menu_border_main = 0
this.menu_border_sub = 0
this.item_border_main = 0
this.item_border_sub = 0
/*------------------------------------------------
Browser Workarounds
-------------------------------------------------*/
//Opera 5 & 6 - alternate HTML display (Opera 7 displays menu 100%)
this.opera_old_display_html = "Please update your opera browser.";
/*---------------------------------------------
Optional Style Sheet Class Name Association
---------------------------------------------*/
this.item_class0_0 = "menu-bg"
this.item_class0_1 = "menu-bg"
this.item_class1_0 = "menu-bg"
this.item_class1_1 = "menu-bg"
this.item_class1_2 = "menu-bg"
this.item_class1_3 = "menu-bg"
this.item_class2_0 = "menu-bg"
this.item_class2_1 = "menu-bg"
this.item_class3_0 = "menu-bg"
this.item_class3_1 = "menu-bg"
this.item_class3_2 = "menu-bg"
this.item_class3_3 = "menu-bg"
this.item_class3_4 = "menu-bg"
this.item_class3_5 = "menu-bg"
this.item_class3_6 = "menu-bg"
this.item_class3_7 = "menu-bg"
this.item_class4_0 = "menu-bg"
this.item_class4_1 = "menu-bg"
this.item_class4_2 = "menu-bg"
this.item_class4_3 = "menu-bg"
// this.item_class5_0 = "menu-bg"
// this.item_class5_1 = "menu-bg"
/*---------------------------------------------
Exposed Menu Events - Custom Script Attachment
---------------------------------------------*/
this.show_menu = "";
this.hide_menu = "";
/*---------------------------------------------
Main Menu Group and Items
---------------------------------------------*/
//Main Menu Group 0
this.item0 = " "
this.item1 = " "
this.item2 = " "
this.item3 = " "
this.item4 = " "
this.item5 = " "
this.icon_rel0 = 0
this.icon_rel1 = 1
this.icon_rel2 = 2
this.icon_rel3 = 3
this.icon_rel4 = 4
// this.icon_rel5 = 5
/*---------------------------------------------
Main Menu Group Links
---------------------------------------------*/
/*
this.url0 = '../show_admissions.php?s=5&t=1'
this.url1 = '../show_admissions.php?s=1&t=1'
this.url2 = '../gallery_main.php'
this.url3 = '../community.php?s=3'
this.url4 = '../news.php'
*/
/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/
//Sub Menu 0
this.menu_xy0 = "-99,50"
this.item0_0 = "Undergraduate"
this.item0_1 = "Graduate"
this.item0_2 = "
"
this.url0_0 = '../show_admissions.php?s=5&t=1'
this.url0_1 = '../show_admissions.php?s=6&t=1'
//Sub Menu 1
this.menu_xy1 = "-100,50"
this.item1_0 = "Undergraduate"
this.item1_1 = "Graduate"
this.item1_2 = "Pre-College"
this.item1_3 = "Facilities"
this.item1_4 = "
"
this.url1_0 = '../show_program.php?s=1&t=1'
this.url1_1 = '../show_program.php?s=2&t=1'
this.url1_2 = '../show_program.php?s=3&t=1'
this.url1_3 = '../show_program.php?s=4&t=1'
//Sub Menu 2
this.menu_xy2 = "-100,50"
this.item2_0 = "Current Exhibition"
this.item2_1 = "Permanent Archive"
this.item2_2 = "
"
this.url2_0 = '../gallery_main.php'
this.url2_1 = '../gallery_archive.php'
//Sub Menu 3
this.menu_xy3 = "-100,50"
this.item3_0 = "Undergraduate Students"
this.item3_1 = "Graduate Students"
this.item3_2 = "Faculty"
this.item3_3 = "Nierenberg Chair"
this.item3_4 = "Staff"
this.item3_5 = "Visitors"
this.item3_6 = "Alumni"
this.item3_7 = "IDSA/AIGA Chapters"
this.item3_8 = "
"
this.url3_0 = '../community.php?s=1'
this.url3_1 = '../community.php?s=2'
this.url3_2 = '../community.php?s=3'
this.url3_3 = '../community.php?s=7'
this.url3_4 = '../community.php?s=4'
this.url3_5 = '../community.php?s=5'
this.url3_6 = '../community.php?s=6'
this.url3_7 = '../community.php?s=8'
//Sub Menu 4
this.menu_xy4 = "-100,50"
this.item4_0 = "News"
this.item4_1 = "Design Jobs"
this.item4_2 = "Faculty/Staff Openings"
this.item4_3 = "Archives"
this.item4_4 = "
"
this.url4_0 = '../news.php'
this.url4_1 = '../jobs.php'
this.url4_2 = '../jobs_faculty.php'
this.url4_3 = '../archive.php'
//Sub Menu 5
// this.menu_xy5 = "-100,50"
// this.item5_0 = "Hmmmm..."
// this.item5_1 = "Kinda Empty"
// this.item5_2 = "
"
// this.url5_0 = '../index.php'
// this.url5_1 = '../index.php'
}
///////////////////////// END Menu Data /////////////////////////////////////////