
/*-------------------------------------------
Copyright Notice - The following parameter is 
required in order for the menu to function.
--------------------------------------------*/


   DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2002, OpenCube Inc. - www.opencube.com"
 


/*-------------------------------------------
required menu Settings
--------------------------------------------*/


   DQM_sub_menu_width = 500      //default sub menu widths
   DQM_sub_xy = "-50,0"            //default sub x,y coordinates
   
   
   DQM_codebase = ""             //relative location of .js files
   DQM_urltarget = "_self"       //set to: _self, _parent, _new, or "my frame name"

   DQM_border_width = 1
   DQM_divider_height = 0

   DQM_border_color = "#999999"  //Changes the submenu border: Hex color value or 'transparent'
   DQM_menu_bgcolor = "#cccccc"  //Changes the submenu background: Hex color value or 'transparent'
   DQM_hl_bgcolor = "#999999"    //Changes the submenu rollover highlight: Hex color value
   

   /*---The following parameter defines the delay
   -----time between the mouse moving outside of
   -----a sub menu and the sub menu actually closing.
   -----In all browsers except Netscape 4.x this time 
   -----period starts after the mouse leaves the sub 
   -----menu and the user stops moving the mouse. 
   -----This setting is useful for reducing end-user 
   -----error in the selection of sub menus. Defined 
   -----in milliseconds (1/1000s)---*/

   DQM_mouse_off_delay = 100
   
  
   /*---Internet Explorer Mac Offset Fix - The following
   -----parameters correct position reporting bugs in
   -----ie4.x and ie5.x on the Mac OS9 and OSX platforms.
   -----Adjust the offsets below until the first level
   -----sub menus pop up in the correct location.*/
   
   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 = 0
   DQM_ie4mac_offset_Y = 0


   /*---Netscape 4.x fix option - bugs in Netscape 4.x
   -----can cause layers (sub menus) to be rendered
   -----incorrectly upon resizing the browser window.
   -----The only way to work around this issue is to reload
   -----the page after a resize. The following parameters allow
   -----the menu to automatically reload the page for the user
   -----after a resize, prompts the user to reload the page
   -----manually after resize, or attempts to correct the menu
   -----after a resize without reloading.-----*/
   
   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."
   

   /*---Opera 4 & up fix - The following parameter option
   -----corrects div mouse detection bugs on Opera. Set the
   -----parameter value to true if your sub menus are located
   -----at the lowest point on the HTML page.---*/

   DQM_use_opera_div_detect_fix = true;


/*-------------------------------------------
Internet Explorer Transition Effects - IE5.5 & UP

Note: All non supporting browsers will ignore
the effect settings below while retaining the
complete sub menu functionality and look.
--------------------------------------------*/

	
   /*----Options include - none | fade | pixelate |
   ------iris | slide | gradientwipe | checkerboard |
   ------radialwipe | randombars | randomdissolve |stretch */

   DQM_sub_menu_effect = "fade"
   DQM_sub_item_effect = "fade"


   /*----Define the effect duration in seconds below---*/
   
   DQM_sub_menu_effect_duration = .4
   DQM_sub_item_effect_duration = .4

  
   /*----Customization option settings for the various effect
   ------transitions may be defined below---*/

   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
	

   DQM_sub_menu_opacity = 100

   DQM_dropshadow_color = "none"                //Hex color value or 'none'
   DQM_dropshadow_offx = 0                      //drop shadow width
   DQM_dropshadow_offy = 0	                //drop shadow height



/*---------------------------------------------
Optional event triggered custom function calls
----------------------------------------------*/



/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DQM_textcolor = "#333333"
   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' 	
   DQM_hl_textcolor = "#000000"
   DQM_hl_textdecoration = "normal"   //set to: 'normal', or 'underline'

   DQM_margin_top = 2
   DQM_margin_bottom = 3
   DQM_margin_left = 5
   DQM_margin_right = 4

   DQM_text_alignment = "left"           //set to: 'left', 'center' or 'right'
   



/*---------------------------------------------
Optional Icon Images - Relative Positioning

-----------------------------------------------*/


   DQM_icon_image0 = "assets/bullet.gif"
   DQM_icon_rollover0 = "assets/bullet_hl.gif"
   DQM_icon_image_wh0 = "13,8"

   DQM_icon_image1 = "sample_images/arrow.gif"
   DQM_icon_rollover1 = "sample_images/arrow.gif"
   DQM_icon_image_wh1 = "13,10"



/*---------------------------------------------
Optional 2nd Icon Images - Absolute Positioning

-----------------------------------------------*/


   DQM_2nd_icon_image0 = "sample_images/arrow.gif"
   DQM_2nd_icon_rollover0 = "sample_images/arrow.gif"
   DQM_2nd_icon_image_wh0 = "13,10"
   DQM_2nd_icon_image_xy0 = "0,4"



/*---------------------------------------------
Optional Status Bar Text

Note: Custom defined status bar text for a menu item 
will be displayed in place of the URL when the 
'DQM_show_urls_statusbar' parameter is set to true.
-----------------------------------------------*/

   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"	




/*********************************************************************/
/*                                                                   */
/*                       MAIN MENU CUSTOMIZATION                     */
/*                                                                   */ 
/*********************************************************************/

  

   /************************************************
   *********-------Main Menu 0--------**************
   ************************************************/

   DQM_rollover_image0 = "assets/navStil-over.gif"
   DQM_rollover_wh0 = "54,16"
   DQM_url0 = "pStil.html";  


   /************************************************
   *********-------Main Menu 1--------**************
   ************************************************/

   DQM_rollover_image1 = "assets/navLife-over.gif"
   DQM_rollover_wh1 = "59,16"
   DQM_url1 = "pLifPor.html";


   /************************************************
   *********-------Main Menu 2--------**************
   ************************************************/    

   DQM_rollover_image2 = "assets/navTech-over.gif" 
   DQM_rollover_wh2 = "73,16"
   DQM_url2 = "pTecHi.html";   


   /************************************************
   *********-------Main Menu 3--------***************
   ************************************************/

   DQM_rollover_image3 = "assets/navPS-over.gif" 
   DQM_rollover_wh3 = "72,16"
   DQM_url3 = "pPS.html";   
   
   
   /************************************************
   *********-------Main Menu 4--------***************
   ************************************************/

   DQM_rollover_image4 = "assets/navPer-over.gif" 
   DQM_rollover_wh4 = "154,16"
   DQM_url4 = "pPerSho.html"; 
   
   /************************************************
   *********-------Main Menu 5--------***************
   ************************************************/

   DQM_rollover_image5 = "assets/navOped-over.gif" 
   DQM_rollover_wh5 = "40,16"
   DQM_url5 = "iOpEd.html"; 
   
   /************************************************
   *********-------Main Menu 6--------***************
   ************************************************/

   DQM_rollover_image6 = "assets/navBio-over.gif" 
   DQM_rollover_wh6 = "67,16"
   DQM_url6 = "iBio.html"; 
   
   /************************************************
   *********-------Main Menu 7--------***************
   ************************************************/

   DQM_rollover_image7 = "assets/navClient-over.gif" 
   DQM_rollover_wh7 = "102,16"
   DQM_url7 = "iClient.html"; 
   
   /************************************************
   *********-------Main Menu 8--------***************
   ************************************************/

   DQM_rollover_image8 = "assets/navLinks-over.gif" 
   DQM_rollover_wh8 = "126,16"
   DQM_url8 = "iLinks.html"; 
  


/*********************************************************************/
/*                                                                   */
/*                       SUB MENU CUSTOMIZATION                      */
/*                                                                   */ 
/*********************************************************************/



/************************************************
*********-------Sub Menu 0--------***************
************************************************/

/*--
DQM_sub_xy0 = "-72,16"
DQM_sub_menu_width0 = 90

DQM_subdesc0_0 = "link name"
DQM_subdesc0_1 = "link name"
DQM_subdesc0_2 = "link name"
DQM_subdesc0_3 = "link name"
DQM_subdesc0_4 = "link name"
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_url0_2 = "http://"
DQM_url0_3 = "http://"
DQM_url0_4 = "http://"
--*/



/************************************************
*********-------Sub Menu 1--------***************
************************************************/


DQM_sub_xy1 = "-59,16" //Changes the position of the submenu relative to the top/right of the menu gif
DQM_sub_menu_width1 = 90 //Changes the width of the submenu

DQM_subdesc1_0 = "Portraits" 
DQM_subdesc1_1 = "Groups"
DQM_subdesc1_2 = "Kids"
DQM_subdesc1_3 = "Music"
DQM_subdesc1_4 = "Gardens"
DQM_subdesc1_5 = "Artwork"

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_url1_0 = "pLifPor.html"
DQM_url1_1 = "pLifGrp.html"
DQM_url1_2 = "pLifKid.html"
DQM_url1_3 = "pLifMus.html"
DQM_url1_4 = "pLifGar.html"
DQM_url1_5 = "pLifArt_intro.html"



/************************************************
*********-------Sub Menu 2--------***************
************************************************/

DQM_sub_xy2 = "-73,16" //Changes the position of the submenu relative to the top/right of the menu gif
DQM_sub_menu_width2 = 120 //Changes the width of the submenu

DQM_subdesc2_0 = "High Tech" 
DQM_subdesc2_1 = "Biotechnology"
DQM_subdesc2_2 = "Medical"

DQM_icon_index2_0 = 0
DQM_icon_index2_1 = 0
DQM_icon_index2_2 = 0

DQM_url2_0 = "pTecHi.html"
DQM_url2_1 = "pTecBio.html"
DQM_url2_2 = "pTecMed.html"



/************************************************
*********-------Sub Menu 3--------***************
************************************************/

/*--
DQM_sub_xy3 = "-107,16"
DQM_sub_menu_width3 = 90

DQM_subdesc3_0 = "link name"
DQM_subdesc3_1 = "link name"
DQM_subdesc3_2 = "link name"
DQM_subdesc3_3 = "link name"
DQM_subdesc3_4 = "link name"
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_url3_2 = "http://"
DQM_url3_3 = "http://"
DQM_url3_4 = "http://"
--*/



/************************************************
*********-------Sub Menu 4--------***************
************************************************/

DQM_sub_xy4 = "-154,16"
DQM_sub_menu_width4 = 160

DQM_subdesc4_0 = "Photographs & Notes"
DQM_subdesc4_1 = "Pinhole"
DQM_subdesc4_2 = "Kirlian"
//DQM_subdesc4_3 = "The Aftermath of Ansel Adams"
DQM_icon_index4_0 = 0
DQM_icon_index4_1 = 0
DQM_icon_index4_2 = 0
DQM_icon_index4_3 = 0
DQM_url4_0 = "pPerSho_intro.html"
DQM_url4_1 = "pPerPin_intro.html"
DQM_url4_2 = "pPerKir_intro.html"
//DQM_url4_3 = "pPerAns.html"

/************************************************
*********-------Sub Menu 5--------***************
************************************************/

DQM_sub_xy5 = "-40,16"
DQM_sub_menu_width5 = 200

DQM_subdesc5_0 = "Digital WHAT?!"
DQM_subdesc5_1 = "Why Great Photography Works"
DQM_subdesc5_2 = "How'd ya do that?"
DQM_subdesc5_3 = "Unsolicited Marital Advice"
DQM_icon_index5_0 = 0
DQM_icon_index5_1 = 0
DQM_icon_index5_2 = 0
DQM_icon_index5_3 = 0
DQM_url5_0 = "iOpDigi.html"
DQM_url5_1 = "iOpGreat.html"
DQM_url5_2 = "iOpHow.html"
DQM_url5_3 = "iOpUnsol.html"

code0 = 268736
code1 = 207480



