

/*
WELCOME! Adding and deleting in Dropmenus is very easy. Just make sure not to alter anyother values and parameters without having proper knowledge.

I have given comments in '// comments' format that will tell u how to add/ edit/ delete dropmenus*/



/**********************************************************************************************


			NO MODIFICATIONS IN THIS PART. SCROLL DOWN TO MENU PART



**********************************************************************************************/


function cdd_menu492781(){//////////////////////////Start Menu Data/////////////////////////////////
    //Unique Menu Id
	this.uid = 492781
/**********************************************************************************************
                              Global - Menu Container Settings
**********************************************************************************************/
	this.menu_background_color = "#cccccc"		//container border/bg setting
	this.menu_border_color = "#cccccc"			//submenu border color
	this.menu_border_width = "1"				//submenu border width
	this.menu_padding = "0,0,0,0"
	this.menu_border_style = "solid"
	this.divider_caps = false
	this.divider_width = "0"
	this.divider_height = "1"
	this.divider_background_color = "#cccccc"
	this.divider_border_style = "none"
	this.divider_border_width = "1"
	this.divider_border_color = "#ffffff"
	this.menu_is_horizontal = false			//sub menu horizontal?
	this.menu_width = "90"					//main menu width
	this.menu_xy = "0,0"					//-80,-2
	this.menu_animation = "progid:DXImageTransform.Microsoft.none(duration=0.1)"
	this.menu_transparency = "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
/**********************************************************************************************
                              Global - Menu Item Settings
**********************************************************************************************/
	this.menu_items_background_color_roll = "#FFFFFF"	//On mouse over, menu background color
	this.menu_items_text_color = "#ffffff"
	this.menu_items_text_decoration = "none"
	this.menu_items_font_family = "verdana"
	this.menu_items_font_size = "11px"
	this.menu_items_font_style = "normal"
	this.menu_items_font_weight = "bold"
	this.menu_items_text_align = "left"
	this.menu_items_padding = "4,3,3,5"
	this.menu_items_border_style = "none"
	this.menu_items_border_color = "#ffffff"
	this.menu_items_border_width = 0
	this.menu_items_width = "90"
	this.menu_items_text_color_roll = "#00006A"			//onmouse over, font color
	this.menu_items_background_color = "#00006A"		// menu BG Color
	this.menu_items_animation_roll = "progid:DXImageTransform.Microsoft.none(duration=0.4)"
/**********************************************************************************************
                              Main Menu Settings
**********************************************************************************************/
        this.menu_border_style_main = "none"
        this.menu_items_border_style_main = "none"
        this.menu_padding_main = "1,1,1,1"				//main menu container paddings
        this.menu_items_padding_main = "3,5,3,10"		// main menu items padding
        this.menu_items_width_main = 80
        this.menu_items_animation_roll_main = "progid:DXImageTransform.Microsoft.none(duration=0.4)"
        this.menu_transparency_main = "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
        this.menu_is_horizontal_main = false






/***********  Main Menu 2 Starts **************************
Each link in this menu holds two part - Item and Url. 	(this.item0 = "Pictures") and (	this.url0 = "#" ).

while first part contains name of the link, the second part contains link given to that name. Here, the link name is -Pictures- and by default, we have given value -#- to it because there is no link on it but there is a submenu which contains many other links. If we want to give hyperlink to this name, simply replace -#- with the link name. for example -  this.url0 = "pictures.htm" 

Also this Menu is based on ascending number that starts from zero not one. so, the first menu would contain number zero (0) and second menu will contain value 1 and so on.. So, if we remove one item from between the menu, we will have to change the value of all the other menus after that menu.. e.g. if we remove menu 5 -weather, we will have to allot that value to next menu that is 5 to weather, 6 to maps and so on. 

*/



		this.item0 = "Pictures:"				//name of the menu
		//this.url0 = "#"						//link of the menu
		this.item1 = "Reports:"				//name of the menu
		//this.url1 = "#"						//link of the menu and so on...
		this.item2 = "Forums:"	
		//this.url2 = "#"
                                    this.item3 = "Guides:"	
		//this.url3 = "#"
		this.item4 = "Links:"	
		//this.url4 = "#"
		this.item5 = "Tides"
		this.url5 = "../tide_forecasts.htm"
		this.item6 = "Weather"
		this.url6 = "../weather_forecasts.htm"
		this.item7 = "Maps:"		
		//this.url7 = "#"
		this.item8 = "Videos"
		this.url8 = "../fishing_video_clips.htm"
                                    this.item9 = "Fishing Downloads"
		this.url9 = "../fishing_games_software_downloads.htm"
                                    this.item10 = "Tackle Equipment:"	
		//this.url10 = "#"
		this.item11 = "Classified Ads:"	
		//this.url11 = "#"
		this.item12 = "Advertise:"	
		//this.url12 = "#"
		this.item13 = "Outdoor News:"	
		//this.url13 = "#"
		this.item14 = "Newsletter Register"
		this.url14 = "../forums/register.php"
                                    this.item15 = "Fish Records:"	
		//this.url15 = "#"
                                    this.item16 = "LOWA Member Application"
		this.url16 = "../LOWA_membership.htm"
		this.item17 = "Greatest Fisherman"
		this.url17 = "../jesusfishing.htm"
		this.item18 = "Search Engines"
		this.url18 = "../internet_search_engines.htm"
		this.item19 = "Contact Us"
		this.url19 = "../contact_us.htm"
		this.item20 = "Site Map"
		this.url20 = "../site_map.htm"
		this.item21 = "Faq"
		this.url21 = "../faq.htm"

/*
If you want to add more menu after FAQ, simply add the code in ascending order.. for example..
		this.item22 = "new menu"
		this.url22 = "newlink.htm"
		this.item23 = "new menu1"
		this.url23 = "newlink1.htm"

and so on...
Sub Menu Settings*/


/**********************************************************************************************
                              Sub Menu Settings
*********************************************************************************************
These are the submenus and here also, the same thing applys to add/remove links. But here, a minor difference if there in item values.. 

        this.item0_0 = "Saltwater Fishing Pictures Doorway"
        this.url0_0 = "pictures.htm"
in above example, - this.item0_0 - means, first submenu of main menu 1. same way, this.item0_1 means, submenu 2 of main menu 1 and so on.. 

If you want to add more sub menu after Saltwater Fishing Pictures Pg2, .. 
        this.item0_3 = "Saltwater Fishing Pictures Pg3"
        this.url0_3 = "pictures3.htm"

Note: here, we didnt change first value - (0) but we changed second value -(2) because, first value contains the address of the main menu..
and so on...


*/


    //Sub Menu 0 /- PICTURES

        this.menu_border_style0 = "solid"
        this.menu_xy0 = "2,-20"
        this.menu_width0 = "260"

        this.item0_0 = "Saltwater Fishing Pictures Doorway"
        this.url0_0 = "../pictures.htm"
        this.item0_1 = "Saltwater Fishing Pictures Pg1"
        this.url0_1 = "../pictures1.htm"
        this.item0_2 = "Saltwater Fishing Pictures Pg2"
        this.url0_2 = "../pictures2.htm"
        this.item0_3 = "Saltwater Fishing Pictures Pg3"
        this.url0_3 = "../pictures3.htm"
		
		
    //Sub Menu 1 /- REPORTS

        this.menu_border_style1 = "solid"
        this.menu_xy1 = "2,-21"
        this.menu_width1 = "430"

        this.item1_0 = "Louisiana Fishing & Hunting Reports & Pictures"
        this.url1_0 = "../fish-hunt-la-reports.htm"
        this.item1_1 = "International Worldwide Fishing & Hunting Reports & Pictures"
        this.url1_1 = "../forums/forumdisplay.php?f=3"
        this.item1_2 = "Captain's Log/Reports: Jerry LaBella's Fishing Reports"
        this.url1_2 = "../captains_log.htm"
		
    //Sub Menu 2 /- Forums

        this.menu_border_style2 = "solid"
        this.menu_xy2 = "2,-21"
        this.menu_width2 = "200"

        this.item2_0 = "Topics"
        this.url2_0 = "../forums/index.php"
        this.item2_1 = "Posting How To"
        this.url2_1 = "../forums/faq.php"
        this.item2_2 = "Register/Join"
        this.url2_2 = "../forums/register.php"		
        this.item2_3 = "Members Login"
        this.url2_3 = "../forums/index.php"
        this.item2_4 = "Guest Book"
        this.url2_4 = "../forums/showthread.php?t=170"	
        	    
    //Sub Menu 3 /- GUIDES

        this.menu_border_style2 = "solid"
        this.menu_xy3 = "2,-21"
        this.menu_width3 = "350"

        this.item3_0 = "Louisiana Fishing & Hunting Guides Doorway"
        this.url3_0 = "../louisiana_fishing_hunting_guides.htm"
        this.item3_1 = "Louisiana Fishing & Hunting Guides Listings"
        this.url3_1 = "../louisiana_fishing_guides.htm"
        this.item3_2 = "Louisiana Fishing & Hunting Guides Pictures Reports"
        this.url3_2 = "../la_guides_pics.htm"		
        this.item3_3 = "International Fishing & Hunting Guides Listings"
        this.url3_3 = "../fishing_guides.htm"		
        this.item3_4 = "Banner Ad Guides Pictures Reports"
        this.url3_4 = "../guides_pics.htm"		


    //Sub Menu 4 /- LINKS

        this.menu_border_style3 = "solid"
        this.menu_xy4 = "2,-21"
        this.menu_width4 = "230"

        this.item4_0 = "Fishing & Hunting Banner Links"
        this.url4_0 = "../links.html"
        this.item4_1 = "Fishing & Hunting Text Links"
        this.url4_1 = "../links_2.htm"


    //Sub Menu 7 /- MAPS

        this.menu_border_style6 = "solid"
        this.menu_xy7 = "2,-20"
        this.menu_width7 = "300"

        this.item7_0 = "Louisiana Fishing Maps Main Pg"
        this.url7_0 = "../maps.htm"		
        this.item7_1 = "Louisiana FMC Laminated Fishing Maps"
        this.url7_1 = "../maps_fmc_menu.htm"		
        this.item7_2 = "Map Questions & Answers"
        this.url7_2 = "../registration.htm"
        this.item7_3 = "State of Louisiana Click & Go-To Index Map"
        this.url7_3 = "../map_index_key.htm"
        this.item7_4 = "Louisiana Sample Maps Pg1"
        this.url7_4 = "../maps1.htm"		
        this.item7_5 = "Louisiana Sample Maps Pg2"
        this.url7_5 = "../maps2.htm"		
        this.item7_6 = "Louisiana Sample Maps Pg3"
        this.url7_6 = "../maps3.htm"
        this.item7_7 = "Louisiana Sample Maps Pg4"
        this.url7_7 = "../maps4.htm"
        this.item7_8 = "Louisiana Sample Maps Pg5"
        this.url7_8 = "../maps5.htm"
        this.item7_9 = "La. Vintage Maps, Locator & GPS Cards"
        this.url7_9 = "../map_cards.htm"		
        this.item7_10 = "Louisiana Vintage Map Sample"
        this.url7_10 = "../vintage_map_sample.htm"		
        this.item7_11 = "Louisiana GPS Address Card Sample"
        this.url7_11 = "../GPS_Address.htm"
	this.item7_12 = "La. Hidden Treasures Locator Card Sample"
        this.url7_12 = "../Hidden_Treasures.htm"
	this.item7_13 = "Marine Nautical Charts USA"
        this.url7_13 = "../nautical_charts.htm"

    //Sub Menu 10 /- TACKLE EQUIPMENTS

        this.menu_border_style8 = "solid"
        this.menu_xy10 = "2,-34"
        this.menu_width10 = "190"

        this.item10_0 = "Tackle/Equipment Index"
        this.url10_0 = "../bargain_index.htm"		
        this.item10_1 = "Tackle/Equipment Pg1"
        this.url10_1 = "../tackleman.htm"		
        this.item10_2 = "Tackle/Equipment Pg2"
        this.url10_2 = "../tackleman_2.htm"
        this.item10_3 = "Tackle/Equipment Pg3"
        this.url10_3 = "../tackleman_3.htm"

    //Sub Menu 11 /- CLASSIFIED ADS

        this.menu_border_style9 = "solid"
        this.menu_xy11 = "2,-33"
        this.menu_width11 = "190"

        this.item11_0 = "Free Classified Ads"
        this.url11_0 = "../forums/forumdisplay.php?f=33"		

   //Sub Menu 12 /- ADVERTISE

        this.menu_border_style10 = "solid"
        this.menu_xy12 = "2,-20"
        this.menu_width12 = "100"

        this.item12_0 = "Banner Ads"
        this.url12_0 = "../banners.htm"		
        this.item12_1 = "PayPal"
        this.url12_1 = "../pay_pal.htm"		
        this.item12_2 = "Site Stats"
        this.url12_2 = "../stats.htm"
        this.item12_3 = "Details"
        this.url12_3 = "../faq.htm#advertise"

   //Sub Menu 13 /- OUTDOOR NEWS

        this.menu_border_style11 = "solid"
        this.menu_xy13 = "2,-32"
        this.menu_width13 = "175"

        this.item13_0 = "Latest National"
        this.url13_0 = "../forums/showthread.php?t=183"	
        this.item13_1 = "Latest Local"
        this.url13_1 = "../forums/forumdisplay.php?f=6"		
	this.item13_2 = "Latest IGFA"
        this.url13_2 = "../forums/showthread.php?t=181"	
        this.item13_3 = "Latest Louisiana"
        this.url13_3 = "../forums/showthread.php?t=49"
		
	
   //Sub Menu 15 /- FISH RECORDS

        this.menu_border_style12 = "solid"
        this.menu_xy15 = "2,-32"
        this.menu_width15 = "250"

        this.item15_0 = "Louisiana & IGFA Fish Records"
        this.url15_0 = "../Louisiana_fish_record.htm"
       		

}///////////////////////// END Menu Data /////////////////////////////////////////
