//**** 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 = "Programs"
	this.item_padding_main0 = "3,13,0,10" //top, right, bottom, left
	this.url0 = ""
	
	this.item1 = "About&nbsp;CIP"
	this.item_padding_main1 = "3,13,0,0" //top, right, bottom, left
	this.url1 = "http://ciponline.org/aboutus.htm"	

	this.item2 = "Staff&nbsp;Analysis"
	this.item_padding_main2 = "3,13,0,0" //top, right, bottom, left
	this.url2 = "http://www.irc-online.org/content/"	
	
	this.item3 = "Publications"
	this.item_padding_main3 = "3,13,0,0" //top, right, bottom, left
	this.url3 = "http://www.irc-online.org/content/general/11"
	//this.icon_rel3 = 0

	this.item4 = "Support&nbsp;CIP"
	this.item_padding_main4 = "3,13,0,0" //top, right, bottom, left
	this.url4 = "http://ciponline.org/development1.htm"
	this.url_target4 = '_new'
	this.url_features4 = "height=600,width=820,status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes";
	//this.icon_rel4 = 0

	this.item5 = "Subscribe"
	this.item_padding_main5 = "3,13,0,0" //top, right, bottom, left
	this.url5 = "http://www.irc-online.org/lists/"	
	//this.icon_rel5 = 0
	
	this.item6 = "Search"
	this.item_padding_main6 = "3,13,0,0" //top, right, bottom, left
	this.url6 = "http://www.irc-online.org/search/"
	//this.icon_rel6 = 0

	this.item7 = "Feedback"
	this.item_padding_main7 = "3,13,0,0" //top, right, bottom, left
	this.url7 = "http://www.irc-online.org/form_feedback.php"

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

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

	this.menu_xy0 = "-55,18"
	this.menu_width0 = 150
	
	this.item0_0 = "Americas&nbsp;Program&nbsp;>>"
	this.item0_1 = "Global&nbsp;Affairs&nbsp;>>"
	this.item0_2 = "Global&nbsp;Good&nbsp;Neighbor&nbsp;>>"
	this.item0_3 = "Right&nbsp;Web&nbsp;>>"

	this.url0_0 = 'http://americas.irc-online.org/'
	this.url0_1 = 'http://www.irc-online.org/globaffairs.php'
	this.url0_2 = 'http://ggn.irc-online.org/'
	this.url0_3 = 'http://rightweb.irc-online.org/'

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

	this.menu_xy0_0 = "0,0"
	this.menu_width0_0 = 90

	this.item0_0_0 = "About"
	this.item0_0_1 = "Issues&nbsp;>>"
	this.item0_0_2 = "Regions&nbsp;>>"
	this.item0_0_3 = "Languages&nbsp;>>"

	this.url0_0_0 = 'http://americas.irc-online.org/about.html'
	this.url0_0_1 = ''
	this.url0_0_2 = ''
	this.url0_0_3 = ''
	
//  ---------------------
//  Sub Menu 0_0_1

	this.menu_xy0_0_1 = "0,0"
	this.menu_width0_0_1 = 230

	this.item0_0_1_0 = "Citizen&nbsp;Action"
	this.item0_0_1_1 = "Latin-American&nbsp;Affairs"
	this.item0_0_1_2 = "Mexico&nbsp;&amp;&nbsp;Border"
	this.item0_0_1_3 = "Integration&nbsp;&amp;&nbsp;Trade"
	this.item0_0_1_4 = "Migration"
	this.item0_0_1_5 = "Biodiversity&nbsp;&amp;&nbsp;Sustainable&nbsp;Development"
	this.item0_0_1_6 = "Right-to-Know&nbsp;&amp;&nbsp;Communication"
	this.item0_0_1_7 = "Regular&nbsp;Columnists"

	this.url0_0_1_0 = 'http://americas.irc-online.org/amindex/citact/'
	this.url0_0_1_1 = 'http://americas.irc-online.org/amindex/lapol/'
	this.url0_0_1_2 = 'http://americas.irc-online.org/amindex/usmex/'
	this.url0_0_1_3 = 'http://americas.irc-online.org/amindex/teid/'
	this.url0_0_1_4 = 'http://americas.irc-online.org/amindex/immig/'
	this.url0_0_1_5 = 'http://americas.irc-online.org/amindex/sust/'
	this.url0_0_1_6 = 'http://americas.irc-online.org/amindex/rtk/'
	this.url0_0_1_7 = 'http://americas.irc-online.org/columns/index.php'
	
//  ---------------------
//  Sub Menu 0_0_2

	this.menu_xy0_0_2 = "0,0"
	this.menu_width0_0_2 = 100

	this.item0_0_2_0 = "Central&nbsp;America"
	this.item0_0_2_1 = "South&nbsp;America"
	this.item0_0_2_2 = "Carribbean"
	this.item0_0_2_3 = "Mexico"

	this.url0_0_2_0 = 'http://americas.irc-online.org/amindex/centam/'
	this.url0_0_2_1 = 'http://americas.irc-online.org/amindex/southam/'
	this.url0_0_2_2 = 'http://americas.irc-online.org/amindex/caribe/'
	this.url0_0_2_3 = 'http://americas.irc-online.org/amindex/mex/'
	
//  ---------------------
//  Sub Menu 0_0_3

	this.menu_xy0_0_3 = "0,0"
	this.menu_width0_0_3 = 70

	this.item0_0_3_0 = "Espanol"
	this.item0_0_3_1 = "Portugues"

	this.url0_0_3_0 = 'http://www.ircamericas.org/'
	this.url0_0_3_1 = 'http://www.ircamericas.org/port/'
	
//  ---------------------
//  Sub Menu 0_1

	this.menu_xy0_1 = "0,0"
	this.menu_width0_1 = 100

	this.item0_1_0 = "FPIF"
	this.item0_1_1 = "Present&nbsp;Danger"

	this.url0_1_0 = 'http://www.fpif.org/'
	this.url0_1_1 = 'http://www.presentdanger.org/'
	
//  ---------------------
//  Sub Menu 0_2

	this.menu_xy0_2 = "0,0"
	this.menu_width0_2 = 170

	this.item0_2_0 = "About&nbsp;Global&nbsp;Good&nbsp;Neighbor"
	this.item0_2_1 = "GGN&nbsp;Index"
	
	this.url0_2_0 = 'http://ggn.irc-online.org/neighbor/3574'
	this.url0_2_1 = 'http://ggn.irc-online.org/neighbor/'
		
//  ---------------------
//  Sub Menu 0_3

	this.menu_xy0_3 = "0,0"
	this.menu_width0_3 = 130

	this.item0_3_0 = "About&nbsp;Right&nbsp;Web"
	this.item0_3_1 = "Profiles"
	this.item0_3_2 = "Group&nbsp;Watch&nbsp;Archive"
	this.item0_3_3 = "Right&nbsp;Web&nbsp;News"

	this.url0_3_0 = 'http://rightweb.irc-online.org/about.php'
	this.url0_3_1 = 'http://rightweb.irc-online.org/profile/'
	this.url0_3_2 = 'http://rightweb.irc-online.org/groupwatch/index.php'
	this.url0_3_3 = 'http://rightweb.irc-online.org/rwnews/'
	

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

	this.menu_xy1 = "-58,18"
	this.menu_width1 = 140

	this.item1_0 = "CIP&nbsp;Home"
	this.item1_1 = "About&nbsp;CIP"
	this.item1_2 = "CIP&nbsp;Staff&nbsp;Bios"
	this.item1_3 = "CIP&nbsp;Publications"
	this.item1_4 = "CIP&nbsp;Press&nbsp;Room"
	this.item1_5 = "CIP&nbsp;Programs"
	this.item1_6 = "Privacy&nbsp;Policy"

	this.url1_0 = 'http://ciponline.org/'
	this.url1_1 = 'http://ciponline.org/aboutus.htm'
	this.url1_2 = 'http://ciponline.org/biographies.htm'
	this.url1_3 = 'http://ciponline.org/publications.htm'
	this.url1_4 = 'http://ciponline.org/pressroom.htm'
	this.url1_5 = 'http://ciponline.org/'
	this.url1_6 = 'http://www.irc-online.org/content/general/1'

//  ---------------------
//  Sub Menu 2
//  There is no sub menu for item #2


//  ---------------------
//  Sub Menu 3

	this.menu_xy3 = "-76,18"
	this.menu_width3 = 80
	
	this.item3_0 = "Book&nbsp;Store"
	this.item3_1 = "IRC&nbsp;Insider"

	this.url3_0 = 'http://www.irc-online.org/books.php'
	this.url3_1 = 'http://www.irc-online.org/content/inside/'

//  ---------------------
//	Sub Menu 4
//  There is no submenu for item #4

//  ---------------------
//	Sub Menu 5
//  There is no submenu 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.irc-online.org/site-map.php'

//  ---------------------
//  Sub Menu 7
//  There is no sub menu for item #7


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


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