
//  NOTE: Parameters with an appended '//' are commented out,
//        delete the '//' to activate the parameter. 
//
//        Commenting out required parameters will cause errors.
//
//        Text values except TRUE and FALSE statements must be
//        enclosed by double quotes (").
//  
//        Each parameter value should appear on its own line.
//
//        This data file may also be placed within your HTML page
//        by enclosing between JavaScript tags.
//
//        Due to browser limitations, DHTML menus will not appear
//        on top of Flash objects, across frames, or over certain
//        form field elements. A hide and show workaround for form
//        fields is included with this menu (see the 'Menu event 
//        triggered custom function calls' section below).         




/*-------------------------------------------
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"
 


/*-------------------------------------------
required menu Settings
--------------------------------------------*/


   DQM_sub_menu_width = 400     //default sub menu widths
   DQM_sub_xy = "0,0"            //default sub x,y coordinates
   
   
   DQM_codebase = "_src/"             //relative location of .js files
   DQM_urltarget = "_parent"       //set to: _self, _parent, _new, or "my frame name"

   DQM_border_width = 0
   DQM_divider_height = 1

   DQM_border_color = "#FFFFFF"
   DQM_menu_bgcolor = "#CC0000"
   DQM_hl_bgcolor = "#330066"
   

   /*---The following parameter defines the delay
   -----time between the mouse moving outside of
   -----a sub menu and the sub menu actually closing.
   -----In all browsers except Netscape 4.x this time 
   -----period starts after the mouse leaves the sub 
   -----menu and the user stops moving the mouse. 
   -----This setting is useful for reducing end-user 
   -----error in the selection of sub menus. Defined 
   -----in milliseconds (1/1000s)---*/

   DQM_mouse_off_delay = 50
   
  
   /*---Internet Explorer Mac Offset Fix - The following
   -----parameters correct position reporting bugs in
   -----ie4.x and ie5.x on the Mac OS9 and OSX platforms.
   -----Adjust the offsets below until the first level
   -----sub menus pop up in the correct location.*/
   
   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

limit_multiple_users = true




   /*---Netscape 4.x fix option - bugs in Netscape 4.x
   -----can cause layers (sub menus) to be rendered
   -----incorrectly upon resizing the browser window.
   -----The only way to work around this issue is to reload
   -----the page after a resize. The following parameters allow
   -----the menu to automatically reload the page for the user
   -----after a resize, prompts the user to reload the page
   -----manually after resize, or attempts to correct the menu
   -----after a resize without reloading.-----*/
   
   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."
   

/*-------------------------------------------
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.
--------------------------------------------*/

	


   DQM_sub_menu_effect = "fade"
   DQM_sub_item_effect = "fade"


   /*----Define the effect duration in seconds below---*/
   
   DQM_sub_menu_effect_duration = 1
   DQM_sub_item_effect_duration = 1

  
   /*----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 = 20
   DQM_effect_checkerboard_squaresY = 1
   DQM_effect_checkerboard_direction = "RIGHT"   //UP, DOWN, LEFT, RIGHT
   
   
   /*----Opacity is defined with a value between
   ------1 and 100 with 100 being opaque---*/   	

   DQM_sub_menu_opacity = 100


   /*----Note: Due to browser limitations, when using a 
   ------drop shadow effect combined  with a sub menu transition
   ----- effect, the drop shadow portion of the menu will 
   ------not be animated. To turn off the drop shadow, set the 
   ------color parameter value below to 'none' ----*/

   DQM_dropshadow_color = "none"
   DQM_dropshadow_offx = 5
   DQM_dropshadow_offy = 5	



/*---------------------------------------------
Optional event triggered custom function calls
----------------------------------------------*/


   /*----This menu uses the documents onload event to
   ------initially generate the menus. If your HTML page requires
   ------the onload statement for calling other script functions
   ------or statements you may execute your code using the
   ------parameter below------*/

 /*  DQM_onload_code = "MM_preloadImages('_Library/nav2imgs/nav2home_f3.gif','_Library/nav2imgs/nav2text_f3.gif','_Library/nav2imgs/nav2contact_f4.gif','_Library/nav2imgs/nav2text_f4.gif','_Library/nav2imgs/nav2email_f5.gif','_Library/nav2imgs/nav2text_f5.gif')"




 
   /*----the following parameters may be used to execute
   ------custom code upon clicking a menu item. If a URL link 
   ------and custom code are both defined the code will be 
   ------executed first, then the URL link will be loaded. This 
   ------parameter option is useful for opening custom pop up windows.---*/

   DQM_clickitem_code0_5 = "javascript:popUp('_about_photogallery.asp', '_blank');"
   //DQM_clickitem_code1_0 = "alert('custom Function - Menu Item 1_0')"

DQM_clickitem_code5_1 ="javascript:NewWindow('http://www.websakology.com.au/cal/calendar.asp','name','760','480','yes');"


DQM_clickitem_code0 = "alert('Please select a sub menu!')"  

DQM_clickitem_code1 = "alert('Please select a sub menu!')"  
    
DQM_clickitem_code2 = "alert('Please select a sub menu!')"   

   
DQM_clickitem_code5 = "alert('Please select a sub menu!')"
   
//DQM_clickitem_code6 = "alert('THE SHOP IS CLOSED FOR DEC 04> PURCHASES AT LOCATION ONLY.')"
   
   
   
/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DQM_textcolor = "#FFFFFF"
   DQM_fontfamily = "Arial"        
   DQM_fontsize = 12	      	
   DQM_fontsize_ie4 = 9		      
   DQM_textdecoration = "normal"      
   DQM_fontweight = "normal"          
   DQM_fontstyle = "normal"	     
   DQM_hl_textcolor = "#FFFFFF"
   DQM_hl_textdecoration = "normal"  

   DQM_margin_top = 2
   DQM_margin_bottom = 3
   DQM_margin_left = 6
   DQM_margin_right = 4

   DQM_text_alignment = "left"        
   






   /*----Unlimited icon images may be defined and associated with any sub menu
   ------item by specifying the icons index with the 'DQM_icon_index' parameter 
   ------see the 'sub menu customization' section below for examples---------*/


   DQM_icon_image0 = "sample_images/bullet.gif"
   DQM_icon_rollover0 = "sample_images/bullet_hl.gif"
   DQM_icon_image_wh0 = "13,8"

   DQM_icon_image1 = "sample_images/arrow.gif"
   DQM_icon_rollover1 = "sample_images/arrow.gif"
   DQM_icon_image_wh1 = "13,10"




   /*----Unlimited icon images may be defined and associated with any sub menu
   ------item by specifying the icons index with the 'DQM_2nd_icon_index' parameter 
   ------see the 'sub menu customization' section below for examples---------*/

   DQM_2nd_icon_image0 = "sample_images/arrow.gif"
   DQM_2nd_icon_rollover0 = "sample_images/arrow.gif"
   DQM_2nd_icon_image_wh0 = "13,10"
   DQM_2nd_icon_image_xy0 = "0,4"

limit_multiple_users = true
/*---------------------------------------------
Optional Status Bar Text

Note: Custom defined status bar text for a menu item 
will be displayed in place of the URL when the 
'DQM_show_urls_statusbar' parameter is set to true.
-----------------------------------------------*/

   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_text1_0 = "Sample text - Main Menu Item 1, Sub Item 0"	
   //DQM_status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 1"	




/*********************************************************************/
/*                                                                   */
/*                       MAIN MENU CUSTOMIZATION                     */


DQM_rollover_image0 = "_navimgs/aboutus_f2.gif"
DQM_rollover_wh0 = "99,36"
DQM_url0 = "#";   

DQM_rollover_image1 = "_navimgs/courses_f2.gif"
DQM_rollover_wh1 = "99,36"
DQM_url1 = "#";

DQM_rollover_image2 = "_navimgs/boathire_f2.gif" 
DQM_rollover_wh2 = "99,36"
DQM_url2 = "#";   

DQM_rollover_image3 = "_navimgs/adventures_f2.gif" 
DQM_rollover_wh3 = "99,36"
DQM_url3 = "_adventures.asp";   
  
DQM_rollover_image4 = "_navimgs/harborsailing_f2.gif" 
DQM_rollover_wh4 = "99,36"
DQM_url4 = "_harborsailing.asp";
   
 DQM_rollover_image5 = "_navimgs/news_f2.gif" 
DQM_rollover_wh5 = "99,36"
DQM_url5 = "#"; 


DQM_rollover_image6 = "_navimgs/shop_f2.gif" 
DQM_rollover_wh6 = "99,36"
DQM_url6 = "http://www.getaway-sailing.com/_products.asp"; 
DQM_url6 = "#"; 




/*********************************************************************/
/*                                                                   */
/*                       SUB MENU CUSTOMIZATION                      */
/*                                                                   */ 
/*********************************************************************/




/************************************************
*********-------Sub Menu 0--------***************
************************************************/

//DQM_sub_xy0 = "-148,31"
//DQM_sub_menu_width0 = 148

//DQM_subdesc0_0 = "<font color='#000000'>DHTML QuickMenu</font>"
//DQM_icon_index0_0 = 0
//DQM_url0_0 = "company.asp"







DQM_sub_xy0 = "-99,37"
DQM_sub_menu_width0 = 197

DQM_subdesc0_0 = "History"
DQM_subdesc0_1 = "Testimonials"
DQM_subdesc0_2 = "Our Instructors"
DQM_subdesc0_3 = "Our School"
DQM_subdesc0_4 = "Our Boats"
DQM_subdesc0_5 = "Photo Gallery"
DQM_subdesc0_6 = "Directions"
DQM_subdesc0_7 = "Gift Voucher"
DQM_subdesc0_8 = "Contact Details"
DQM_subdesc0_9 = "Terms and Conditions"
DQM_subdesc0_10 = "Hall of Fame"
DQM_subdesc0_11 = "Home (Main Page)"




DQM_url0_0 = "_about_history.asp"
DQM_url0_1 = "_about_testimonials.asp"
DQM_url0_2 = "_about_instructors.asp"
DQM_url0_3 = "_about_school.asp"
DQM_url0_4 = "_about_boats.asp"
DQM_url0_5 = "#"
DQM_url0_6 = "_about_where.asp"
DQM_url0_7 = "_about_gift.asp"
DQM_url0_8 = "_about_contactus.asp"
DQM_url0_9 = "_about_terms.asp"
DQM_url0_10 = "_halloffame.asp"
DQM_url0_11 = "default.asp"


DQM_sub_xy1 = "-99,37"
DQM_sub_menu_width1 = 197

DQM_subdesc1_0 = "Learn to Sail Courses"
DQM_subdesc1_1 = "Safety Courses"
DQM_subdesc1_2 = "Advanced Courses"

DQM_url1_0 = "_sailingschool_sub.asp?ctype=I"
DQM_url1_1 = "_sailingschool_sub.asp?ctype=A"
DQM_url1_2 = "_sailingschool_sub.asp?ctype=M"
  






DQM_sub_xy2 = "-99,37"
DQM_sub_menu_width2 = 197


DQM_subdesc2_0 = "Corporate Team Sailing"
DQM_subdesc2_1 = "Skippered Charter"
DQM_subdesc2_2 = "Offshore Racing"


DQM_url2_0 = "boathire_corporate.asp"
DQM_url2_1 = "boathire_skippered.asp"
DQM_url2_2 = "boathire_offshore.asp"



DQM_sub_xy5 = "-99,37"
DQM_sub_menu_width5 = 197

DQM_subdesc5_0 = "News, Views & Updates"
DQM_subdesc5_1 = "Newsletter Subscription"


DQM_url5_0 = "_whatshappening.asp"
DQM_url5_1 = "_index.asp?#newsletter"



DQM_sub_xy6 = "-198,37"
DQM_sub_menu_width6 = 197
DQM_subdesc6_0 = "Shopping Catalogue"
DQM_subdesc6_1 = "Second Hand Products"
DQM_url6_0 ="_products.asp"
DQM_url6_1 = "_productsnewdetails.asp?catid=13&catname=Second%20Hand%20Products"