/*---------------------------------------
General Settings
----------------------------------------*/

jWeb_sub_menu_width = 130
jWeb_sub_xy = "0,0"

jWeb_codebase = "/_includes/script/"
jWeb_urltarget = "_self"

jWeb_border_width = 0
jWeb_divider_height = 1
jWeb_border_color = "#FFFFFF"
jWeb_menu_bgcolor = "#CBCCD0"
jWeb_hl_bgcolor = "#FFA724"

jWeb_mouse_off_delay = 100

/*---------------------------------------
Browser Bug Fixes
----------------------------------------*/

jWeb_os9_ie5mac_offset_X = 0
jWeb_os9_ie5mac_offset_Y = 0

jWeb_osx_ie5mac_offset_X = 0
jWeb_osx_ie5mac_offset_Y = 0

jWeb_ie4mac_offset_X = -8
jWeb_ie4mac_offset_Y = -50

jWeb_nn4_reaload_after_resize = true
jWeb_nn4_resize_prompt_user = false
jWeb_nn4_resize_prompt_message = "To reinitialize the navigation menu please click the 'Reload' button."

/*---------------------------------------
Transition Effects (ie5.5 &up)
----------------------------------------*/

jWeb_sub_menu_effect = "none"
jWeb_sub_item_effect = "none"
jWeb_sub_menu_effect_duration = 1
jWeb_sub_item_effect_duration = .75

jWeb_effect_pixelate_maxsqare = 25
jWeb_effect_iris_irisstyle = "none"
jWeb_effect_checkerboard_squaresx = 14
jWeb_effect_checkerboard_squaresY = 14
jWeb_effect_checkerboard_direction = "none"

jWeb_sub_menu_opacity = 100
jWeb_dropshadow_color = "none"
jWeb_dropshadow_offx = 5
jWeb_dropshadow_offy = 5

/*---------------------------------------
Font, Margin, and Alignment
----------------------------------------*/

jWeb_textcolor = "#444444"
jWeb_fontfamily = "Arial"
jWeb_fontsize = 11
jWeb_fontsize_ie4 = 8
jWeb_textdecoration = "normal"
jWeb_fontweight = "normal"
jWeb_fontstyle = "normal"
jWeb_hl_textcolor = "#FFFFFF"
jWeb_hl_textdecoration = "none"

jWeb_margin_top = 1
jWeb_margin_bottom = 2
jWeb_margin_left = 5
jWeb_margin_right = 4
jWeb_text_alignment = "left"

/*---------------------------------------------
Optional event triggered custom function calls
----------------------------------------------*/

//jWeb_onload_code = "alert('custom function - onload')"

//jWeb_showmenu_code0 = "status = 'custom show menu function call - menu0'"
//jWeb_hidemenu_code0 = "status = 'custom hide menu function call - menu0'"
/*
jWeb_showmenu_code1 = "hide_fields()"
jWeb_hidemenu_code1 = "show_fields()"
jWeb_showmenu_code2 = "hide_fields()"
jWeb_hidemenu_code2 = "show_fields()"
jWeb_showmenu_code3 = "hide_fields()"
jWeb_hidemenu_code3 = "show_fields()"
jWeb_showmenu_code4 = "hide_fields()"
jWeb_hidemenu_code4 = "show_fields()"
*/
//jWeb_showmenu_code2 = "status = 'custom show menu function call - menu1'"
//jWeb_hidemenu_code2 = "status = 'custom hide menu function call - menu1'"
//jWeb_showmenu_code3 = "status = 'custom show menu function call - menu1'"
//jWeb_hidemenu_code3 = "status = 'custom hide menu function call - menu1'"
//jWeb_showmenu_code4 = "status = 'custom show menu function call - menu1'"
//jWeb_hidemenu_code4 = "status = 'custom hide menu function call - menu1'"

/*
var hide_these_fields = new Array();

function hide_fields() {
	for(hs_i=0;hs_i<hide_these_fields.length;hs_i++) {
		if(document.layers) {
			hide_these_fields[hs_i].visibility = "hidden";
		} else {
			hide_these_fields[hs_i].style.visibility = "hidden";
		}
	}
}

function show_fields() {
	for(hs_i=0;hs_i<hide_these_fields.length;hs_i++) {
		if(document.layers) {
			hide_these_fields[hs_i].visibility = "visible";
		} else {
			hide_these_fields[hs_i].style.visibility = "visible";
		}
	}
}
*/

//jWeb_clickitem_code0_0 = "alert('custom Function - Menu Item 0_0')"
//jWeb_clickitem_code2_0 = "alert('custom Function - Menu Item 2_0')"

/*---------------------------------------
Relative Positioned Icons
----------------------------------------*/

//jWeb_icon_image0 = "pics/arrow.gif"
//jWeb_icon_rollover0 = "pics/arrow.gif"
//jWeb_icon_image_wh0 = "11,16"

//jWeb_icon_image1 = "pics/arrow.gif"
//jWeb_icon_rollover1 = "pics/arrow.gif"
//jWeb_icon_image_wh1 = "13,10"

/*---------------------------------------
Absolute positioned Icons
----------------------------------------*/

/*
jWeb_2nd_icon_image0 = "http://hansenstree.com/pics/arrow.gif"
jWeb_2nd_icon_rollover0 = "pics/arrow_on.gif"
jWeb_2nd_icon_image_wh0 = "6,13"
jWeb_2nd_icon_image_xy0 = "0,2"

jWeb_2nd_icon_image1 = "http://hansenstree.com/pics/arrow.gif"
jWeb_2nd_icon_rollover1 = "pics/arrow_on.gif"
jWeb_2nd_icon_image_wh1 = "6,13"
jWeb_2nd_icon_image_xy1 = "0,2"
*/

/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/

jWeb_show_urls_statusbar = false

//jWeb_status_text0 = "Sample text - Main Menu Item 0"
//jWeb_status_text1 = "Sample text - Main Menu Item 1"

//jWeb_status_text2_0 = "Sample text - Main Menu Item 1, Sub Item 0"
//jWeb_status_text2_0 = "Sample text - Main Menu Item 1, Sub Item 1"

/*---------------------------------------------
Main Menu Settings
-----------------------------------------------*/

jWeb_rollover_image0 = "/pics/nav/navon1.gif"
jWeb_rollover_wh0 = "52,22"
jWeb_url0 = "/index.html";

jWeb_rollover_image1 = "/pics/nav/navon2.gif"
jWeb_rollover_wh1 = "127,22"
jWeb_url1 = "/calendar/index.html";

jWeb_rollover_image2 = "/pics/nav/navon3.gif"
jWeb_rollover_wh2 = "62,22"
jWeb_url2 = "/tickets/index.html";

jWeb_rollover_image3 = "/pics/nav/navon4.gif"
jWeb_rollover_wh3 = "66,22"
jWeb_url3 = "/seating/";

jWeb_rollover_image4 = "/pics/nav/navon5.gif"
jWeb_rollover_wh4 = "51,22"
jWeb_url4 = "/news/index.html";

jWeb_rollover_image5 = "/pics/nav/navon6.gif"
jWeb_rollover_wh5 = "55,22"
jWeb_url5 = "/about/index.html?ssection=guest_services";

jWeb_rollover_image6 = "/pics/nav/navon7.gif"
jWeb_rollover_wh6 = "89,22"
jWeb_url6 = "/contact/index.html?ssection=general";


/*---------------------------------------------
Sub Menu Settings
-----------------------------------------------*/

// MENU #1


/*
jWeb_sub_xy0 = "-50,30"
jWeb_sub_menu_width0 = 120
jWeb_subdesc0_0 = "sub 1"
jWeb_subdesc0_1 = "sub 2"
jWeb_subdesc0_2 = "sub 3"
jWeb_subdesc0_3 = "sub 4"
jWeb_subdesc0_4 = "sub 5"
jWeb_icon_index0_0 = 0
jWeb_url0_0 = "/"
jWeb_url0_1 = "/"
jWeb_url0_2 = "/"
jWeb_url0_3 = "/"
jWeb_url0_4 = "/"
*/


// MENU #2
/*
jWeb_sub_xy1 = "-122,30"
jWeb_sub_menu_width1 = 120
jWeb_subdesc1_0 = "sub 1"
jWeb_subdesc1_1 = "sub 2"
jWeb_subdesc1_2 = "sub 3"
jWeb_subdesc1_3 = "sub 4"
jWeb_subdesc1_4 = "sub 5"
//jWeb_2nd_icon_index1_0 = 0
jWeb_url1_0 = "/calendar/"
jWeb_url1_1 = "/calendar/"
jWeb_url1_2 = "/calendar/"
jWeb_url1_3 = "/calendar/"
jWeb_url1_4 = "/calendar/"
*/

// SUBMENUS #2

/*
jWeb_sub_xy1_0 = "-4,2"
jWeb_sub_menu_width1_0 = 120
jWeb_subdesc1_0_0 = "sub sub 1"
jWeb_subdesc1_0_1 = "sub sub 2"
jWeb_subdesc1_0_2 = "sub sub 3"
jWeb_subdesc1_0_3 = "sub sub 4"
//jWeb_icon_index1_0_0 = 0
//jWeb_icon_index1_0_1 = 0
//jWeb_icon_index1_0_2 = 0
//jWeb_icon_index1_0_3 = 0
jWeb_url1_0_0 = ""
jWeb_url1_0_1 = ""
jWeb_url1_0_2 = ""
jWeb_url1_0_3 = ""
*/

// MENU #3

jWeb_sub_xy2 = "-55,30"
jWeb_sub_menu_width2 = 120
jWeb_subdesc2_0 = "Ticket Office"
jWeb_subdesc2_1 = "MetroTix"
//jWeb_icon_index2_0 = 0
jWeb_url2_0 = "/tickets/index.html"
jWeb_url2_1 = "javascript:open_window1('http://www.metrotix.com', '800', '600');"



// MENU #4

jWeb_sub_xy3 = "-59,30"
jWeb_sub_menu_width3 = 120
jWeb_subdesc3_0 = "General Seating"
jWeb_subdesc3_1 = "Quarter House"
jWeb_subdesc3_2 = "Half-House"
jWeb_subdesc3_3 = "End Stage"
jWeb_subdesc3_4 = "In The Round"
jWeb_subdesc3_5 = "Sports"
jWeb_icon_index3_0 = 0
jWeb_url3_0 = "/seating/index.html"
jWeb_url3_1 = "/seating/index.html?ssection=quarter_house"
jWeb_url3_2 = "/seating/index.html?ssection=half_house"
jWeb_url3_3 = "/seating/index.html?ssection=end_stage"
jWeb_url3_4 = "/seating/index.html?ssection=in_the_round"
jWeb_url3_5 = "/seating/index.html?ssection=sports"


// MENU #5
/*
jWeb_sub_xy4 = "-45,30"
jWeb_sub_menu_width4 = 120
jWeb_subdesc4_0 = "sub 1"
jWeb_subdesc4_1 = "sub 2"
jWeb_subdesc4_2 = "sub 3"
jWeb_subdesc4_3 = "sub 4"
jWeb_subdesc4_4 = "sub 5"
jWeb_icon_index4_0 = 0
jWeb_url4_0 = "/news/"
jWeb_url4_1 = "/news/"
jWeb_url4_2 = "/news/"
jWeb_url4_3 = "/news/"
jWeb_url4_4 = "/news/"
*/

// MENU #6

jWeb_sub_xy5 = "-50,30"
jWeb_sub_menu_width5 = 120
jWeb_subdesc5_0 = "Arena Specifications"
jWeb_subdesc5_1 = "Guest Services"
jWeb_subdesc5_2 = "Disabled Services"
jWeb_subdesc5_3 = "Concessions"
jWeb_subdesc5_4 = "Catering"
jWeb_subdesc5_5 = "Employment"
jWeb_subdesc5_6 = "Sponsor/Advertisers"
jWeb_subdesc5_7 = "Promoter"
jWeb_subdesc5_8 = "Photo Gallery"
jWeb_subdesc5_9 = "Parking Information"
jWeb_subdesc5_10 = "Parking Tips"
jWeb_subdesc5_10 = "Area Attractions"
//jWeb_subdesc5_9 = "River Otters"
//jWeb_subdesc5_10 = "RiverCity Rage"
jWeb_icon_index5_0 = 0
jWeb_url5_0 = "/about/index.html?ssection=arena_specs"
jWeb_url5_1 = "/about/index.html?ssection=guest_services"
jWeb_url5_2 = "/about/index.html?ssection=disabled_services"
jWeb_url5_3 = "/about/index.html?ssection=concessions"
jWeb_url5_4 = "/about/index.html?ssection=catering"
jWeb_url5_5 = "/about/index.html?ssection=employment"
jWeb_url5_6 = "/about/index.html?ssection=sponsor"
jWeb_url5_7 = "/about/index.html?ssection=promoter"
jWeb_url5_8 = "/gallery/index.html"
jWeb_url5_9 = "/about/index.html?ssection=parkingInfo"
jWeb_url5_10 = "/about/index.html?ssection=parkingTips"
jWeb_url5_10 = "/local-info.php"
//jWeb_url5_9 = "/about/index.html?ssection=otters"
//jWeb_url5_10 = "/about/index.html?ssection=rage"

// MENU #7

jWeb_sub_xy6 = "-82,30"
jWeb_sub_menu_width6 = 120
jWeb_subdesc6_0 = "General Contact"
jWeb_subdesc6_1 = "Directions"
jWeb_icon_index6_0 = 0
jWeb_url6_0 = "/contact/index.html?ssection=general"
jWeb_url6_1 = "/contact/index.html?ssection=directions"