//**** DHTML Web Menu, (c) 2004, OpenCube Inc.,  -  www.opencube.com ****

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
---------------------------------------------*/

//Define two types of unlimited icon images below, associate any image
//with any item using both the 'icon_rel' and 'icon_abs' parameter in the
//sub menu structure section (set to the index number of the icon image)


    //Relative positioned icon images (flow with main menu or sub item text)

//	this.rel_icon_image0 = "sample_images/bullet.gif"
//	this.rel_icon_rollover0 = "sample_images/bullet_hl.gif"
//	this.rel_icon_image_wh0 = "13,8"
	


    //Absolute positioned icon images (coordinate positioned - relative to 
    //right top corner of the menu item displaying the icon.)

//	this.abs_icon_image0 = "sample_images/arrow.gif"
//	this.abs_icon_rollover0 = "sample_images/arrow.gif"
//	this.abs_icon_image_wh0 = "13,10"
//	this.abs_icon_image_xy0 = "-20,13"


	um0http = 1

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


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


    //available specific settings

	this.use_divider_capsX = false




/*---------------------------------------------
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			//applies to all menu groups
	this.is_horizontal_main = true			//applies to main group only
	
	this.menu_width = 100				//applies to vertical menus
	this.menu_width_items = 1			//applies to items in a horizontal menu



   //Padding Values
  

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

	this.item_padding_main = "3,0,3,0"
	this.item_padding_sub = "2,2,2,2"

	

   //Border Sizing


	this.menu_border_main = 0
	this.menu_border_sub = 0

	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 section 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')"
	

	//use the following to execute a JavaScript statement for any menu item
	//change 'X' below, to the menu items index number.
	
	this.clickX = "alert('Sample Click Code - Exposed Menu Event')"
	


/*------------------------------------------------
Browser Workarounds
-------------------------------------------------*/


   //Opera 5 & 6 - alternate HTML display (Opera 7 displays menu 100%)

	this.opera_old_display_html = "Please update your opera browser.";



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


   //Main Menu Group 0

	
	this.item0 = "About&nbsp;FPIF"
	this.item_padding_main0 = "3,13,0,0" //top, right, bottom, left
	this.url0 = "http://www.fpif.org/fpifinfo/4432"
	
	this.item1 = "Support&nbsp;FPIF"
	this.item_padding_main1 = "3,13,0,0" //top, right, bottom, left
	this.url1 = "https://salsa.democracyinaction.org/o/357/t/6709/shop/custom.jsp?donate_page_KEY=3607"	

	this.item2 = "Content"
	this.item_padding_main2 = "3,13,0,0" //top, right, bottom, left
	this.url2 = "http://www.fpif.org/fpiftxt/"	
	//this.icon_rel2 = 0

	this.item3 = "Publications"
	this.item_padding_main3 = "3,13,0,0" //top, right, bottom, left
	this.url3 = ""
	//this.icon_rel3 = 0

	this.item4 = "Media"
	this.item_padding_main4 = "3,13,0,0" //top, right, bottom, left
	this.url4 = "http://www.fpif.org/media/index.html"
	//this.icon_rel4 = 0

	this.item5 = "Subscribe"
	this.item_padding_main5 = "3,13,0,0" //top, right, bottom, left
	this.url5 = "http://www.fpif.org/fpifinfo/4935"	
	//this.icon_rel5 = 0
	
	this.item6 = "Search"
	this.item_padding_main6 = "3,13,0,0" //top, right, bottom, left
	this.url6 = "http://www.fpif.org/fpifsearch/"	

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

//  ---------------------
//  Sub Menu 0

	this.menu_xy0 = "-65,18"
	this.menu_width0 = 140

	this.item0_0 = "About&nbsp;FPIF"
	this.item0_1 = "Staff"
	this.item0_2 = "Governance&nbsp;&amp;&nbsp;Funding"
	this.item0_3 = "Advisory&nbsp;Committee"
	this.item0_4 = "Writer&nbsp;Guidelines"
	this.item0_5 = "Privacy&nbsp;Policy"

	this.url0_0 = 'http://www.fpif.org/fpifinfo/4432'
	this.url0_1 = 'http://www.fpif.org/fpifinfo/4479'
	this.url0_2 = 'http://www.fpif.org/fpifinfo/4477'
	this.url0_3 = 'http://www.fpif.org/fpifinfo/4476'
	this.url0_4 = 'http://www.fpif.org/fpifinfo/4478'
	this.url0_5 = 'http://www.irc-online.org/privacy.php'

//  ---------------------
//  Sub Menu 1

//  There is no sub menu for item #1


//  ---------------------
//  Sub Menu 2

	this.menu_xy2 = "-50,18"
	this.menu_width2 = 115
	
	this.item2_0 = "by&nbsp;Author"
	this.item2_1 = "by&nbsp;Title"
	this.item2_2 = "by&nbsp;Date"
	this.item2_3 = "by&nbsp;Issue&nbsp;>>"
	this.item2_4 = "by&nbsp;Region&nbsp;>>"

	this.url2_0 = 'http://www.fpif.org/fpiftxt/?sort=byline'
	this.url2_1 = 'http://www.fpif.org/fpiftxt/?sort=title'
	this.url2_2 = 'http://www.fpif.org/fpiftxt/?sort=authordate'
	this.url2_3 = ''
	this.url2_4 = ''

//  ---------------------
//  Sub Menu 2_3

	this.menu_xy2_3 = "0,0"
	this.menu_width2_3 = 115

	this.item2_3_0 = "Drug&nbsp;Control"
	this.item2_3_1 = "Energy"
	this.item2_3_2 = "Environment"
	this.item2_3_3 = "Financial&nbsp;Flows"
	this.item2_3_4 = "Food&nbsp;&amp;&nbsp;Farm"
	this.item2_3_5 = "Global&nbsp;Governance"
	this.item2_3_6 = "Health"
	this.item2_3_7 = "Human&nbsp;Rights"
	this.item2_3_8 = "Labor"
	this.item2_3_9 = "Military"
	this.item2_3_10 = "Terrorism"
	this.item2_3_11 = "Trade"
	this.item2_3_12 = "U.S.&nbsp;Agencies"
	this.item2_3_13 = "Women"

	this.url2_3_0 = 'http://www.fpif.org/fpifindex/drugs/'
	this.url2_3_1 = 'http://www.fpif.org/fpifindex/energy/'
	this.url2_3_2 = 'http://www.fpif.org/fpifindex/environment/'
	this.url2_3_3 = 'http://www.fpif.org/fpifindex/finance/'
	this.url2_3_4 = 'http://www.fpif.org/fpifindex/food/'
	this.url2_3_5 = 'http://www.fpif.org/fpifindex/governance/'
	this.url2_3_6 = 'http://www.fpif.org/fpifindex/health/'
	this.url2_3_7 = 'http://www.fpif.org/fpifindex/humanrights/'
	this.url2_3_8 = 'http://www.fpif.org/fpifindex/labor/'
	this.url2_3_9 = 'http://www.fpif.org/fpifindex/military/'
	this.url2_3_10 = 'http://www.fpif.org/fpifindex/terrorism/'
	this.url2_3_11 = 'http://www.fpif.org/fpifindex/trade/'
	this.url2_3_12 = 'http://www.fpif.org/fpifindex/usagencies/'
	this.url2_3_13 = 'http://www.fpif.org/fpifindex/women/'
	
//  ---------------------
//  Sub Menu 2_4

	this.menu_xy2_4 = "0,0"
	this.menu_width2_4 = 150

	this.item2_4_0 = "Africa"
	this.item2_4_1 = "Asia&ndash;Pacific"
	this.item2_4_2 = "Europe"
	this.item2_4_3 = "Latin&nbsp;America&ndash;Caribbean"
	this.item2_4_4 = "Russia&ndash;CIS"
	this.item2_4_5 = "Middle&nbsp;East"
	this.item2_4_6 = "Iraq&nbsp;In&nbsp;Focus"

	this.url2_4_0 = 'http://www.fpif.org/fpifindex/africa/'
	this.url2_4_1 = 'http://www.fpif.org/fpifindex/asia/'
	this.url2_4_2 = 'http://www.fpif.org/fpifindex/europe/'
	this.url2_4_3 = 'http://www.fpif.org/fpifindex/latam/'
	this.url2_4_4 = 'http://www.fpif.org/fpifindex/russia/'
	this.url2_4_5 = 'http://www.fpif.org/fpifindex/mideast/'
	this.url2_4_6 = 'http://www.fpif.org/fpifindex/iraq/'
	
//  ---------------------
//	Sub Menu 3

	this.menu_xy3 = "-76,18"
	this.menu_width3 = 110
	
	this.item3_0 = "Books"
	this.item3_1 = "World&nbsp;Beat"
	
	this.url3_0 = 'http://www.reiters.com/index.cgi?f=i&what=IPSp1.htm'
	this.url3_1 = 'http://www.fpif.org/fpifzines/wb/'
	
//  ---------------------
//	Sub Menu 4

	this.menu_xy4 = "-40,18"
	this.menu_width4 = 200
	
	this.item4_0 = "Press&nbsp;Releases"
	this.item4_1 = "Media&nbsp;Guide"
	this.item4_2 = "FPIF&nbsp;Op-Eds"
	this.item4_3 = "FPIF&nbsp;In&nbsp;The&nbsp;News&nbsp;Archive"
	this.item4_4 = "Sign&nbsp;up&nbsp;for&nbsp;FPIF&nbsp;News&nbsp;Releases"

	this.url4_0 = 'http://www.fpif.org/media/releases/index.html'
	this.url4_1 = 'http://65.61.15.121/mediaguide/input.asp'
	this.url4_2 = 'http://www.fpif.org/fpifoped/'
	this.url4_3 = 'http://www.fpif.org/fpifnews/'
	this.url4_4 = 'http://www.fpif.org/media/form_signup.html'

//  ---------------------
//  Sub Menu 5

//  There is no sub menu for item #5

//  ---------------------
//  Sub Menu 6

	this.menu_xy6 = "-48,18"
	this.menu_width6 = 60
	
	this.item6_0 = "Site&nbsp;Map"

	this.url6_0 = 'http://www.fpif.org/site-index.html'

//	this.url_target0_0 = "_new"
//	this.url_features0_0 = "height=325,width=550,status=yes,toolbar=no,menubar=no,location=no";
	


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