DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2002, OpenCube Inc. - www.opencube.com"

/* -------------------------------
Custom Functions




getObj_ATM(name) = Used to get an div object from the page.
Has code to support Netscape 7 > and IE 5 >




checkDiv(name, property) = Used to set the visibility property
of an object.




You should never need to modify the code of these function.
To use these function refer to the DQM_showmenu and DQM_hidemenu
variables below.  Use these function to hide and show drop down
form elements.  Remember to add the div tag around your drop down box.




<div id="name"><select ...><option>...</select></div>


---------------------------------*/

function getObj_ATM(name){

	if (document.getElementById){
		if (document.getElementById(name) != null){
			this.obj = document.getElementById(name);
			this.style = document.getElementById(name).style;
			this.found = true;
		}else{
			this.found = false;
		}
	}else if (document.all){
		if (document.all[name] != null){
			this.obj = document.all[name];
			this.style = document.all[name].style;
			this.found = true;
		}else{
			this.found = false;
		}
	}else if (document.layers){
		if (document.layers[name] != null){
			this.obj = document.layers[name];
			this.style = document.layers[name];
			this.found = true;
		}else{
			this.found = false;
		}
	}
}

function checkDiv(name,property){

	var obj = new getObj_ATM(name);
	if (obj.found){
		obj.style.visibility = property;
	}
}


/*---------------------------------------
General Settings
----------------------------------------*/

DQM_sub_menu_width = 153
DQM_sub_xy = "0,0"
   

DQM_codebase = "/script/"
DQM_urltarget = "_self"

DQM_border_width = 1
DQM_divider_height = 1
DQM_border_color = "#9A193F"
DQM_menu_bgcolor = "#B7365C"
DQM_hl_bgcolor = "#9A193F"

DQM_mouse_off_delay = 100



/*---------------------------------------
Browser Bug Fixes
----------------------------------------*/
   
DQM_os9_ie5mac_offset_X = 10
DQM_os9_ie5mac_offset_Y = 15

DQM_osx_ie5mac_offset_X = 0
DQM_osx_ie5mac_offset_Y = 0

DQM_ie4mac_offset_X = -8
DQM_ie4mac_offset_Y = -50
   
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."



/*---------------------------------------
Transition Effects (ie5.5 &up)
----------------------------------------*/

DQM_sub_menu_effect = "none"
DQM_sub_item_effect = "none"
DQM_sub_menu_effect_duration = .4
DQM_sub_item_effect_duration = .4

DQM_effect_pixelate_maxsqare = 25
DQM_effect_iris_irisstyle = "CIRCLE"
DQM_effect_checkerboard_squaresx = 14
DQM_effect_checkerboard_squaresY = 14
DQM_effect_checkerboard_direction = "RIGHT"
   
DQM_sub_menu_opacity = 100
DQM_dropshadow_color = "none"
DQM_dropshadow_offx = 5
DQM_dropshadow_offy = 5	



/*---------------------------------------
Font, Margin, and Alignment
----------------------------------------*/

DQM_textcolor = "#FFFFFF"
DQM_fontfamily = "Arial"
DQM_fontsize = 11
DQM_fontsize_ie4 = 9
DQM_textdecoration = "normal"
DQM_fontweight = "normal"
DQM_fontstyle = "normal"
DQM_hl_textcolor = "#FFFFFF"
DQM_hl_textdecoration = "normal"

DQM_margin_top = 5
DQM_margin_bottom = 5
DQM_margin_left = 5
DQM_margin_right = 5
DQM_text_alignment = "left"



/*---------------------------------------------
Optional event triggered custom function calls
----------------------------------------------*/

// showmenu_code# is for the # index menu item
// checkDiv(name, property)
// name = the id of the div tag
// property = the value of the visibility property.




// In this site:
//  <div id="mydiv"> is for the drop down at the top of a page.
//

//DQM_showmenu_code0 = "checkDiv('mydiv', 'hidden')"
//DQM_hidemenu_code0 = "checkDiv('mydiv', 'visible')"

//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_code2_0 = "alert('custom Function - Menu Item 2_0')"



/*---------------------------------------
Relative Positioned Icons
----------------------------------------*/   

//DQM_icon_image0 ="/images/blue1.gif"
//DQM_icon_rollover0 ="/images/blue1.gif"
//DQM_icon_image_wh0 = "1,1"

//DQM_icon_image1 ="/images/arrow.gif"
//DQM_icon_rollover1 ="/images/arrow.gif"
//DQM_icon_image_wh1 = "13,10"



/*---------------------------------------
Absolute positioned Icons
----------------------------------------*/

//DQM_2nd_icon_image0 ="/images/arrow.gif"
//DQM_2nd_icon_rollover0 ="/images/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_text2_0 = "Sample text - Main Menu Item 1, Sub Item 0"	
//DQM_status_text2_0 = "Sample text - Main Menu Item 1, Sub Item 1"	



/*---------------------------------------------
Main Menu Settings
-----------------------------------------------*/
  
DQM_rollover_image0 = "/images/nav/about-hover.gif"
DQM_rollover_wh0 = "146,23"
DQM_url0 = "/index.shtml";   

DQM_rollover_image1 = "/images/nav/directory-hover.gif"
DQM_rollover_wh1 = "146,23"
DQM_url1 = "/directory.shtml";

DQM_rollover_image2 = "/images/nav/services-hover.gif" 
DQM_rollover_wh2 = "146,34"
DQM_url2 = "/services.shtml"; 

DQM_rollover_image3 = "/images/nav/newsletters-hover.gif" 
DQM_rollover_wh3 = "146,23"
DQM_url3 = "/newsletters.shtml";   

DQM_rollover_image4 = "/images/nav/construction-hover.gif" 
DQM_rollover_wh4 = "146,34"
DQM_url4 = "http://www.constructionlawnotes.blogspot.com/";   

DQM_rollover_image5 = "/images/nav/trade-hover.gif" 
DQM_rollover_wh5 = "146,34"
DQM_url5 = "/trade.shtml";   

DQM_rollover_image6 = "/images/nav/career-hover.gif" 
DQM_rollover_wh6 = "146,34"
DQM_url6 = "/career.shtml";  
   
DQM_rollover_image7 = "/images/nav/privacy-hover.gif" 
DQM_rollover_wh7 = "146,23"
DQM_url7 = "/privacy.shtml";  

DQM_rollover_image8 = "/images/nav/disclaimer-hover.gif" 
DQM_rollover_wh8 = "146,23"
DQM_url8 = "/disclaimer.shtml";  

DQM_rollover_image9 = "/images/nav/contact-hover.gif" 
DQM_rollover_wh9 = "146,23"
DQM_url9 = "/subscribe_to_news.shtml";  
   



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


DQM_sub_xy1 = "0,0"
DQM_sub_menu_width1 = 170
DQM_subdesc1_0 = "Adam C. Harrison, Partner"
DQM_subdesc1_1 = "Faith E. Harrison, Partner"
DQM_subdesc1_2 = "Scott E. Massengill, Associate"
DQM_subdesc1_3 = "C. Scott Osborn, Associate"
DQM_subdesc1_4 = "Michael J. Pappas, Associate"
DQM_subdesc1_5 = "Eli Y. Robbins, Partner"
DQM_subdesc1_6 = "Jeffrey S. Rosenfeld, Partner"
DQM_subdesc1_7 = "Jason Smith, Associate"

DQM_icon_index1_0 = 0
DQM_icon_index1_1 = 0

DQM_url1_0 = "/ach.shtml"
DQM_url1_1 = "/feh.shtml"
DQM_url1_2 = "/sem.shtml"
DQM_url1_3 = "/cso.shtml"
DQM_url1_4 = "/mjp.shtml"
DQM_url1_5 = "/eyr.shtml"
DQM_url1_6 = "/jsr.shtml"
DQM_url1_7 = "/js.shtml"




DQM_sub_xy2 = "0,0"
DQM_sub_menu_width2 = 170
DQM_subdesc2_0 = "Procurement and Contract Formation"
DQM_subdesc2_1 = "Project Commencement and Claim Avoidance Counseling"
DQM_subdesc2_2 = "Substantial Completion Claim Advocacy"

DQM_icon_index2_0 = 0
DQM_icon_index2_1 = 0
DQM_icon_index2_2 = 0

DQM_url2_0 = "/services.shtml#1"
DQM_url2_1 = "/services.shtml#2"
DQM_url2_2 = "/services.shtml#3"
