

/*
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_menu492780(){//////////////////////////Start Menu Data/////////////////////////////////
    //Unique Menu Id
	this.uid = 492780

/**********************************************************************************************
                              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 = "70"					//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 1 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 = "Home"				//name of the menu
		this.url0 = "../index.html"		//link of the menu - e.g. ../yourlink.htm
		this.item1 = "Articles:"
		//this.url1 = "#"					// we are not giving path to any file because it has submenu and 
										// links will be there. so simply give "#" value.



/*
If you want to add more menu after Articles, simply add the code in ascending order.. for example..
		this.item18 = "new menu"
		//this.url18 = "newlink.htm"
		this.item19 = "new menu1"
		//this.url19 = "newlink1.htm"

and so on...
Sub Menu Settings*/


/**********************************************************************************************

                              Sub Menu Settings

**********************************************************************************************/


    //Sub Menu 2

        this.menu_border_style1 = "solid"
        this.menu_xy1 = "2,-21"
        this.menu_width1 = "190"

        this.item1_0 = "Saltwater Fishing"
        this.url1_0 = "../articles.htm"
        this.item1_1 = "Fishing & Hunting Contributed"
        this.url1_1 = "../forums/forumdisplay.php?f=8"

}///////////////////////// END Menu Data /////////////////////////////////////////



