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

function cdd_menu0(){//////////////////////////Start Menu Data/////////////////////////////////

/*---------------------------------------------
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 = "/images/nav0105/search_off.gif"
	this.rel_icon_rollover0 = "/images/nav0105/search_on.gif"
	this.rel_icon_image_wh0 = "100,16"

	this.rel_icon_image1 = "/images/nav0105/debateclub_off.gif"
	this.rel_icon_rollover1 = "/images/nav0105/debateclub_on.gif"
	this.rel_icon_image_wh1 = "120,16"

	this.rel_icon_image2 = "/images/nav0105/archives_off.gif"
	this.rel_icon_rollover2 = "/images/nav0105/archives_on.gif"
	this.rel_icon_image_wh2 = "100,16"

	this.rel_icon_image3 = "/images/nav0105/subscribe_off.gif"
	this.rel_icon_rollover3 = "/images/nav0105/subscribe_on.gif"
	this.rel_icon_image_wh3 = "110,16"

	this.rel_icon_image4 = "/images/nav0105/enewsletter_off.gif"
	this.rel_icon_rollover4 = "/images/nav0105/enewsletter_on.gif"
	this.rel_icon_image_wh4 = "130,16"

	this.rel_icon_image5 = "/images/nav0105/aboutus_off.gif"
	this.rel_icon_rollover5 = "/images/nav0105/aboutus_on.gif"
	this.rel_icon_image_wh5 = "100,16"

	this.rel_icon_image6 = "/images/nav0105/contact_off.gif"
	this.rel_icon_rollover6 = "/images/nav0105/contact_on.gif"
	this.rel_icon_image_wh6 = "97,16"

	this.rel_icon_image7 = "/images/nav0105/advertise_off.gif"
	this.rel_icon_rollover7 = "/images/nav0105/advertise_on.gif"
	this.rel_icon_image_wh7 = "84,16"

	this.rel_icon_image8 = "/images/nav0105/ar_byissue_off.gif"
	this.rel_icon_rollover8 = "/images/nav0105/ar_byissue_on.gif"
	this.rel_icon_image_wh8 = "100,16"

	this.rel_icon_image9 = "/images/nav0105/ar_bytopic_off.gif"
	this.rel_icon_rollover9 = "/images/nav0105/ar_bytopic_on.gif"
	this.rel_icon_image_wh9 = "100,16"

	this.rel_icon_image10 = "/images/nav0105/dc_archives_off.gif"
	this.rel_icon_rollover10 = "/images/nav0105/dc_archives_on.gif"
	this.rel_icon_image_wh10 = "120,16"

	this.rel_icon_image11 = "/images/nav0105/dc_alerts_off.gif"
	this.rel_icon_rollover11 = "/images/nav0105/dc_alerts_on.gif"
	this.rel_icon_image_wh11 = "120,16"

	this.rel_icon_image12 = "/images/nav0105/el_subscribe_off.gif"
	this.rel_icon_rollover12 = "/images/nav0105/el_subscribe_on.gif"
	this.rel_icon_image_wh12 = "130,16"

	this.rel_icon_image13 = "/images/nav0105/el_unsubscribe_off.gif"
	this.rel_icon_rollover13 = "/images/nav0105/el_unsubscribe_on.gif"
	this.rel_icon_image_wh13 = "130,16"

	this.rel_icon_image14 = "/images/nav0105/sub_renew_off.gif"
	this.rel_icon_rollover14 = "/images/nav0105/sub_renew_on.gif"
	this.rel_icon_image_wh14 = "96,16"

	this.rel_icon_image15 = "/images/nav0105/sub_pay_off.gif"
	this.rel_icon_rollover15 = "/images/nav0105/sub_pay_on.gif"
	this.rel_icon_image_wh15 = "96,16"

	this.rel_icon_image16 = "/images/nav0105/sub_address_off.gif"
	this.rel_icon_rollover16 = "/images/nav0105/sub_address_on.gif"
	this.rel_icon_image_wh16 = "96,26"

	this.rel_icon_image17 = "/images/nav0105/sub_gift_off.gif"
	this.rel_icon_rollover17 = "/images/nav0105/sub_gift_on.gif"
	this.rel_icon_image_wh17 = "96,26"

	this.rel_icon_image18 = "/images/nav0105/sub_student_off.gif"
	this.rel_icon_rollover18 = "/images/nav0105/sub_student_on.gif"
	this.rel_icon_image_wh18 = "96,26"

	this.rel_icon_image19 = "/images/nav0105/con_masthead_off.gif"
	this.rel_icon_rollover19 = "/images/nav0105/con_masthead_on.gif"
	this.rel_icon_image_wh19 = "97,16"

	this.rel_icon_image20 = "/images/nav0105/con_guidelines_off.gif"
	this.rel_icon_rollover20 = "/images/nav0105/con_guidelines_on.gif"
	this.rel_icon_image_wh20 = "97,26"

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


//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_items = 104			//applies to items in a horizontal menu



   //Padding Values
	this.menu_padding_main = "0,0,0,0"		//top, right, bottom, left
	this.menu_padding_sub = "0,0,0,0"
	this.item_padding_main = "0,0,0,0"
	this.item_padding_sub = "0,0,0,0"

   //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_width0 = 104
	this.menu_width_items0 = 100
	this.menu_width_item0_0 = 100

	this.menu_width1 = 78

	this.menu_border_subX = 1
	this.item_border_main0 = 1
	this.item_border_subX_X = 1




/*---------------------------------------------
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')"
	




	this.opera_old_display_html = "Please update your opera browser."; //Opera 5 & 6 - alternate HTML display (Opera 7 displays menu 100%)



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


   //Main Menu Group 0

	
	this.item0 = "</>"
	this.icon_rel0 = 0
	this.url0 = "/search/index.msp"	

	this.item1 = "</>"
	this.icon_rel1 = 1
	this.url1 = "/debateclub"	
		
	this.item2 = "</>"
	this.icon_rel2 = 2
	this.url2 = "/issues/archive.msp"	
	
	this.item3 = "</>"
	this.icon_rel3 = 5
	this.url3 = "/aboutus"	



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

    //Sub Menu 1

//	this.menu_xy1 = "-120,16"
//	this.menu_width1 = 120
	
//	this.item1_0 = "</>"
//	this.icon_rel1_0 = 10
//	this.url1_0 = '/webexclusive/dc_archives.msp'


    //Sub Menu 2

	this.menu_xy2 = "-100,16"
	this.menu_width2 = 100
	
	this.item2_0 = "</>"
	this.icon_rel2_0 = 8
	this.url2_0 = '/issues/archive.msp'
	this.item2_1 = "</>"
	this.icon_rel2_1 = 9
	this.url2_1 = '/issues/archive_topic.msp'


	

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



