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

jWeb_sub_menu_width = 130
jWeb_sub_xy = "0,0"

jWeb_codebase = "/_includes/script/"
jWeb_urltarget = "_self"

jWeb_border_width = 1
jWeb_divider_height = 2
jWeb_border_color = "#000000"
jWeb_menu_bgcolor = "#DDDDDD"
jWeb_hl_bgcolor = "#F6FF00"

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 = 90
jWeb_dropshadow_color = "none"
jWeb_dropshadow_offx = 5
jWeb_dropshadow_offy = 5

/*---------------------------------------
Font, Margin, and Alignment
----------------------------------------*/

jWeb_textcolor = "#000000"
jWeb_fontfamily = "Arial"
jWeb_fontsize = 11
jWeb_fontsize_ie4 = 8
jWeb_textdecoration = "normal"
jWeb_fontweight = "normal"
jWeb_fontstyle = "normal"
jWeb_hl_textcolor = "#1E1C1D"
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 = ""
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 = ""
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 = "72,21"
jWeb_url0 = "/store/index.html?db=games&submit=viewsubs";

jWeb_rollover_image1 = "/pics/nav/navon2.gif"
jWeb_rollover_wh1 = "56,21"
jWeb_url1 = "/store/index.html?db=video&submit=list";

jWeb_rollover_image2 = "/pics/nav/navon3.gif"
jWeb_rollover_wh2 = "46,21"
jWeb_url2 = "/store/index.html?db=bargain_bin&submit=list";

jWeb_rollover_image3 = "/pics/nav/navon4.gif"
jWeb_rollover_wh3 = "40,21"
jWeb_url3 = "/store/index.html?db=other&submit=viewsubs";

jWeb_rollover_image4 = "/pics/nav/playstation_2_on.gif"
jWeb_rollover_wh4 = "120,26"
jWeb_url4 = "/store/index.html?db=games&submit=list&platform=30044";

jWeb_rollover_image5 = "/pics/nav/xbox_on.gif"
jWeb_rollover_wh5 = "52,26"
jWeb_url5 = "/store/index.html?db=games&submit=list&platform=31090";

jWeb_rollover_image6 = "/pics/nav/gamecube_on.gif"
jWeb_rollover_wh6 = "92,26"
jWeb_url6 = "/store/index.html?db=games&submit=list&platform=30501";

jWeb_rollover_image7 = "/pics/nav/playstation_on.gif"
jWeb_rollover_wh7 = "110,26"
jWeb_url7 = "/store/index.html?db=games&submit=list&platform=31092";

jWeb_rollover_image8 = "/pics/nav/game_boy_on.gif"
jWeb_rollover_wh8 = "87,26"
jWeb_url8 = "/store/index.html?db=games&submit=list&platform=30046";

jWeb_rollover_image9 = "/pics/nav/other_platforms_on.gif"
jWeb_rollover_wh9 = "146,26"
jWeb_url9 = "/store/index.html?db=games&submit=viewsubs&platform=0";

jWeb_rollover_image10 = "/pics/nav/preowned_on.gif"
jWeb_rollover_wh10 = "93,26"
jWeb_url10 = "/store/index.html?db=other&submit=viewsubs";

jWeb_rollover_image11 = "/pics/nav/game_accessories_on.gif"
jWeb_rollover_wh11 = "150,26"
jWeb_url11 = "/store/index.html?db=accessories&submit=list";

jWeb_rollover_image12 = "/pics/nav/strategy_guides_on.gif"
jWeb_rollover_wh12 = "137,26"
jWeb_url12 = "/store/index.html?db=guides&submit=list";

jWeb_rollover_image13 = "/pics/nav/about_on.gif"
jWeb_rollover_wh13 = "63,26"
jWeb_url13 = "/about/index.html";

jWeb_rollover_image14 = "/pics/nav/slackers_merch_on.gif"
jWeb_rollover_wh14 = "137,26"
jWeb_url14 = "/store/index.html?db=other&submit=viewsubs";

jWeb_rollover_image15 = "/pics/nav/game_tips_on.gif"
jWeb_rollover_wh15 = "87,26"
jWeb_url15 = "/game_tips/";

jWeb_rollover_image16 = "/pics/nav/links_on.gif"
jWeb_rollover_wh16 = "54,26"
jWeb_url16 = "/links/index.html";

jWeb_rollover_image17 = "/pics/nav/bargain_bin_on.gif"
jWeb_rollover_wh17 = "106,26"
jWeb_url17 = "/store/index.html?db=bargain_bin&submit=list";

jWeb_rollover_image18 = "/pics/nav/misc_merch_on.gif"
jWeb_rollover_wh18 = "107,26"
jWeb_url18 = "/store/index.html?db=novelty&submit=list";

jWeb_rollover_image19 = "/pics/nav/wii_on.gif"
jWeb_rollover_wh19 = "34,26"
jWeb_url19 = "/store/index.html?db=games&submit=list&platform=31202";

jWeb_rollover_image20 = "/pics/nav/card_games_on.gif"
jWeb_rollover_wh20 = "94,26"
jWeb_url20 = "/store/index.html?db=cards&submit=list";

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

// MENU Games

//jWeb_sub_xy0 = "-85,24"
//jWeb_sub_menu_width0 = 120
// Web_subdesc0_0 = "">"
// jWeb_icon_index0_0 = 0
//jWeb_url0_0 = ""


// MENU DVD's

/*
jWeb_sub_xy1 = "-84,22"
jWeb_sub_menu_width1 = 120
jWeb_subdesc1_0 = ""
jWeb_subdesc1_1 = ""
jWeb_subdesc1_2 = ""
jWeb_subdesc1_3 = ""
jWeb_2nd_icon_index1_0 = 0
jWeb_2nd_icon_index1_1 = 0
jWeb_url1_0 = ""
jWeb_url1_1 = ""
jWeb_url1_2 = ""
jWeb_url1_3 = ""
*/

// 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 = ""
jWeb_url1_1_1 = ""
jWeb_url1_1_2 = ""
jWeb_url1_1_3 = ""
jWeb_url1_1_4 = ""
jWeb_url1_1_5 = ""
*/

// MENU CD's


/*
jWeb_sub_xy2 = "-71,22"
jWeb_sub_menu_width2 = 120
//jWeb_subdesc2_0 = "&#8226; Gallery Sub Cats"
//jWeb_url2_0 = "gallery/index.html"


for(var i = 0; i < gArray.length; i++) {
	eval("jWeb_subdesc2_" + i + " = \"" + gArray[i][0] + "\"");
	eval("jWeb_url2_" + i + " = \"" + gArray[i][1] +"\"");
}
*/


// MENU Etc.

//jWeb_sub_xy3 = "-66,22"
//jWeb_sub_menu_width3 = 120
//jWeb_subdesc3_0 = "&#8226; General Information"
//jWeb_icon_index3_0 = 0
//jWeb_url3_0 = "/about/index.html?ssection=gen_info"


/* MENUS OFF

// MENU Playstation 2


jWeb_sub_xy4 = "-119,22"
jWeb_sub_menu_width4 = 120
jWeb_subdesc4_0 = "Drop Down 1"
jWeb_subdesc4_1 = "Drop Down 2"
jWeb_subdesc4_2 = "Drop Down 3"
jWeb_subdesc4_3 = "Drop Down 4"
jWeb_icon_index4_0 = 0
jWeb_icon_index4_1 = 0
jWeb_url4_0 = ""
jWeb_url4_1 = ""
jWeb_url4_2 = ""
jWeb_url4_3 = ""

*/

// MENU XBox


jWeb_sub_xy5 = "-50,25"
jWeb_sub_menu_width5 = 120
jWeb_subdesc5_0 = "XBox 360"
jWeb_subdesc5_1 = "XBox 360 FAQ's"
jWeb_subdesc5_2 = "XBox"
jWeb_icon_index5_0 = 0
jWeb_icon_index5_1 = 0
jWeb_url5_0 = "/store/index.html?db=games&submit=list&platform=31090"
jWeb_url5_1 = "/xbox_faq.html"
jWeb_url5_2 = "/store/index.html?db=games&submit=list&platform=30054"

/*

// MENU GameCube


jWeb_sub_xy6 = "-89,22"
jWeb_sub_menu_width6 = 120
jWeb_subdesc6_0 = "Drop Down 1"
jWeb_subdesc6_1 = "Drop Down 2"
jWeb_subdesc6_2 = "Drop Down 3"
jWeb_subdesc6_3 = "Drop Down 4"
jWeb_icon_index6_0 = 0
jWeb_icon_index6_1 = 0
jWeb_url6_0 = ""
jWeb_url6_1 = ""
jWeb_url6_2 = ""
jWeb_url6_3 = ""
*/


// MENU Playstation


jWeb_sub_xy7 = "-106,22"
jWeb_sub_menu_width7 = 120
jWeb_subdesc7_0 = "Playstation 3"
jWeb_subdesc7_1 = "Playstation 2"
jWeb_subdesc7_2 = "Playstation"
jWeb_icon_index7_0 = 0
jWeb_icon_index7_1 = 0
jWeb_url7_0 = "/store/index.html?db=games&submit=list&platform=31092"
jWeb_url7_1 = "/store/index.html?db=games&submit=list&platform=30044"
jWeb_url7_2 = "/store/index.html?db=games&submit=list&platform=30043"



// MENU Game Boy


jWeb_sub_xy8 = "-83,25"
jWeb_sub_menu_width8 = 120
jWeb_subdesc8_0 = "Gameboy"
jWeb_subdesc8_1 = "Gameboy Color"
jWeb_subdesc8_2 = "Gameboy Advance"
jWeb_icon_index8_0 = 0
jWeb_icon_index8_1 = 0
jWeb_url8_0 = "/store/index.html?db=games&submit=list&platform=30046"
jWeb_url8_1 = "/store/index.html?db=games&submit=list&platform=30047"
jWeb_url8_2 = "/store/index.html?db=games&submit=list&platform=30094"

/*
// MENU Other Platforms


jWeb_sub_xy9 = "-143,22"
jWeb_sub_menu_width9 = 120
jWeb_subdesc9_0 = "Drop Down 1"
jWeb_subdesc9_1 = "Drop Down 2"
jWeb_subdesc9_2 = "Drop Down 3"
jWeb_subdesc9_3 = "Drop Down 4"
jWeb_icon_index9_0 = 0
jWeb_icon_index9_1 = 0
jWeb_url9_0 = ""
jWeb_url9_1 = ""
jWeb_url9_2 = ""
jWeb_url9_3 = ""


// MENU Preowned


jWeb_sub_xy10 = "-92,22"
jWeb_sub_menu_width10 = 120
jWeb_subdesc10_0 = "Drop Down 1"
jWeb_subdesc10_1 = "Drop Down 2"
jWeb_subdesc10_2 = "Drop Down 3"
jWeb_subdesc10_3 = "Drop Down 4"
jWeb_icon_index10_0 = 0
jWeb_icon_index10_1 = 0
jWeb_url10_0 = ""
jWeb_url10_1 = ""
jWeb_url10_2 = ""
jWeb_url10_3 = ""


// MENU Game Accessories


jWeb_sub_xy11 = "-146,22"
jWeb_sub_menu_width11 = 120
jWeb_subdesc11_0 = "Drop Down 1"
jWeb_subdesc11_1 = "Drop Down 2"
jWeb_subdesc11_2 = "Drop Down 3"
jWeb_subdesc11_3 = "Drop Down 4"
jWeb_icon_index11_0 = 0
jWeb_icon_index11_1 = 0
jWeb_url11_0 = ""
jWeb_url11_1 = ""
jWeb_url11_2 = ""
jWeb_url11_3 = ""


// MENU Strategy Guides


jWeb_sub_xy12 = "-136,22"
jWeb_sub_menu_width12 = 120
jWeb_subdesc12_0 = "Drop Down 1"
jWeb_subdesc12_1 = "Drop Down 2"
jWeb_subdesc12_2 = "Drop Down 3"
jWeb_subdesc12_3 = "Drop Down 4"
jWeb_icon_index12_0 = 0
jWeb_icon_index12_1 = 0
jWeb_url12_0 = ""
jWeb_url12_1 = ""
jWeb_url12_2 = ""
jWeb_url12_3 = ""


*/


// MENU About Slackers


jWeb_sub_xy13 = "-60,25"
jWeb_sub_menu_width13 = 120
//jWeb_subdesc13_0 = "Online Trading"
//jWeb_subdesc13_1 = "U Need"
jWeb_subdesc13_0 = "About Slackers"
jWeb_subdesc13_1 = "Contact"
jWeb_subdesc13_2 = "Gallery"
jWeb_subdesc13_3 = "MultiMedia"
jWeb_subdesc13_4 = "Newsletter"
//jWeb_subdesc13_3 = "Drop Down 4"
//jWeb_icon_index13_0 = 0
//jWeb_icon_index13_1 = 0
//jWeb_url13_0 = "/about/trade.html"
//jWeb_url13_1 = "/about/u_need.html"
jWeb_url13_0 = "/about/index.html"
jWeb_url13_1 = "/about/contact.html"
jWeb_url13_2 = "/gallery/index.html"
jWeb_url13_3 = "/media/index.html"
jWeb_url13_4 = "/about/newsletters.html"
//jWeb_url13_3 = ""





// MENU Misc Merch


jWeb_sub_xy18 = "-104,25"
jWeb_sub_menu_width18 = 120
//jWeb_subdesc18_0 = "Magic & Other Cards"
jWeb_subdesc18_1 = "Board Games & Novelty Items"
//jWeb_icon_index18_0 = 0
//jWeb_icon_index18_1 = 0
//jWeb_url18_0 = "/store/index.html?db=cards&submit=list"
jWeb_url18_1 = "/store/index.html?db=novelty&submit=list"



