
//  QuickMenu Pro, Copyright (c) - 2002, OpenCube Inc. - http://www.opencube.com
//  
//
//
//  QuickMenu Pro - (QuickMenu v3.0) Works With....
//
//      IE4, IE5.x, IE6 (Win 95, 98, ME, 2000, NT, XP)
//      IE4, IE5.x, &up (Mac)
//      NS4.x (All Platforms)
//      NS5/6.x (All Platforms)
//      ns7 - beta (All Platforms)
//      Opera 5 & 6 (All Platforms)
//      Mozilla 1.0 & up
//
//  


/*-------------------------------------------
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"
 
   limit_multiple_users = true

/*-------------------------------------------
required menu Settings
--------------------------------------------*/

   DQM_sub_menu_width = 130      //default sub menu widths
   DQM_sub_xy = "0,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 = 1

   DQM_border_color = "#000000"  //Hex color value or 'transparent'
   DQM_menu_bgcolor = "#B3BDA6"  //Hex color value or 'transparent'
   DQM_hl_bgcolor = "#7895BC"    //Hex color value


   DQM_mouse_off_delay = 500
   
   
   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."
   

   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 = "none"
   DQM_sub_item_effect = "none"


   /*----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 = 5                      //drop shadow width
   DQM_dropshadow_offy = 5	                //drop shadow height

/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DQM_textcolor = "#000000"
   DQM_fontfamily = "Verdana"            //Any available system font     
   DQM_fontsize = 11		         //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 = "#ffffff"
   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'
   
   DQM_show_urls_statusbar = false
   

/*********************************************************************/
/*                                                                   */
/*                       MAIN MENU CUSTOMIZATION                     */
/*                                                                   */ 
/*********************************************************************/


   DQM_rollover_image0 = "images/Menu/Homeover.jpg";
   DQM_rollover_wh0 = "41,19";
   DQM_url0 = "Default.asp";   

   DQM_rollover_image1 = "images/Menu/AboutUsover.jpg";
   DQM_rollover_wh1 = "63,19";
   DQM_url1 = "AboutUs.asp";  

   DQM_rollover_image2 = "images/Menu/Membersover.jpg";
   DQM_rollover_wh2 = "60,19";  

   DQM_rollover_image3 = "images/Menu/Directionsover.jpg";
   DQM_rollover_wh3 = "67,19";
   DQM_url3 = "Directions.asp";
   
   DQM_rollover_image4 = "images/Menu/TownHallover.jpg"; 
   DQM_rollover_wh4 = "64,19";
   DQM_url4 = "http://www.truro-ma.gov/"
   DQM_urltarget4 = "_new";   
   
   
   DQM_rollover_image5 = "images/Menu/Attractionsover.jpg";
   DQM_rollover_wh5 = "73,19";  

   DQM_rollover_image6 = "images/Menu/ContactUsover.jpg";
   DQM_rollover_wh6 = "72,19";
   DQM_url6 = "ContactUs.asp";   

/*********************************************************************/
/*                                                                   */
/*                       SUB MENU CUSTOMIZATION                      */
/*                                                                   */ 
/*********************************************************************/

DQM_sub_xy2 = "-60,19"
DQM_sub_menu_width2 = 124
DQM_subdesc2_0 = "Accommodations"
DQM_subdesc2_1 = "Realtors"
DQM_subdesc2_2 = "Services and Retail"
DQM_subdesc2_3 = "Restaurants"
DQM_subdesc2_4 = "Recreation"
DQM_url2_0 = "Accommodations.asp"
DQM_url2_1 = "Realtors.asp"
DQM_url2_2 = "ServicesRetail.asp"
DQM_url2_3 = "Restaurants.asp"
DQM_url2_4 = "Recreation.asp"

DQM_sub_xy5 = "-73,19"
DQM_sub_menu_width5 = 150
DQM_subdesc5_0 = "Our Beaches"
DQM_subdesc5_1 = "The Pamet River"
DQM_subdesc5_2 = "Highland Lighthouse"
DQM_subdesc5_3 = "Truro Library"
DQM_subdesc5_4 = "Truro Historical Museum"
DQM_subdesc5_5 = "Castle Hill"
DQM_subdesc5_6 = "Highland Golf"
DQM_subdesc5_7 = "Truro  Treasures"
	DQM_urltarget5_7 = "_new"
DQM_subdesc5_8 = "Payomet"
DQM_subdesc5_9 = "Truro Tercentennial Celebration"
	DQM_urltarget5_8 = "_new"
	DQM_urltarget5_9 = "_new"
DQM_url5_0 = "OurBeaches.asp"
DQM_url5_1 = "PametRiver.asp"
DQM_url5_2 = "HighlandLight.asp"
DQM_url5_3 = "Library.asp"
DQM_url5_4 = "HistoryMuseum.asp"
DQM_url5_5 = "CastleHill.asp"
DQM_url5_6 = "HighlandGolf.asp"
DQM_url5_7 = "http://www.trurotreasures.org"
DQM_url5_8 = "http://www.ppactruro.org"
DQM_url5_9 = "http://www.truro300.org"