//**** 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;Americas&nbsp;Program"
	this.item_padding_main0 = "3,10,0,0" //top, right, bottom, left
	this.url0 = "http://americas.irc-online.org/amgen/12"
	//this.icon_rel0 = 0
	
	this.item1 = "About&nbsp;CIP"
	this.item_padding_main1 = "3,10,0,0" //top, right, bottom, left
	this.url1 = "http://ciponline.org/aboutus.htm"	
	//this.icon_rel1 = 0

	this.item2 = "Issues/Regions"
	this.item_padding_main2 = "3,10,0,0" //top, right, bottom, left
	this.url2 = ""	
	//this.icon_rel2 = 0
	
	this.item3 = "Donate"
	this.item_padding_main3 = "3,10,0,0" //top, right, bottom, left
	this.url3 = "http://ciponline.org/development1.htm"
	//this.icon_rel3 = 0

	this.item4 = "Subscribe"
	this.item_padding_main4 = "3,10,0,0" //top, right, bottom, left
	this.url4 = "http://app.streamsend.com/public/iKs8/Mr1/subscribe"
	//this.icon_rel4 = 0

	this.item5 = "Search"
	this.item_padding_main5 = "3,10,0,0" //top, right, bottom, left
	this.url5 = "http://americas.irc-online.org/search"	
	//this.icon_rel5 = 0
	
	this.item6 = "Feedback"
	this.item_padding_main6 = "3,10,0,0" //top, right, bottom, left
	this.url6 = "mailto:americas@ciponline.org"
	//this.icon_rel6 = 0


/*---------------------------------------------
sub Menu Group and Items
---------------------------------------------*/

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

	this.menu_xy0 = "-90,18"
	this.menu_width0 = 200

	this.item0_0 = "About&nbsp;Americas"
	this.item0_1 = "En&nbsp;espa&ntilde;ol"
	this.item0_2 = "Staff&nbsp;and&nbsp;Volunteers"
	this.item0_3 = "BIOS"
	this.item0_4 = "Border&nbsp;Information&nbsp;Clearinghouse"
	this.item0_5 = "borderlines"
	this.item0_6 = "TransBorder&nbsp;Project"

	this.url0_0 = 'http://americas.irc-online.org/amgen/12'
	this.url0_1 = 'http://www.ircamericas.org/'
	this.url0_2 = 'http://americas.irc-online.org/am/4577'
	this.url0_3 = 'http://americas.irc-online.org/amgen/13'
	this.url0_4 = 'http://americas.irc-online.org/amgen/14'
	this.url0_5 = 'http://americas.irc-online.org/borderlines/index.html'
	this.url0_6 = 'http://sites.google.com/site/transborderproject/'

//  ---------------------
//  Sub Menu 0_0
//  There is no submenu for item #0_0

//  ---------------------
//  Sub Menu 0_1
//  There is no submenu for item #0_0
	
//  ---------------------
//  Sub Menu 1

	this.menu_xy1 = "-65,18"
	this.menu_width1 = 100
	
	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.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/'

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

	this.menu_xy2 = "-50,18"
	this.menu_width2 = 230

	this.item2_0 = "Integration&nbsp;&amp;&nbsp;Trade"
	this.item2_1 = "Latin-American&nbsp;Affairs"
	this.item2_2 = "Biodiversity&nbsp;&amp;&nbsp;Sustainable&nbsp;Development"
	this.item2_3 = "Mexico&nbsp;&amp;&nbsp;Border"
	this.item2_4 = "Immigration"
	this.item2_5 = "Right-to-Know&nbsp;&amp;&nbsp;Communications&nbsp;Rights"
	this.item2_6 = "Citizen&nbsp;Action"
	this.item2_7 = "Regular&nbsp;Columnists"
	this.item2_8 = "Central&nbsp;America"
	this.item2_9 = "South&nbsp;America"
	this.item2_10 = "Caribbean"
	this.item2_11 = "Mexico"

	this.url2_0 = 'http://americas.irc-online.org/am/4547'
	this.url2_1 = 'http://americas.irc-online.org/amindex/lapol/'
	this.url2_2 = 'http://americas.irc-online.org/amindex/sust/'
	this.url2_3 = 'http://americas.irc-online.org/amindex/usmex/'
	this.url2_4 = 'http://americas.irc-online.org/am/4619'
	this.url2_5 = 'http://americas.irc-online.org/am/4618'
	this.url2_6 = 'http://americas.irc-online.org/amindex/citact/'
	this.url2_7 = 'http://americas.irc-online.org/columns/index.php'
	this.url2_8 = 'http://americas.irc-online.org/amindex/centam/'
	this.url2_9 = 'http://americas.irc-online.org/amindex/southam/'
	this.url2_10 = 'http://americas.irc-online.org/amindex/caribe/'
	this.url2_11 = 'http://americas.irc-online.org/amindex/mex/'


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

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

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

	this.menu_xy5 = "-48,18"
	this.menu_width5 = 60
	
	this.item5_0 = "Site&nbsp;Map"

	this.url5_0 = 'http://americas.irc-online.org/sitemap.html'

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


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


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