//  QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com

/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/

limit_multiple_users = true
sequence = "9x88_4"

dqm__sub_menu_width = 132      		//default sub menu widths
dqm__sub_xy = "0,0"            		//default sub x,y coordinates - defined relative
									//to the top-left corner of parent image or sub menu  

dqm__urltarget = "_self"			//default URL target: _self, _parent, _new, or "my frame name"

dqm__border_width = 1
dqm__divider_height = 1

dqm__border_color = "#D6BE5C"		//Hex color or 'transparent'
dqm__menu_bgcolor = "#E8DEBA"		//Hex color or 'transparent'
dqm__hl_bgcolor = "#D6BE5C"		

dqm__mouse_off_delay = 150			//defined in milliseconds (activated after mouse stops)
dqm__nn4_mouse_off_delay = 500		//defined in milliseconds (activated after leaving sub)


/*-------------------------------------------
Font settings and margins
--------------------------------------------*/
   
//Font settings

dqm__textcolor = "#000000"
dqm__fontfamily = "Verdana"		//Any available system font     
dqm__fontsize = 10				//Defined with pixel sizing  	
dqm__fontsize_ie4 = 9			//Defined with point sizing
dqm__textdecoration = "normal"	//set to: 'normal', or 'underline'
dqm__fontweight = "normal"		//set to: 'normal', or 'bold'
dqm__fontstyle = "normal"		//set to: 'normal', or 'italic' 	

//Rollover font settings

dqm__hl_textcolor = "#000000"
dqm__hl_textdecoration = "none"	//set to: 'normal', or 'underline'


//Margins and text alignment

dqm__text_alignment = "left"		//set to: 'left', 'center' or 'right'
dqm__margin_top = 3
dqm__margin_bottom = 3
dqm__margin_left = 10
dqm__margin_right = 5

/*-------------------------------------------
Bullet and Icon image library - Unlimited bullet
or icon images may be defined below and then associated
with any sub menu items within the 'Sub Menu Structure 
and Text' section of this data file.
--------------------------------------------*/

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

//dqm__icon_image0 = "/images/nav/sample3_bullet.gif"
//dqm__icon_rollover0 = "/images/nav/sample3_bullet_hl.gif"
//dqm__icon_image_wh0 = "13,8"


//Absolute positioned icon images (coordinate poitioned)

dqm__2nd_icon_image0 = "/images/nav/sample2_arrow.gif"
dqm__2nd_icon_rollover0 = "/images/nav/sample2_arrow.gif"
dqm__2nd_icon_image_wh0 = "13,10"
dqm__2nd_icon_image_xy0 = "0,4"


/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/

dqm__show_urls_statusbar = true
 
//dqm__status_text0 = "Sample text - Main Menu Item 0"
//dqm__status_text1 = "Sample text - Main Menu Item 1"

//dqm__status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 0"	
//dqm__status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 1"	


/*-------------------------------------------
Internet Explorer Transition Effects
--------------------------------------------*/

//Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch

dqm__sub_menu_effect = "none" //option: pixelate
dqm__sub_item_effect = "none" //option: fade


//Define the effect duration in seconds below.

dqm__sub_menu_effect_duration = .75
dqm__sub_item_effect_duration = .5


//Specific settings for various transitions.

dqm__effect_pixelate_maxsqare = 25
dqm__effect_iris_irisstyle = "CIRCLE"		//CROSS, CIRCLE, PLUS, SQUARE, or STAR
dqm__effect_checkerboard_squaresx = 14
dqm__effect_checkerboard_squaresY = 14
dqm__effect_checkerboard_direction = "RIGHT"	//UP, DOWN, LEFT, RIGHT


//Opacity and drop shadows.

dqm__sub_menu_opacity = 100			//1 to 100
dqm__dropshadow_color = "none"		//Hex color value or 'none'
dqm__dropshadow_offx = 5			//drop shadow width
dqm__dropshadow_offy = 5			//drop shadow height



/*-------------------------------------------
Browser Bug fixes and Workarounds
--------------------------------------------*/

//Mac offset fixes, adjust until sub menus position correctly.

dqm__os9_ie5mac_offset_X = 0 // prev 10 needs testing
dqm__os9_ie5mac_offset_Y = 0 // prev 15 needs testing

dqm__osx_ie5mac_offset_X = 0
dqm__osx_ie5mac_offset_Y = 0

dqm__ie4mac_offset_X = -8
dqm__ie4mac_offset_Y = -50

//Netscape 4 resize bug workaround.

dqm__nn4_reaload_after_resize = true
dqm__nn4_resize_prompt_user = false
dqm__nn4_resize_prompt_message = "To reinitialize the navigation menu please click the 'Reload' button."


//Set to true if the menu is the only item on the HTML page.

dqm__use_opera_div_detect_fix = false


//Pre-defined sub menu item heights for the Espial Escape browser.

dqm__escape_item_height = 20


/*---------------------------------------------
Exposed menu events
----------------------------------------------*/

//Reference additional onload statements here.
//dqm__onload_code = "alert('custom function - onload')"

//The 'X' indicates the index number of the sub menu group or item.

dqm__showmenu_codeX = "status = 'custom show menu function call - menu0'"
dqm__hidemenu_codeX = "status = 'custom hide menu function call - menu0'"
dqm__clickitem_codeX_X = "alert('custom Function - Menu Item 0_0')"


/*---------------------------------------------
Specific Sub Menu Settings
----------------------------------------------*/

//The following settings may be defined for specific sub menu groups.
//The 'X' represents the index number of the sub menu group.

dqm__border_widthX = 10;
dqm__divider_heightX = 5;		
dqm__border_colorX = "#0000ff";     
dqm__menu_bgcolorX = "#ff0000"
dqm__hl_bgcolorX = "#00ff00"
dqm__hl_textcolorX = "#ff0000"
dqm__text_alignmentX = "left"

//The following settings may be defined for specific sub menu items.
//The 'X' represents the index number of the sub menu item.

dqm__hl_subdescX = "custom highlight text"
dqm__urltargetX = "_new"


/**********************************************************************************************
**********************************************************************************************

                           Main Menu Rollover Images and Links  

**********************************************************************************************
**********************************************************************************************/


dqm__rollover_image0 = "/content/NAD/images/nav/home_on.gif"
dqm__rollover_wh0 = "170,25"
dqm__url0 = "/content/NAD/index.php";   

dqm__rollover_image1 = "/content/NAD/images/nav/resolve_conflict_on.gif"
dqm__rollover_wh1 = "170,25" 
dqm__url1 = "/content/NAD/resolve_conflict/index.php";  

dqm__rollover_image2 = "/content/NAD/images/nav/issues_on.gif"
dqm__rollover_wh2 = "170,25" 
dqm__url2 = "/content/NAD/issues/index.php";  

dqm__rollover_image3 = "/content/NAD/images/nav/negotiations_on.gif"
dqm__rollover_wh3 = "170,25" 
dqm__url3 = "/content/NAD/negotiations/index.php";  

dqm__rollover_image4 = "/content/NAD/images/nav/maps_on.gif"
dqm__rollover_wh4 = "170,25"  
dqm__url4 = "/content/NAD/maps/index.php";  

dqm__rollover_image5 = "/content/NAD/images/nav/resolutions_on.gif"
dqm__rollover_wh5 = "170,25" 
dqm__url5 = "/content/NAD/resolutions/index.php";  

dqm__rollover_image6 = "/content/NAD/images/nav/lexicon_on.gif"
dqm__rollover_wh6 = "170,25"
dqm__url6 = "/content/NAD/lexicon/index.php";  

dqm__rollover_image7 = "/content/NAD/images/nav/library_on.gif"
dqm__rollover_wh7 = "170,25"
dqm__url7 = "/content/NAD/library/index.php";  

dqm__rollover_image8 = "/content/NAD/images/nav/faqs_on.gif"
dqm__rollover_wh8 = "170,25"
dqm__url8 = "/content/NAD/faqs/index.php";  

dqm__rollover_image9 = "/content/NAD/images/nav/speeches_on.gif"
dqm__rollover_wh9 = "170,25"
dqm__url9 = "/content/NAD/speeches/index.php";  

dqm__rollover_image10 = "/content/NAD/images/nav/press_on.gif"
dqm__rollover_wh10 = "170,25"
dqm__url10 = "/content/NAD/press/index.php";  

dqm__rollover_image11 = "/content/NAD/images/nav/help_on.gif"
dqm__rollover_wh11 = "170,25"
dqm__url11 = "/content/NAD/help/index.php";  

dqm__rollover_image12 = "/content/NAD/images/nav/links_on.gif"
dqm__rollover_wh12 = "170,25"
dqm__url12 = "/content/NAD/links/index.php";  

dqm__rollover_image13 = "/content/NAD/images/nav/aboutus_on.gif"
dqm__rollover_wh13 = "170,25"
dqm__url13 = "/content/NAD/aboutus/index.php";  

dqm__rollover_image14 = "/content/NAD/images/nav/contact_on.gif"
dqm__rollover_wh14 = "170,25"
dqm__url14 = "/content/NAD/contact/index.php"; 

/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Structure and Text  

**********************************************************************************************
**********************************************************************************************/
   
//home
dqm__sub_xy0 = "0,0"
dqm__sub_menu_width0 = 115

//How to resolve a conflict
dqm__sub_xy1 = "0,2"
dqm__sub_menu_width1 = 155
dqm__subdesc1_0  = "Summary" 
dqm__subdesc1_1  = "Jerusalem"
dqm__subdesc1_2  = "Settlements"
dqm__subdesc1_3  = "Refugees"
dqm__subdesc1_4  = "Borders" 
dqm__subdesc1_5  = "Security"
dqm__subdesc1_6  = "Water"
dqm__subdesc1_7  = "Economics"
dqm__subdesc1_8  = "Compensation"
dqm__subdesc1_9  = "Relations between Palestine and Israel"
dqm__subdesc1_10 = "Relations between Israel and the Arab World"
dqm__icon_index1_0  = 0
dqm__icon_index1_1  = 0
dqm__icon_index1_2  = 0
dqm__icon_index1_3  = 0
dqm__icon_index1_4  = 0
dqm__icon_index1_5  = 0
dqm__icon_index1_6  = 0
dqm__icon_index1_7  = 0
dqm__icon_index1_8  = 0
dqm__icon_index1_9  = 0
dqm__icon_index1_10 = 0
dqm__url1_0  = "/content/NAD/resolve_conflict/summary/index.php"
dqm__url1_1  = "/content/NAD/resolve_conflict/jerusalem/index.php"
dqm__url1_2  = "/content/NAD/resolve_conflict/settlements/index.php"
dqm__url1_3  = "/content/NAD/resolve_conflict/refugees/index.php"
dqm__url1_4  = "/content/NAD/resolve_conflict/borders/index.php"
dqm__url1_5  = "/content/NAD/resolve_conflict/security/index.php"
dqm__url1_6  = "/content/NAD/resolve_conflict/water/index.php"
dqm__url1_7  = "/content/NAD/resolve_conflict/economics/index.php"
dqm__url1_8  = "/content/NAD/resolve_conflict/compensation/losses_compensation.php"
dqm__url1_9  = "/content/NAD/resolve_conflict/relations_pi/index.php"
dqm__url1_10 = "/content/NAD/resolve_conflict/relations_ia/index.php"


//Current Issues
dqm__sub_xy2 = "0,2"
dqm__sub_menu_width2 = 155
dqm__subdesc2_0 = "Israeli Colonization of the Occupied Palestinian Territories"
dqm__subdesc2_1 = "The Palestinian Uprising Against Occupation"
dqm__subdesc2_2 = "The Mitchell Report Documents"
dqm__subdesc2_3 = "Palestinian Textbooks"
dqm__subdesc2_4 = "The &rsquo;Security&rsquo; Wall"
dqm__icon_index2_0 = 0
dqm__icon_index2_1 = 0
dqm__icon_index2_2 = 0
dqm__icon_index2_3 = 0
dqm__icon_index2_4 = 0
dqm__url2_0 = "/content/NAD/issues/israel_colonization/whois_israel_fooling.php"
dqm__url2_1 = "/content/NAD/issues/pl_uprising/history_repeats.php"
dqm__url2_2 = "/content/NAD/issues/mitchell_report/plo_response_mc.php"
dqm__url2_3 = "/content/NAD/issues/pl_textbooks/index.php"
dqm__url2_4 = "/content/NAD/issues/security_wall/index.php"


//The Negotiations Process 
dqm__sub_xy3 = "0,2"
dqm__sub_menu_width3 = 155
dqm__subdesc3_0 = "History of Negotiations with Israel"
dqm__subdesc3_1 = "Summary of Signed Agreements and Compliance With Signed Agreements"
dqm__subdesc3_2 = "Signed Agreements with Israel"
dqm__subdesc3_3 = "Israel's Violations of the Oslo Agreements"
dqm__subdesc3_4 = "Camp David Negotiations"
dqm__subdesc3_5 = "The Clinton Parameters"
dqm__subdesc3_6 = "The Taba Negotiations"
dqm__icon_index3_0 = 0
dqm__icon_index3_1 = 0
dqm__icon_index3_2 = 0
dqm__icon_index3_3 = 0
dqm__icon_index3_4 = 0
dqm__icon_index3_5 = 0
dqm__icon_index3_6 = 0
dqm__url3_0 = "/content/NAD/negotiations/neg_history/index.php"
dqm__url3_1 = "/content/NAD/negotiations/neg_summary/index.php"
dqm__url3_2 = "/content/NAD/negotiations/neg_agreements/declaration1.php"
dqm__url3_3 = "/content/NAD/negotiations/neg_violations/index.php"
dqm__url3_4 = "/content/NAD/negotiations/neg_camp_david/index.php"
dqm__url3_5 = "/content/NAD/negotiations/clinton_parameters/param2.php"
dqm__url3_6 = "/content/NAD/negotiations/taba/taba_statement.php"


//Maps
dqm__sub_xy4 = "0,0"
dqm__sub_menu_width4 = 115

//UN Resolutions and Signed Agreements
dqm__sub_xy5 = "0,0"
dqm__sub_menu_width5 = 115

//Lexicon
dqm__sub_xy6 = "0,2"
dqm__sub_menu_width6 = 130
dqm__subdesc6_0 = "Jerusalem"
dqm__subdesc6_1 = "Colonies"
dqm__subdesc6_2 = "Refugees"
dqm__subdesc6_3 = "Borders"
dqm__subdesc6_4 = "Security"
dqm__subdesc6_5 = "Compensation"
dqm__icon_index6_0 = 0
dqm__icon_index6_1 = 0
dqm__icon_index6_2 = 0
dqm__icon_index6_3 = 0
dqm__icon_index6_4 = 0
dqm__icon_index6_5 = 0
dqm__url6_0 = "/content/NAD/lexicon/jerusalem/index.php"
dqm__url6_1 = "/content/NAD/lexicon/colonies/index.php"
dqm__url6_2 = "/content/NAD/lexicon/refugees/index.php"
dqm__url6_3 = "/content/NAD/lexicon/borders/index.php"
dqm__url6_4 = "/content/NAD/pdfs/lexicon_security.pdf"
dqm__url6_5 = "/content/NAD/lexicon/compensation/index.php"

//Photo Library
dqm__sub_xy7 = "0,0"
dqm__sub_menu_width7 = 115

//Fact Sheets, Frequently Asked Questions
dqm__sub_xy8 = "0,2"
dqm__sub_menu_width8 = 155
dqm__subdesc8_0 = "Fact Sheets"
dqm__subdesc8_1 = "Frequently Asked Questions"
dqm__subdesc8_2 = "Press Releases"
dqm__icon_index8_0 = 0
dqm__icon_index8_1 = 0
dqm__icon_index8_2 = 0
dqm__url8_0 = "/content/NAD/faqs/fact_sheets/new_israeli_cabinet.php"
dqm__url8_1 = "/content/NAD/faqs/faqs/prime_minister.php"
dqm__url8_2 = "/content/NAD/faqs/press_releases/index.php"

//Speeches and Statements
dqm__sub_xy9 = "0,0"
dqm__sub_menu_width9 = 115

//From the Press
dqm__sub_xy10 = "0,2"
dqm__sub_menu_width10 = 155
dqm__subdesc10_0 = "President Yasser Arafat: The Palestinian Vision of Peace"
dqm__subdesc10_1 = "Colonies"
dqm__subdesc10_2 = "Jerusalem"
dqm__subdesc10_3 = "Refugees"
dqm__subdesc10_4 = "Borders"
dqm__subdesc10_5 = "Security"
dqm__subdesc10_6 = "Relations between Israel and the Arab World"
dqm__subdesc10_7 = "The Palestinian Uprising Against Israel's Occupation"
dqm__icon_index10_0 = 0
dqm__icon_index10_1 = 0
dqm__icon_index10_2 = 0
dqm__icon_index10_3 = 0
dqm__icon_index10_4 = 0
dqm__icon_index10_5 = 0
dqm__icon_index10_6 = 0
dqm__icon_index10_7 = 0
dqm__url10_0 = "/content/NAD/press/arafat/index.php"
dqm__url10_1 = "/content/NAD/press/colonies/index.php"
dqm__url10_2 = "/content/NAD/press/jerusalem/vatican.php"
dqm__url10_3 = "/content/NAD/press/refugees/index.php"
dqm__url10_4 = "/content/NAD/press/borders/index.php"
dqm__url10_5 = "/content/NAD/press/security/index.php"
dqm__url10_6 = "/content/NAD/press/relations/index.php"
dqm__url10_7 = "/content/NAD/press/occupation/narwan_bishara.php"

//How You Can Help
dqm__sub_xy11 = "0,0"
dqm__sub_menu_width11 = 115

//Links and Additional Information
dqm__sub_xy12 = "0,2"
dqm__sub_menu_width12 = 155
dqm__subdesc12_0 = "Bibliography "
dqm__subdesc12_1 = "Links to Other Sites"
dqm__icon_index12_0 = 0
dqm__icon_index12_1 = 0
dqm__url12_0 = "/content/NAD/links/bibliography/index.php"
dqm__url12_1 = "/content/NAD/links/links/index.php"

//about us
dqm__sub_xy13 = "0,0"
dqm__sub_menu_width13 = 115

//Contact us
dqm__sub_xy14 = "0,0"
dqm__sub_menu_width14 = 115


