/*-------------------------------------------
IMPORTANT NOTES FOR BROWSER COMPATIBILITY

To maintain browser compatibility the following steps need to be taken:

1. When including this script in a file, make sure it goes in the BODY of the page, right after the end of the BODY tag.
   Do NOT include the script in the HEAD of the file, otherwise it won't work in Netscape 4.xx
   
2. When rollover images are used in the menu, the OnMouseOver & OnMouseOut events from the code
   generated by Dreamweaver need to be removed for these images, in the HREF tag. Only the related code in the IMG tag
   should remain.
--------------------------------------------*/


/*-------------------------------------------
Copyright Notice
--------------------------------------------*/

   DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2001, OpenCube Inc. - www.opencube.com"
   


/*-------------------------------------------
Required menu Settings
--------------------------------------------*/

   DQM_sub_menu_width = 138;	 

   DQM_urltarget = "_self"

   DQM_onload_statement = ""
   DQM_codebase = "/javascript/"

   DQM_border_color = "#375F8A";
   
   DQM_menu_bgcolor = "#DBE4F2";
   DQM_hl_bgcolor = "#B5CDE8";

   DQM_sub_xy = "0,0";
   DQM_border_width = 1;
   DQM_divider_height = 1;


/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DQM_textcolor = "#666666"
   DQM_fontfamily = "Verdana"
   DQM_fontsize = 10
   DQM_textdecoration = "bold"
   DQM_fontweight = "normal"
   DQM_fontstyle = "normal"
   DQM_hl_textcolor = "#000000"
   DQM_hl_textdecoration = "bold"

   DQM_margin_top = 4
   DQM_margin_bottom = 4
   DQM_margin_left = 4


/*-------------------------------------------
Optional main menu rollover images
--------------------------------------------*/
   
   DQM_rollover_image0 = "/images/nav/Menu-100_r2_c4_f2.gif"
   DQM_rollover_image1 = "/images/nav/Menu-100_r2_c6_f2.gif"
   DQM_rollover_image2 = "/images/nav/Menu-100_r2_c8_f2.gif" 
   DQM_rollover_image3 = "/images/nav/Menu-100_r2_c2_f2.gif"
 

/*---------------------------------------------
Optional Icon Images
-----------------------------------------------*/

   DQM_icon_image0 = "/images/spacer.gif"
   DQM_icon_rollover0 = "/images/spacer.gif"
   DQM_icon_image_wh0 = "1,1"


/*---------------------------------------------
Sub Menu Item Settings #0
-----------------------------------------------*/


DQM_sub_xy0 = "-122,19"

//DQM_sub_menu_width0 = 122;

DQM_subdesc0_0 = "Individual Life & Health Administration System"
DQM_subdesc0_1 = "Group Health Administration System"
DQM_subdesc0_2 = "Workers' Compensation System"
DQM_subdesc0_3 = "Application Hosting Services"
 
DQM_icon_index0_0 = 0
DQM_url0_0 = "/Individual_Life_Health_Admin_System.htm"
DQM_url0_1 = "/Group_Health_Insurance_Admin_System.htm"
DQM_url0_2 = "/Workers_Compensation_System.htm"
DQM_url0_3 = "/applicationHostingServices.htm"

/*---------------------------------------------
Sub Menu Item Settings #1
-----------------------------------------------*/

DQM_sub_xy1 = "-115,19"

//DQM_sub_menu_width1 = 118;	

DQM_subdesc1_0 = "Why Document Imaging"
DQM_subdesc1_1 = "Paperless Office Software"
DQM_icon_index0_0 = 0
DQM_url1_0 = "/document_imaging.htm"
DQM_url1_1 = "/paperless_office_software.htm"

/*---------------------------------------------
Sub Menu Item Settings #2
-----------------------------------------------*/

DQM_sub_xy2 = "-81,19"

//DQM_sub_menu_width1 = 118;	

DQM_subdesc2_0 = "Disaster Recovery"
DQM_subdesc2_1 = "e-Solutions / Web Site Development"
DQM_subdesc2_2 = "Our Support"
DQM_subdesc2_3 = "Our Methodology"
DQM_icon_index0_0 = 0
DQM_url2_0 = "/disasterRecovery.htm"
DQM_url2_1 = "/web_design.htm"
DQM_url2_2 = "/Our_Support.htm"
DQM_url2_3 = "/Our_Methodology.htm"

/*---------------------------------------------
Sub Menu Item Settings #3
-----------------------------------------------*/

DQM_sub_xy3 = "-60,19"

//DQM_sub_menu_width1 = 118;	

DQM_subdesc3_0 = "Company Profile"
DQM_subdesc3_1 = "Our Mission"
DQM_subdesc3_2 = "Career Opportunities"
DQM_icon_index0_0 = 0
DQM_url3_0 = "/Company_Profile.htm"
DQM_url3_1 = "/Our_Mission.htm"
DQM_url3_2 = "/career_opportunities.htm"



