code0 = 1846
code1 = 1443
code2 = 2035
code3 = 1632
code4 = 2457
code5 = 2045
sequence = '9x44_5'

//  QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com


/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/


	dqm__sub_menu_width = 161      		//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 = 0
	dqm__divider_height = 0

	dqm__border_color = "#233C5A"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#233C5A"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#7B9BC1"		

	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 = "#ffffff"
	dqm__fontfamily = "Times New Roman"		//Any available system font     
	dqm__fontsize = 13			//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 = "underline"	//set to: 'normal', or 'underline'



    //Margins and text alignment

	dqm__text_alignment = "left"		//set to: 'left', 'center' or 'right'
	dqm__margin_top = 5
	dqm__margin_bottom = 2
	dqm__margin_left = 8
	dqm__margin_right = 4

   


/*-------------------------------------------
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 = "/art/sample3_bullet.gif"
	dqm__icon_rollover0 = "/art/sample3_bullet_hl.gif"
	dqm__icon_image_wh0 = "13,8"

	

    //Absolute positioned icon images (coordinate poitioned)

	dqm__2nd_icon_image0 = "art/images/sample2_arrow.gif"
	dqm__2nd_icon_rollover0 = "art/images/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 = false
   
	//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"
	dqm__sub_item_effect = "none"


    //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_effect = "none"
	dqm__effect_effect = "none"
	dqm__effect_effect = "none"
	dqm__effect_effect = "none"
	dqm__effect_effect = "none"


    //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
	dqm__os9_ie5mac_offset_Y = 0

	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  

**********************************************************************************************
**********************************************************************************************/


    

//Main Menu Item 0	
dqm__rollover_image0 = "/art/new-nav/about2.gif"
	dqm__rollover_wh0 = "161,28"
	dqm__url0 = "/about_minette/index.htm";   



    //Main Menu Item 1

	dqm__rollover_image1 = "/art/new-nav/news2.gif"
	dqm__rollover_wh1 = "161,28"
	dqm__url1 = "/news/index.htm";   



    //Main Menu Item 2
	dqm__rollover_image2 = "/art/new-nav/books2.gif"
	dqm__rollover_wh2 = "161,28"
	dqm__url2 = "/books/index.htm";   



    //Main Menu Item 3

	dqm__rollover_image3 = "/art/new-nav/int2.gif"
	dqm__rollover_wh3 = "161,28"
	dqm__url3 = "/books/international/index.htm";   



    //Main Menu Item 4

	dqm__rollover_image4 = "/art/new-nav/press2.gif"
	dqm__rollover_wh4 = "161,28"
	dqm__url4 = "/press_centre/index.htm";   



    //Main Menu Item 5

	dqm__rollover_image5 = "/art/new-nav/mm2.gif"
	dqm__rollover_wh5 = "161,28"
	dqm__url5 = "/multimedia/index.htm";   

/**********************************************************************************************
**********************************************************************************************
                              Sub Menu Structure and Text  

**********************************************************************************************
**********************************************************************************************/
   


    //Sub Menu 0

	dqm__sub_xy0 = "0,0"
	dqm__sub_menu_width0 = 145

	dqm__subdesc0_0 = "Biography"
	dqm__subdesc0_1 = "Photo Gallery"
	dqm__subdesc0_2 = "Fact Sheet"
	dqm__subdesc0_3 = "Awards"
	dqm__subdesc0_4 = "Charitable Work"
	dqm__subdesc0_5 = "FAQ"
	dqm__subdesc0_6 = "Q&A with Minette"
	dqm__subdesc0_7 = "Advice for Writers"
	dqm__subdesc0_8 = "Profiles"
	dqm__subdesc0_9 = "Video Clips"
	dqm__subdesc0_10 = "Links"

	dqm__icon_index0_0 = 0
	dqm__icon_index0_1 = 0
	dqm__icon_index0_2 = 0
	dqm__icon_index0_3 = 0
	dqm__icon_index0_4 = 0
	dqm__icon_index0_5 = 0
	dqm__icon_index0_6 = 0
	dqm__icon_index0_7 = 0
	dqm__icon_index0_8 = 0
	dqm__icon_index0_9 = 0
	dqm__icon_index0_10= 0

	dqm__url0_0 = "/about_minette/biography.htm"
	dqm__url0_1 = "/about_minette/photos.htm"
	dqm__url0_2 = "/about_minette/fact_sheet.htm"
	dqm__url0_3 = "/about_minette/awards.htm"
	dqm__url0_4 = "/about_minette/charitable_works.htm"
	dqm__url0_5 = "/about_minette/faqs.htm"
	dqm__url0_6 = "/about_minette/mw_qa.htm"
	dqm__url0_7 = "/about_minette/advice.htm"
	dqm__url0_8 = "/about_minette/profiles.htm"
	dqm__url0_9 = "/about_minette/video_clips.htm"
	dqm__url0_10 = "/about_minette/links.htm"


    //Sub Menu 1

	dqm__sub_xy1 = "0,2"
	dqm__sub_menu_width1 = 145

	dqm__subdesc1_0 = "Latest News" 
	dqm__subdesc1_1 = "Diary"
	dqm__subdesc1_2 = "News Archive"


	dqm__icon_index1_0 = 0
	dqm__icon_index1_1 = 0
	dqm__icon_index1_2 = 0


	dqm__url1_0 = "/news/index.htm"
	dqm__url1_1 = "/news/diary.htm"
	dqm__url1_2 = "/news/archive.htm"
	dqm__url1_3 = "/documents/sample_link.htm"


    //Sub Menu 2

	dqm__sub_xy2 = "0,2"
	dqm__sub_menu_width2 = 145
	dqm__subdesc2_0 = "The Chameleon's Shadow"
dqm__subdesc2_1 = "Chickenfeed"	
dqm__subdesc2_2 = "The Devil's Feather"
	dqm__subdesc2_3 = "The Tinder Box"
	dqm__subdesc2_4 = "Disordered Minds"
	dqm__subdesc2_5 = "Fox Evil"
	dqm__subdesc2_6 = "Acid Row"
	dqm__subdesc2_7 = "The Shape of Snakes"
	dqm__subdesc2_8 = "The Breaker"
	dqm__subdesc2_9 = "The Echo"
	dqm__subdesc2_10 = "The Dark Room"
	dqm__subdesc2_11 = "The Scold's Bridle"
	dqm__subdesc2_12 = "The Sculptress"
	dqm__subdesc2_13 = "The Ice House"
	
	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__icon_index2_5 = 0
	dqm__icon_index2_6 = 0
	dqm__icon_index2_7 = 0
	dqm__icon_index2_8 = 0
	dqm__icon_index2_9 = 0
	dqm__icon_index2_10 = 0
	dqm__icon_index2_11= 0
	dqm__icon_index2_12= 0
	dqm__icon_index2_13= 0

dqm__url2_0 = "/books/chameleons_shadow.htm"	
	dqm__url2_1 = "/books/chickenfeed.htm"	
dqm__url2_2 = "/books/devils_feather.htm"
	dqm__url2_3 = "/books/tinder-box.htm"
	dqm__url2_4 = "/books/disordered_minds.htm"
	dqm__url2_5 = "/books/fox_evil.htm"
	dqm__url2_6 = "/books/acid_row.htm"
	dqm__url2_7 = "/books/shape_snakes.htm"
	dqm__url2_8 = "/books/the_breaker.htm"
	dqm__url2_9 = "/books/the_echo.htm"
	dqm__url2_10 = "/books/dark_room.htm"
	dqm__url2_11 = "/books/scolds_bridle.htm"
	dqm__url2_12 = "/books/the_sculptress.htm"
	dqm__url2_13 = "/books/the_icehouse.htm"

//Sub Menu 3
dqm__sub_xy3 = "0,0"
	
dqm__sub_menu_width3 = 145

	

dqm__subdesc3_0 = "By country" 
	
dqm__subdesc3_1 = "+ + +  By book title + + + " 
	
	dqm__subdesc3_2 = "The Tinder Box"
	dqm__subdesc3_3 = "Disordered Minds"
	dqm__subdesc3_4 = "Fox Evil"
	dqm__subdesc3_5 = "Acid Row"
	dqm__subdesc3_6 = "The Shape of Snakes"
	dqm__subdesc3_7 = "The Breaker"
	dqm__subdesc3_8 = "The Echo"
	dqm__subdesc3_9 = "The Dark Room"
	dqm__subdesc3_10 = "The Scold's Bridle"
	dqm__subdesc3_11 = "The Sculptress"
	dqm__subdesc3_12 = "The Ice House"


dqm__icon_index3_0 = 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__icon_index3_7 = 0
	
dqm__icon_index3_8 = 0
	
dqm__icon_index3_9 = 0
	
dqm__icon_index3_10 = 0
	
dqm__icon_index3_11 = 0
	
dqm__icon_index3_12 = 0
	
dqm__icon_index3_13 = 0
	

dqm__url3_0 = "index.htm"	
dqm__url3_1 = ""	
dqm__url3_2 = "tinder-box.htm"
dqm__url3_3 = "disordered_minds.htm"
dqm__url3_4 = "fox_evil.htm"
dqm__url3_5 = "acid_row.htm"
dqm__url3_6 = "shape_snakes.htm"
dqm__url3_7 = "the_breaker.htm"
dqm__url3_8 = "the_echo.htm"
dqm__url3_9 = "dark_room.htm"
dqm__url3_10 = "scolds_bridle.htm"
dqm__url3_11 = "the_sculptress.htm"
dqm__url3_12 = "the_icehouse.htm"





//Sub Menu 4
dqm__sub_xy4 = "0,0"
	
dqm__sub_menu_width4 = 145

	

dqm__subdesc4_0 = "Press Kit" 
	
dqm__subdesc4_1 = "Publicity Photo" 
	
dqm__subdesc4_2 = "Biography" 
	
dqm__subdesc4_3 = "Fact Sheet" 
	
dqm__subdesc4_4 = "FAQ" 
	
dqm__subdesc4_5 = "Publishers"
	
dqm__subdesc4_6 = "Reviews | Books"
	
dqm__subdesc4_7 = "Reviews | Minette"

	

dqm__icon_index4_0 = 0
	
dqm__icon_index4_1 = 0
	
dqm__icon_index4_2 = 0
	
dqm__icon_index4_3 = 0
	
dqm__icon_index4_4 = 0
	
dqm__icon_index4_5 = 0
	
dqm__icon_index4_6 = 0
	
dqm__icon_index4_7 = 0

	
dqm__icon_index4_8 = 0



dqm__url4_0 = "/press_centre/tcs_presskit.htm"	
dqm__url4_1 = "/press_centre/publicity_photo.htm"
dqm__url4_2 = "/about_minette/biography.htm"
dqm__url4_3 = "/about_minette/fact_sheet.htm"
dqm__url4_4 = "/about_minette/faqs.htm"
dqm__url4_5 = "/press_centre/publishers.htm"
dqm__url4_6 = "/press_centre/press_reviews.htm"
dqm__url4_7 = "/press_centre/general_praise.htm"



//Sub Menu 5

	dqm__sub_xy5 = "0,0"
	dqm__sub_menu_width5 = 145


	dqm__subdesc5_0 = "Photo Gallery"
	dqm__subdesc5_1 = "Video Clips"
	dqm__subdesc5_2 = "Audio Clips"
	dqm__subdesc5_3 = "Broadcast"


	dqm__icon_index5_0 = 0
	dqm__icon_index5_1 = 0
	dqm__icon_index5_2 = 0
	dqm__icon_index5_3 = 0


dqm__url5_0 = "/about_minette/photos.htm"
	dqm__url5_1 = "/about_minette/video_clips.htm"
	dqm__url5_2 = "/multimedia/audio_clips.htm"
	dqm__url5_3 = "/multimedia/broadcast.htm"

