DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2002, OpenCube Inc. - www.opencube.com"

DQM_sub_menu_width = 160      	//default sub menu widths

DQM_sub_xy = "0,0"            	//default sub x,y coordinates

DQM_codebase = "quickmenu/" 	//relative location of .js files

DQM_urltarget = "_self"       	//set to: _self, _parent, _new, or "my frame name"

DQM_border_width = 1

DQM_divider_height = 1

DQM_border_color = "#cccccc"  	//Hex color value or 'transparent'

DQM_menu_bgcolor = "#ffffff"  	//Hex color value or 'transparent'

DQM_hl_bgcolor = "#EFEAE5"    	//Hex color value



DQM_mouse_off_delay = 200



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



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."



DQM_use_opera_div_detect_fix = true;



DQM_sub_menu_effect = "fade"

DQM_sub_item_effect = "fade"

DQM_sub_menu_effect_duration = .4

DQM_sub_item_effect_duration = .4

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



//DQM_onload_code = "alert('custom function - onload')"

//DQM_showmenu_code0 = "status = 'custom show menu function call - menu0'"

//DQM_showmenu_code1 = "status = 'custom show menu function call - menu1'"

//DQM_hidemenu_code0 = "status = 'custom hide menu function call - menu0'"

//DQM_hidemenu_code1 = "status = 'custom hide menu function call - menu1'"

//DQM_clickitem_code0_0 = "alert('custom Function - Menu Item 0_0')"

//DQM_clickitem_code1_0 = "alert('custom Function - Menu Item 1_0')"




DQM_textcolor = "#990033"

DQM_fontfamily = "Helvetica, Arial, sans-serif"            	//Any available system font     

DQM_fontsize = 11		         							//Defined with pixel sizing  	

DQM_fontsize_ie4 = 8		         							//Defined with point sizing

DQM_textdecoration = "normal"        				 		//set to: 'normal', or 'underline'

DQM_fontweight = "bold"             							//set to: 'normal', or 'bold'

DQM_fontstyle = "normal"	         							//set to: 'normal', or 'italic' 	

DQM_hl_textcolor = "#990033"

DQM_hl_textdecoration = "normal"   							//set to: 'normal', or 'underline'

DQM_margin_top = 9

DQM_margin_bottom = 8

DQM_margin_left = 8

DQM_margin_right = 8

DQM_text_alignment = "left"           //set to: 'left', 'center' or 'right'

   

DQM_icon_image1 = "sample_images/arrow.gif"

DQM_icon_rollover1 = "sample_images/arrow.gif"

DQM_icon_image_wh1 = "13,10"



DQM_2nd_icon_image0 = "quickmenu/sample_images/arrow.gif"

DQM_2nd_icon_rollover0 = "quickmenu/sample_images/arrow.gif"

DQM_2nd_icon_image_wh0 = "13,10"

DQM_2nd_icon_image_xy0 = "0,7"



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"	




  

  /************************************************

   ********-----PRODUCTS AND SUPPORT------*********

   ************************************************/



   DQM_rollover_image0 = "images/nav/prod_support_on.gif"

   DQM_rollover_wh0 = "151,30"

   DQM_url0 = "products_support.html";





   /************************************************

   ***********------NEWS AND EVENTS------***********

   ************************************************/    



   DQM_rollover_image1 = "images/nav/news_events_on.gif" 

   DQM_rollover_wh1 = "114,30"

   DQM_url1 = "news_events.html"; 
   
   
   
   /************************************************

   **************------PARTNERS------***************

   ************************************************/    



   DQM_rollover_image2 = "images/nav/partners_on.gif" 

   DQM_rollover_wh2 = "84,30"

   DQM_url2 = "partners.html";    





   /************************************************

   *************-------RESOURCES--------************

   ************************************************/



   DQM_rollover_image3 = "images/nav/resources_on.gif"

   DQM_rollover_wh3 = "97,30"

   DQM_url3 = "resources.html";

   

   

   /************************************************

   *************-------CONTACT--------**************

   ************************************************/



   DQM_rollover_image4 = "images/nav/contact_on.gif"

   DQM_rollover_wh4 = "81,30"

   DQM_url4 = "contact.html";
   


   
/*--------------------------------------------------------------------

SUBMENU CUSTOMIZATION PARAMETERS
   

   DQM_border_widthX = 10;

   DQM_divider_heightX = 5;		

 

   DQM_border_colorX = "#AA9C8F";     

   DQM_menu_bgcolorX = "#5990ae"

   DQM_hl_bgcolorX = "#064274"

   DQM_textcolorX = "#ffffff"	 

   DQM_hl_textcolorX = "#ffffff"

   DQM_showmenu_codeX = "status = 'custom show menu function call'"

   DQM_hidemenu_codeX = "status = 'custom hide menu function call'"

   DQM_text_alignmentX = "left"

   DQM_hl_subdescX = "custom highlight text"

   DQM_clickitem_codeX = "alert('Sample onclick function call.')"

   DQM_urltargetX = "_new"


---------------------------------------------------------------------*/



/************************************************

********-------PRODUCTS AND SUPPORT-------*******

************************************************/


DQM_sub_xy0 = "-151,30"

DQM_sub_menu_width0 = 151


DQM_subdesc0_0 = "Background Check Solutions"

DQM_subdesc0_1 = "Information &amp; Support"

DQM_subdesc0_2 = "Login"


DQM_url0_0 = "bkgrnd_check_solutions.html"

DQM_url0_1 = "information_support.html"

DQM_url0_2 = "product_login.html"




/************************************************

**********-------NEWS AND EVENTS-------**********

************************************************/


DQM_sub_xy1 = "-114,30"

DQM_sub_menu_width1 = 114


DQM_subdesc1_0 = "News"

DQM_subdesc1_1 = "Events"


DQM_url1_0 = "news.html"

DQM_url1_1 = "events.html"



/************************************************

*************-------PARTNERS-------*************

************************************************/


DQM_sub_xy2 = "-84,30"

DQM_sub_menu_width2 = 114


DQM_subdesc2_0 = "Current Partners"


DQM_url2_0 = "current_partners.html"



/************************************************

*************-------RESOURCES-------*************

************************************************/


DQM_sub_xy3 = "-97,30"

DQM_sub_menu_width3 = 114


DQM_subdesc3_0 = "Risk Management Toolkit"

DQM_subdesc3_1 = "White Papers"


DQM_url3_0 = "riskmgmt_toolkit.html"

DQM_url3_1 = "white_papers.html"



/************************************************

*************-------CONTACT--------**************

************************************************/





limit_multiple_users = true

