/*-------------------------------------------
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 = 150;	 

   DQM_urltarget = "_self"

   DQM_onload_statement = ""
   DQM_codebase = "/javascript/"

   DQM_border_color = "#434C6C";
   
   DQM_menu_bgcolor = "#CDA0A8";
   DQM_hl_bgcolor = "#A3505F";

   DQM_sub_xy = "0,0";
   DQM_border_width = 1;
   DQM_divider_height = 1;


/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DQM_textcolor = "#434C6C"
   DQM_fontfamily = "Verdana"
   DQM_fontsize = 10
   DQM_textdecoration = "bold"
   DQM_fontweight = "bold"
   DQM_fontstyle = "bold"
   DQM_hl_textcolor = "#ffffff"
   DQM_hl_textdecoration = "bold"

   DQM_margin_top = 5
   DQM_margin_bottom = 5
   DQM_margin_left = 5


/*-------------------------------------------
Optional main menu rollover images
--------------------------------------------*/

   DQM_rollover_image0 = "/images/whyus_on.gif"
   DQM_rollover_image1 = "/images/forpharmacies_on.gif"
   DQM_rollover_image2 = "/images/forpharmacists_on.gif"
   DQM_rollover_image3 = "/images/specialty_on.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 = "0,1"
//DQM_sub_menu_width0 = 122;
DQM_subdesc0_0 = "States Available"
//DQM_subdesc0_1 = "CV"
DQM_icon_index0_0 = 0
DQM_url0_0 = "/states.asp"



/*---------------------------------------------
Sub Menu Item Settings #1
-----------------------------------------------*/

DQM_sub_xy1 = "0,1"
//DQM_sub_menu_width1 = 118;
DQM_subdesc1_0 = "Benefits" 
DQM_subdesc1_1 = "Services"
DQM_subdesc1_2 = "Fill a Position Online"
DQM_subdesc1_3 = "Pharmacy Start Up"
DQM_subdesc1_4 = "Specialty Services"
DQM_icon_index1_0 = 0
DQM_url1_0 = "/forpharmacies/benefits.asp"
DQM_url1_1 = "/forpharmacies/services.asp"
DQM_url1_2 = "/forpharmacies/fill_position.asp"
DQM_url1_3 = "/pharmacyStartUp.asp"
DQM_url1_4 = "/specialtyServices/index.asp"

/*---------------------------------------------
Sub Menu Item Settings #2
-----------------------------------------------*/

DQM_sub_xy2 = "0,1"
//DQM_sub_menu_width2 = 118;
DQM_subdesc2_0 = "Benefits" 
DQM_subdesc2_1 = "Services"
DQM_subdesc2_2 = "Full-Time Openings"
DQM_subdesc2_3 = "Online Application Form"
DQM_subdesc2_4 = "Work Availability Form"
DQM_subdesc2_5 = "Pharmacist Salary Information"
DQM_icon_index2_0 = 0
DQM_url2_0 = "/forPharmacists/benefits.asp"
DQM_url2_1 = "/forPharmacists/services.asp"
DQM_url2_2 = "/forPharmacists/jobOpenings.asp"
DQM_url2_3 = "/forPharmacists/jobApplication.asp"
DQM_url2_4 = "/forPharmacists/pharmacistsAvailability.asp"
DQM_url2_5 = "/forPharmacists/salary/index.asp"

/*---------------------------------------------	
Sub Menu Item Settings #3
-----------------------------------------------*/

DQM_sub_xy3 = "0,1"
//DQM_sub_menu_width3 = 118;
//Begin Dynamic Names//
DQM_subdesc3_0 = "Clinical Pharmacy"
DQM_subdesc3_1 = "Compounding Pharmacy"
DQM_subdesc3_2 = "Oncology Pharmacy"
DQM_subdesc3_3 = "Consulting Services "
DQM_subdesc3_4 = "IV Pharmacy"
DQM_subdesc3_5 = "Nuclear Pharmacy"
//End Dynamic Names//
DQM_icon_index3_0 = 0
//Begin Dynamic Urls//
DQM_url3_0 = "/specialtyServices/specialtyService100007.asp"
DQM_url3_1 = "/specialtyServices/specialtyService100006.asp"
DQM_url3_2 = "/specialtyServices/specialtyService100005.asp"
DQM_url3_3 = "/specialtyServices/specialtyService100000.asp"
DQM_url3_4 = "/specialtyServices/specialtyService100004.asp"
DQM_url3_5 = "/specialtyServices/specialtyService100003.asp"
//End Dynamic Urls//
































