/*---------------------------------------
General Settings
----------------------------------------*/

jWeb_sub_menu_width = 125
jWeb_sub_xy = "0,0"

jWeb_codebase = "/_js_menu/script/"
jWeb_urltarget = "_self"

jWeb_border_width = 1
jWeb_divider_height = 1
jWeb_border_color = "#ffffff"
jWeb_menu_bgcolor = "#99cc66"
jWeb_hl_bgcolor = "#669933"

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 = "#ffffff"
jWeb_fontfamily = "Verdana"
jWeb_fontsize = 10
jWeb_fontsize_ie4 = 9
jWeb_textdecoration = "normal"
jWeb_fontweight = "normal"
jWeb_fontstyle = "normal"
jWeb_hl_textcolor = "#ffffff"
jWeb_hl_textdecoration = "none"

jWeb_margin_top = 5
jWeb_margin_bottom = 5
jWeb_margin_left = 7
jWeb_margin_right = 7
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/nav01_on.gif"
jWeb_rollover_wh0 = "74,32"
jWeb_url0 = "/index.php";

jWeb_rollover_image1 = "../pics/nav/nav02_on.gif"
jWeb_rollover_wh1 = "74,32"
jWeb_url1 = "/ourproduct.php";

jWeb_rollover_image2 = "/pics/nav/nav03_on.gif"
jWeb_rollover_wh2 = "74,32"
jWeb_url2 = "/advertise.php";

jWeb_rollover_image3 = "/pics/nav/nav04_on.gif"
jWeb_rollover_wh3 = "74,32"
jWeb_url3 = "/golfcourse.php";

jWeb_rollover_image4 = "/pics/nav/nav05_on.gif"
jWeb_rollover_wh4 = "74,32"
jWeb_url4 = "/career.php";

jWeb_rollover_image5 = "/pics/nav/nav06_on.gif"
jWeb_rollover_wh5 = "74,32"
jWeb_url5 = "/contact.php";

jWeb_rollover_image6 = "/pics/nav/nav03_on.gif"
jWeb_rollover_wh6 = "74,32"
jWeb_url6 = "/advertise.php";


/*---------------------------------------------
Sub Menu Settings
-----------------------------------------------*/

// MENU #1 - HOME


/*
jWeb_sub_xy0 = "-79,27"
jWeb_sub_menu_width0 = 135
jWeb_subdesc0_0 = "History"
jWeb_subdesc0_1 = "News"
jWeb_subdesc0_2 = "Board of Directors"
jWeb_subdesc0_3 = "Medical Advisory Board"
jWeb_subdesc0_4 = "Staff"
jWeb_subdesc0_5 = "Fact Sheet"
jWeb_subdesc0_6 = "Annual Report"
jWeb_subdesc0_7 = "Frequently Asked Questions"
jWeb_icon_index0_0 = 0
jWeb_url0_0 = "/about/history.html"
jWeb_url0_1 = "/news/index.html"
jWeb_url0_2 = "/about/bod.html"
jWeb_url0_3 = "/about/med_advisory.html"
jWeb_url0_4 = "/about/staff.html"
jWeb_url0_5 = "/about/fact_sheet.html"
jWeb_url0_6 = "/about/annual_report.html"
jWeb_url0_7 = "/faq/index.html"
*/

/*
// MENU #2 - Media Products


jWeb_sub_xy1 = "-74,31"
jWeb_sub_menu_width1 = 74
jWeb_subdesc1_0 = "Product"
//jWeb_subdesc1_1 = "Patent Info"
jWeb_2nd_icon_index1_0 = 0
jWeb_2nd_icon_index1_1 = 0
jWeb_url1_0 = "/ourproduct.php"
//jWeb_url1_1 = "/patent.php"
*/


// SUBMENUS #2

/*
jWeb_sub_xy1_0 = "-4,2"
jWeb_sub_menu_width1_0 = 120

jWeb_subdesc1_0_0 = "Tree Care and Removal"
jWeb_subdesc1_0_1 = "Firewood"
jWeb_subdesc1_0_2 = "Lot Clearing"
//jWeb_subdesc1_0_3 = "Yard Waste Drop Off"
//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 = "http://hansenstree.com/services/index.html?ssection=tree_care"
jWeb_url1_0_1 = "http://hansenstree.com/services/index.html?ssection=firewood"
jWeb_url1_0_2 = "http://hansenstree.com/services/index.html?ssection=lot_clearing"
//jWeb_url1_0_3 = "services/index.html?ssection=r_yard_waste"

jWeb_sub_xy1_1 = "-4,2"
jWeb_sub_menu_width1_1 = 120

jWeb_subdesc1_1_0 = "Tree Care and Removal"
jWeb_subdesc1_1_1 = "Firewood"
jWeb_subdesc1_1_2 = "Mulch"
jWeb_subdesc1_1_3 = "Tub Grinder Services"
jWeb_subdesc1_1_4 = "Pallet Services"
jWeb_subdesc1_1_5 = "Lawn Care"
//jWeb_icon_index1_1_0 = 0
//jWeb_icon_index1_1_1 = 0
//jWeb_icon_index1_1_2 = 0
//jWeb_icon_index1_1_3 = 0
//jWeb_icon_index1_1_4 = 0
jWeb_url1_1_0 = "http://hansenstree.com/services/index.html?ssection=tree_care"
jWeb_url1_1_1 = "http://hansenstree.com/services/index.html?ssection=firewood"
jWeb_url1_1_2 = "http://hansenstree.com/services/index.html?ssection=mulch"
jWeb_url1_1_3 = "http://hansenstree.com/services/index.html?ssection=tub_grinder"
jWeb_url1_1_4 = "http://hansenstree.com/services/index.html?ssection=pallet"
jWeb_url1_1_5 = "http://hansenstree.com/services/index.html?ssection=lawn_care"
*/

// MENU #3 - ADVERTISING

/*
jWeb_sub_xy2 = "-80,19"
jWeb_sub_menu_width2 = 160
jWeb_subdesc2_0 = "Advertising Programs"
jWeb_subdesc2_1 = "Professional Media Services"
//jWeb_icon_index2_0 = 0
jWeb_url2_0 = "/advertising/advertising_programs.html"
jWeb_url2_1 = "/advertising/media_services.html"
*/

// MENU #4 - MERCHANTS
/*
jWeb_sub_xy3 = "-103,31"
jWeb_sub_menu_width3 = 103
jWeb_subdesc3_0 = "Course Info"
//jWeb_subdesc3_1 = "About Our Service"
//jWeb_subdesc3_2 = "Sign Up"
jWeb_icon_index3_0 = 0
jWeb_url3_0 = "/golfcourse.php"
//jWeb_url3_1 = "/merchant/merchant_info.html"
//jWeb_url3_2 = "/advertising/setup_rates.php"
*/

// MENU #5 - AFFILIATES
/*
jWeb_sub_xy4 = "-83,31"
jWeb_sub_menu_width4 = 83
jWeb_subdesc4_0 = "Career Info"
//jWeb_subdesc4_1 = "Career Info"
jWeb_icon_index4_0 = 0
jWeb_icon_index4_1 = 0
jWeb_url4_0 = "/career.php"
//jWeb_url4_1 = "/career.php"
*/

// MENU #6 - ABOUT
/*
jWeb_sub_xy5 = "-92,31"
jWeb_sub_menu_width5 = 92
jWeb_subdesc5_0 = "Contact Us"
//jWeb_subdesc5_1 = "Contact Us"
jWeb_icon_index5_0 = 0
jWeb_icon_index5_1 = 0
jWeb_url5_0 = "/contact.php"
//jWeb_url5_1 = "/about/contact.html"
*/

// MENU #7 - Video Support
/*
jWeb_sub_xy6 = "-91,31"
jWeb_sub_menu_width6 = 160
jWeb_subdesc6_0 = "Advertising Programs"
jWeb_subdesc6_1 = "Available Markets"
jWeb_subdesc6_2 = "Demographics"
//jWeb_subdesc6_3 = "Case Studies"
jWeb_subdesc6_3 = "1.877.VINYL VISOR"
jWeb_icon_index6_0 = 0
jWeb_icon_index6_1 = 0
jWeb_url6_0 = "/advertise.php"
jWeb_url6_1 = "/markets.php"
jWeb_url6_2 = "/golfmarket.php"
//jWeb_url6_3 = "/casestudies.php"
jWeb_url6_3 = "/contact.php"
*/