


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 = "../sample_images/sample0_bullet.gif"
	this.rel_icon_rollover0 = "../sample_images/sample0_bullet_hl.gif"
	this.rel_icon_image_wh0 = "17,13"

	this.rel_icon_image1 = "../sample_images/sample0_bullet1.gif"
	this.rel_icon_rollover1 = "../sample_images/sample0_bullet1_hl.gif"
	this.rel_icon_image_wh1 = "17,13"




    //Absolute positioned icon images (coordinate positioned)

	this.abs_icon_image0 = "../sample_images/sample0_arrow.gif"
	this.abs_icon_rollover0 = "../sample_images/sample0_arrow_hl.gif"
	this.abs_icon_image_wh0 = "17,13"
	this.abs_icon_image_xy0 = "-26,2"




/*---------------------------------------------
Divider Settings
---------------------------------------------*/


	this.use_divider_caps = false		//cap the top and bottom of each menu group
	this.divider_width = 1					//applies to horizontal menus only
	this.divider_height = 0				//applies to vertical menus only


    //available specific settings

	this.use_divider_capsX_X = true





/*---------------------------------------------
Menu Orientation and Dimensions
---------------------------------------------*/

   //All values below are defined in pixel units.  Only the
   //width of items and menu groups may be defined, heights
   //are automatically determined by the font size and padding
   //values below.  See the menu_styles.css file for additional
   //border color and style settings.


	this.is_horizontal = false		//false = vertical menus, true = horizontal menus
	this.is_horizontal_main = true

	this.menu_width = 200			//applies to vertical menus
	this.menu_width_items = 120		//applies to items in a horizontal menu
	this.menu_width_item1_0_0 = 70



   //Padding Values


	this.menu_padding_main = "0,0,0,0"		//top, right, bottom, left
	this.menu_padding_sub = "0,0,0,0"

	this.item_padding_main = "1,1,1,1"
	this.item_padding_sub = "1,1,1,1"



   //Border Sizing


	this.menu_border_main = 1
	this.menu_border_sub = 1

	this.item_border_main = 0
	this.item_border_sub = 0



   //Specific Item Setting Examples (change 'X' to appropriate index value)


	this.is_horizontalX = true

	this.menu_widthX = 200
	this.menu_width_itemsX = 100
	this.menu_width_itemX_X = 100

	this.menu_padding_subX = "10,5,10,5"
	this.item_padding_mainX = "10,5,10,5"
	this.item_padding_subX_X = "10,5,10,5"

	this.menu_border_subX = 1
	this.item_border_mainX = 1
	this.item_border_subX_X = 1






/*---------------------------------------------
Optional Style Sheet Class Name Association
---------------------------------------------*/

//Use the following sections to optionally associate menu groups
//and menu items with existing CSS classes from your site.



   //global class names

	//this.main_menu_class = "myclassname"
	//this.main_items_class = "myclassname"
	//this.main_items_rollover_class = "myclassname"

	//this.sub_menu_class = "myclassname"
	//this.sub_items_class = "myclassname"
	//this.sub_items_rollover_class = "myclassname"


   //specific menu items

	//this.item_classX_X = "myclassname"
	//this.item_rollover_classX_X = "myclassname"


/*---------------------------------------------
Exposed Menu Events - Custom Script Attachment
---------------------------------------------*/


	this.show_menu = ""
	this.hide_menu = ""


 //available specific settings


	//this.show_menuX = "alert('show id')"
	//this.hide_menuX = "alert('hide id')"
	//this.clickX = "alert('execute custom click item code')"



/*---------------------------------------------
Main Menu Group and Items
---------------------------------------------*/


   //Main Menu Group 0


	 //Main Menu Group 0

	
	this.item0 = "Home"
	this.icon_rel0 = 0
	this.url0 = 'http://www.bobschneiderlures.com/index.html'
	
	this.item1 = "Shop"
	this.icon_rel1 = 0
	
	
	this.item2 = "About"
	this.icon_rel2 = 0
	this.url2 = 'http://www.bobschneiderlures.com/aboutus.html'
	
	this.item3 = "Sitemap"
	this.icon_rel3 = 0
	this.url3 = 'http://www.bobschneiderlures.com/sitemap.html'
	
	this.item4 = "Contact"
	this.icon_rel4 = 0
	this.url4 = 'http://www.bobschneiderlures.com/contact.html'
	









/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/



   //Sub Menu 0

	this.menu_xy0 = "-100,24"
	this.menu_width0 = 100

	


   //Sub Menu 1
	
	this.menu_xy1 = "-100,24"
	this.menu_width1 = 100
        
	this.item1_0 = "Lures"
	this.item1_1 = "Rods"
	this.item1_2 = "Reels"
	this.item1_3 = "Apparel"
	

	this.icon_rel1_0 = 0
	this.icon_rel1_1 = 0
	this.icon_rel1_3 = 0
	this.icon_rel1_2 = 0
	
	this.icon_abs1_0 = 0
	

	

	this.url1_0 = 'http://www.bobschneiderlures.com/lures.html'
	this.url1_1 = 'http://www.bobschneiderlures.com/rods.html'
	this.url1_2 = 'http://www.bobschneiderlures.com/reels.html'
	this.url1_3 = 'http://www.bobschneiderlures.com/apparel.html'
	



   //Sub Menu 1_0

	this.menu_xy1_0 = "-4,2"
	this.menu_width1_0 = 105

	this.item1_0_0 = "All Lures"
	this.item1_0_1 = "Yaps"
	this.item1_0_2 = "Magnums"
	this.item1_0_3 = "Tear Drops"
	this.item1_0_4 = "Streakers"
	this.item1_0_5 = "Cavitators"
	this.item1_0_6 = "Stingers"
	
	
	

	this.icon_rel1_0_0 = 0
	this.icon_rel1_0_1 = 0
	this.icon_rel1_0_2 = 0
	this.icon_rel1_0_3 = 0
	this.icon_rel1_0_4 = 0
	this.icon_rel1_0_5 = 0
	this.icon_rel1_0_6 = 0
	
	


	this.url1_0_0 = 'http://www.bobschneiderlures.com/lures.html'
	this.url1_0_1 = 'http://www.bobschneiderlures.com/yaps.html'
	this.url1_0_2 = 'http://www.bobschneiderlures.com/magnums.html'
	this.url1_0_3 = 'http://www.bobschneiderlures.com/teardrops.html'
	this.url1_0_4 = 'http://www.bobschneiderlures.com/streakers.html'
	this.url1_0_5 = 'http://www.bobschneiderlures.com/cavitators.html'
	this.url1_0_6 = 'http://www.bobschneiderlures.com/stingers.html'
	
	

	

   
	



    //Sub Menu 2

	this.menu_xy2 = "-100,24"
	this.menu_width2 = 105
	
	this.item2_0 = "History"
	this.item2_1 = "Techniques"
	this.item2_2 = "Bragboard"
	

	this.icon_rel2_0 = 0
	this.icon_rel2_1 = 0
	this.icon_rel2_2 = 0
	

	this.url2_0 = 'http://www.bobschneiderlures.com/history.html'
	this.url2_1 = 'http://www.bobschneiderlures.com/techniques.html'
	this.url2_2 = 'http://www.bobschneiderlures.com/bragboard.html'


	
	



    


}///////////////////////// END Menu Data /////////////////////////////////////////



