
/**************************************************
                   SITE DOMAIN
  UPDATE THIS VARIABLE WHEN MOVED INTO PRODUCTION
                     (mds)
**************************************************/

    domainPath = "" /*http://greatersvcc.siretesting.com*/



/*-------------------------------------------
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
--------------------------------------------*/

	 limit_users = true

   DQM_sub_menu_width = 184      //default sub menu widths
   DQM_sub_xy = "0,0"            //default sub x,y coordinates
   
   
   DQM_codebase = domainPath + "http://www.gsvcc.org/scripts/"             //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 = "#FFFFFF"  //Hex color value or 'transparent'
   DQM_menu_bgcolor = "#4F88BB"  //Hex color value or 'transparent'
   DQM_hl_bgcolor = "#008348"    //Hex color value
 
   DQM_mouse_off_delay = 100
   
   DQM_os9_ie5mac_offset_X = 0
   DQM_os9_ie5mac_offset_Y = 0

   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;
	
   /*----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
   
   /*----Opacity is defined with a value between
   ------1 and 100 with 100 being opaque---*/   	

   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



/*---------------------------------------------
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 = "alert('custom function - onload')"


   /*----the following parameters may be used to execute
   ------custom code upon menu pop-up and hide.
   ------These are useful for hiding drop down boxes which
   ------may not be displayed under the menus due to
   ------browser limitations with certain form fields.---*/

   //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'"

 
   /*----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_0 = "alert('custom Function - Menu Item 0_0')"
   //DQM_clickitem_code1_0 = "alert('custom Function - Menu Item 1_0')"



/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DQM_textcolor = "#FFFFFF"
   DQM_fontfamily = "Georgia"            //Any available system font     
   DQM_fontsize = 12		         //Defined with pixel sizing  	
   DQM_fontsize_ie4 = 11		         //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 = 8
   DQM_margin_bottom = 8
   DQM_margin_left = 8
   DQM_margin_right = 8

   DQM_text_alignment = "left"           //set to: 'left', 'center' or 'right'
   

   DQM_icon_image0 = "http://www.gsvcc.org/sample_images/bullet.gif"
   DQM_icon_rollover0 = "http://www.gsvcc.org/sample_images/bullet_hl.gif"
   DQM_icon_image_wh0 = "13,8"

   DQM_icon_image1 = "http://www.gsvcc.org/sample_images/arrow.gif"
   DQM_icon_rollover1 = "http://www.gsvcc.org/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 = "http://www.gsvcc.org/sample_images/arrow.gif"
   DQM_2nd_icon_rollover0 = "http://www.gsvcc.org/sample_images/arrow.gif"
   DQM_2nd_icon_image_wh0 = "13,10"
   DQM_2nd_icon_image_xy0 = "0,4"


/*---------------------------------------------
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"	


   /************************************************
   ******-------Economic Development--------*******
   ************************************************/

   DQM_rollover_image0 = domainPath + "http://www.gsvcc.org/images/nav_ecodev-on.jpg"
   DQM_rollover_wh0 = "200,35"
   //DQM_url0 = "#";   


/************************************************
*********---Economic Development-----***********
************************************************/

DQM_sub_xy0 = "-150,36"
DQM_sub_menu_width0 = 151
DQM_menu_bgcolor0 = "#4F88BB"

DQM_subdesc0_0 = "About SIDCO"
DQM_subdesc0_1 = "Available Properties"
DQM_subdesc0_2 = "Business Assistance"
DQM_subdesc0_3 = "Economic/Community Assets"
DQM_subdesc0_4 = "Business Climate"
DQM_subdesc0_5 = "Stay Connected"
DQM_subdesc0_6 = "Industry/Clusters"
DQM_subdesc0_7 = "Information Center"

DQM_url0_0 = domainPath + "http://www.gsvcc.org/economic/index.html"
DQM_url0_1 = domainPath + "http://www.gsvcc.org/economic/pawlingstation.html"
DQM_url0_2 = domainPath + "http://www.gsvcc.org/economic/businessattraction.html"
DQM_url0_3 = domainPath + "http://www.gsvcc.org/economic/education.html"
DQM_url0_4 = domainPath + "http://www.gsvcc.org/economic/taxes.html"
DQM_url0_5 = domainPath + "http://www.gsvcc.org/economic/localissues.html"
DQM_url0_6 = domainPath + "http://www.gsvcc.org/economic/industryclusters.html"
DQM_url0_7 = domainPath + "http://www.gsvcc.org/economic/acronyms.html"

	// About SIDCO
	DQM_subdesc0_0_0 = "Mission Statement"
	DQM_subdesc0_0_1 = "Affiliates & Staff"
	
	DQM_url0_0_0 = domainPath + "http://www.gsvcc.org/economic/mission.html"
	DQM_url0_0_1 = domainPath + "http://www.gsvcc.org/economic/staff.html"

	// Available Properties
	DQM_subdesc0_1_0 = "Pawling Station Business Park"
	DQM_subdesc0_1_1 = "Peachey Industrial Park"
	DQM_subdesc0_1_2 = "Search Properties"
	
	DQM_url0_1_0 = domainPath + "http://www.gsvcc.org/economic/pawlingstation.html"
	DQM_url0_1_1 = domainPath + "http://www.gsvcc.org/economic/peacheyindustrial.html"
	DQM_url0_1_2 = "http://www.focuscentralpa.org/Available-Properties.aspx"

	// Business Assistance
	DQM_subdesc0_2_0 = "Business Attraction & Relocation"
	DQM_subdesc0_2_1 = "Business Retention"
	DQM_subdesc0_2_2 = "Start a New Business"
	
	DQM_url0_2_0 = domainPath + "http://www.gsvcc.org/economic/businessattraction.html"
	DQM_url0_2_1 = domainPath + "http://www.gsvcc.org/economic/businessretention.html"
	DQM_url0_2_2 = domainPath + "http://www.gsvcc.org/economic/startabusiness.html"
	
	// Economic/Community Assets
	DQM_subdesc0_3_0 = "Education"
	DQM_subdesc0_3_1 = "Culture & Entertainment"
	DQM_subdesc0_3_2 = "Cost of Living"
	DQM_subdesc0_3_3 = "Demographics"
	DQM_subdesc0_3_4 = "Healthcare"
	
	DQM_url0_3_0 = domainPath + "http://www.gsvcc.org/economic/education.html"
	DQM_url0_3_1 = domainPath + "http://www.gsvcc.org/economic/culture.html"
	DQM_url0_3_2 = domainPath + "http://www.gsvcc.org/economic/costofliving.html"
	DQM_url0_3_3 = domainPath + "http://www.gsvcc.org/economic/demographics.html"
	DQM_url0_3_4 = domainPath + "http://www.gsvcc.org/economic/healthcare.html"
	
	// Business Climate
	DQM_subdesc0_4_0 = "Taxes"
	DQM_subdesc0_4_1 = "Utilities"
	DQM_subdesc0_4_2 = "Transportation"
	DQM_subdesc0_4_3 = "Workforce"
	DQM_subdesc0_4_4 = "Exporting"
	
	DQM_url0_4_0 = domainPath + "http://www.gsvcc.org/economic/taxes.html"
	DQM_url0_4_1 = domainPath + "http://www.gsvcc.org/economic/utilities.html"
	DQM_url0_4_2 = domainPath + "http://www.gsvcc.org/economic/transportation.html"
	DQM_url0_4_3 = domainPath + "http://www.gsvcc.org/economic/workforce.html"
	DQM_url0_4_4 = domainPath + "http://www.gsvcc.org/economic/exporting.html"
	
	// Stay Connected
	DQM_subdesc0_5_0 = "Local Issues"
	DQM_subdesc0_5_1 = "E-Lert"
	DQM_subdesc0_5_2 = "<em>The Voice of the Valley</em>"
	
	DQM_url0_5_0 = domainPath + "http://www.gsvcc.org/economic/localissues.html"
	DQM_url0_5_1 = domainPath + "http://www.gsvcc.org/economic/elert.html"
	DQM_url0_5_2 = domainPath + "http://www.gsvcc.org/economic/voiceofthevalley.html"

	// Industry/Clusters

	
	// Info Center
	DQM_subdesc0_7_0 = "Economic Acronyms"
	DQM_subdesc0_7_1 = "Local Governments"
	DQM_subdesc0_7_2 = "Useful Links"
	
	DQM_url0_7_0 = domainPath + "http://www.gsvcc.org/economic/acronyms.html"
	DQM_url0_7_1 = domainPath + "http://www.gsvcc.org/economic/helpfullinks.html"
	DQM_url0_7_2 = domainPath + "http://www.gsvcc.org/economic/usefullinks.html"
	
	
	
	
	   /************************************************
   ******-------About--------*******
   ************************************************/

   DQM_rollover_image1 = domainPath + "http://www.gsvcc.org/images/nav_about-on.jpg"
   DQM_rollover_wh1 = "80,35"
   //DQM_url0 = "#";   


/************************************************
*********---About-----***********
************************************************/

DQM_sub_xy1 = "-85,35"
DQM_sub_menu_width1 = 150
DQM_menu_bgcolor1 = "#4F88BB"

DQM_subdesc1_0 = "About the Chamber"
DQM_subdesc1_1 = "About the Area"

DQM_url1_0 = domainPath + "http://www.gsvcc.org/about/mission.html"// ----/about/index.html---- //
DQM_url1_1 = domainPath + "http://www.gsvcc.org/about/valley.html"// ----/about/aboutChamber.html---- //

// About the Chamber
		DQM_subdesc1_0_0 = "Mission"
	DQM_subdesc1_0_1 = "Team"
	DQM_subdesc1_0_2 = "Message from the Chair"
	DQM_subdesc1_0_3 = "2008 Annual Report"
	
	DQM_url1_0_0 = "http://www.gsvcc.org/about/mission.html"
	DQM_url1_0_1 = "http://www.gsvcc.org/about/team.html"
	DQM_url1_0_2 = "http://www.gsvcc.org/about/message.html"
	DQM_url1_0_3 = "http://www.gsvcc.org/pdf/gsvcc 08ar_web.pdf"
// Team
	DQM_subdesc1_0_1_0 = "Officers"
	DQM_subdesc1_0_1_1 = "Staff Directory"
	DQM_subdesc1_0_1_2 = "Committees"
	DQM_subdesc1_0_1_3 = "Affiliates"
	DQM_subdesc1_0_1_4 = "Chair's Circle"
	
	
	DQM_url1_0_1_0 = "http://www.gsvcc.org/about/officers.html"
	DQM_url1_0_1_1 = "http://www.gsvcc.org/about/staffDirectory.html"
	DQM_url1_0_1_2 = "http://www.gsvcc.org/about/committees.html"
	DQM_url1_0_1_3 = "http://www.gsvcc.org/about/affiliates.html"
	DQM_url1_0_1_4 = "http://www.gsvcc.org/about/chairCircle.html"
	
	
// About the Area
	DQM_subdesc1_1_0 = "The Valley"
	DQM_subdesc1_1_1 = "Communities"
	DQM_subdesc1_1_2 = "Economic Profile"
	DQM_subdesc1_1_3 = "Education"
	DQM_subdesc1_1_4 = "Healthcare"
	DQM_subdesc1_1_5 = "Transportation"
	DQM_subdesc1_1_6 = "Leisure"
	DQM_subdesc1_1_7 = "Quality of Life Guide"
	
	DQM_url1_1_0 = domainPath + "http://www.gsvcc.org/about/valley.html"
	DQM_url1_1_1 = domainPath + "http://www.gsvcc.org/about/communities.html"
	DQM_url1_1_2 = domainPath + "http://www.gsvcc.org/about/economicProfile.html"
	DQM_url1_1_3 = domainPath + "http://www.gsvcc.org/about/education.html"
	DQM_url1_1_4 = domainPath + "http://www.gsvcc.org/about/healthcare.html"
	DQM_url1_1_5 = domainPath + "http://www.gsvcc.org/about/transportation.html"
	DQM_url1_1_6 = domainPath + "http://www.gsvcc.org/about/leisure.html"
	DQM_url1_1_7 = domainPath + "http://www.gsvcc.org/about/qualitylife.html"
	
	
		   /************************************************
   ******-------Members--------*******
   ************************************************/

   DQM_rollover_image2 = domainPath + "http://www.gsvcc.org/images/nav_members-on.jpg"
   DQM_rollover_wh2 = "78,35"
   //DQM_url0 = "#";   


/************************************************
*********---members-----***********
************************************************/

DQM_sub_xy2 = "-83,36"
DQM_sub_menu_width2 = 150
DQM_menu_bgcolor2 = "#4F88BB"

DQM_subdesc2_0 = "Directory"
DQM_subdesc2_1 = "Login"

DQM_url2_0 = "http://susquehannavalleypacoc.weblinkconnect.com/CWT/EXTERNAL/WCPAGES/WCDIRECTORY/directorystartpage.aspx"
DQM_url2_1 = "http://susquehannavalleypacoc.weblinkconnect.com/CWT/EXTERNAL/WCPAGES/WCPORTAL/portallogin.aspx"

		   /************************************************
   ******-------Community Development--------*******
   ************************************************/

   DQM_rollover_image3 = domainPath + "http://www.gsvcc.org/images/nav_comdev-on.jpg"
   DQM_rollover_wh3 = "155,35"
   //DQM_url0 = "#";   


/************************************************
*********---Community Development-----***********
************************************************/

DQM_sub_xy3 = "-153,36"
DQM_sub_menu_width3 = 150
DQM_menu_bgcolor3 = "#4F88BB"

DQM_subdesc3_0 = "Leadership Susquehanna Valley"
DQM_subdesc3_1 = "Downtown Affiliates"
DQM_subdesc3_2 = "Stay Connected/Media Center"

DQM_url3_0 = domainPath + "http://www.gsvcc.org/communityDevelopment/leadershipValley.html" // ----/communityDevelopment/leadershipValley.html---- //
DQM_url3_1 = domainPath + "http://www.gsvcc.org/communityDevelopment/downtownAffiliates.html"
DQM_url3_2 = domainPath + "http://www.gsvcc.org/communityDevelopment/stayConnected.html" // ----/communityDevelopment/stayConnected.html---- //

// Leadership susquehanna valley
	DQM_subdesc3_0_0 = "Who We Are"
	DQM_subdesc3_0_1 = "Current Class"
	DQM_subdesc3_0_2 = "Application"
	DQM_urltarget3_0_2 = "_new"
	DQM_subdesc3_0_3 = "Programs" // ---- new window ---- //
	DQM_subdesc3_0_4 = "Alumni Contributions"
	DQM_subdesc3_0_5 = "Brochure"
	DQM_urltarget3_0_5 = "_new"   // ---- new window ---- //
	DQM_subdesc3_0_6 = "Sponsorship Opportunities"
	
	DQM_url3_0_0 = domainPath + "http://www.gsvcc.org/communityDevelopment/whoweare.html"
	DQM_url3_0_1 = domainPath + "http://www.gsvcc.org/communityDevelopment/currentclass.html" 
	DQM_url3_0_2 = domainPath + "http://www.gsvcc.org/pdf/Program Application 2010.pdf" // Application
	DQM_url3_0_3 = domainPath + "http://www.gsvcc.org/communityDevelopment/programs.html"
	DQM_url3_0_4 = domainPath + "http://www.gsvcc.org/communityDevelopment/alumni.html"
	DQM_url3_0_5 = domainPath + "http://www.gsvcc.org/pdf/LSV_Brochure_2007.pdf"
	DQM_url3_0_6 = domainPath + "http://www.gsvcc.org/communityDevelopment/sponsorship.html"
	
	
// Stay Connected
	DQM_subdesc3_2_0 = "Local Issues"
	DQM_subdesc3_2_1 = "E-Lerts"
	DQM_subdesc3_2_2 = "<em>The Voice of The Valley</em>"
	DQM_subdesc3_2_3 = "Recent Press Releases"
	DQM_subdesc3_2_4 = "News Articles"
	
	DQM_url3_2_0 = domainPath + "http://www.gsvcc.org/communityDevelopment/localIssues.html"
	DQM_url3_2_1 = domainPath + "http://www.gsvcc.org/communityDevelopment/eLerts.html"
	DQM_url3_2_2 = domainPath + "http://www.gsvcc.org/communityDevelopment/voiceValley.html"
	DQM_url3_2_3 = domainPath + "http://www.gsvcc.org/communityDevelopment/recentReleases.html"
	DQM_url3_2_4 = domainPath + "http://www.gsvcc.org/communityDevelopment/newsArticles.html"
		
		   /************************************************
   ******-------Membership Development --------*******
   ************************************************/

   DQM_rollover_image4 = domainPath + "http://www.gsvcc.org/images/nav_memberdev-on.jpg"
   DQM_rollover_wh4 = "163,35"
   //DQM_url0 = "#";   


/************************************************
*********---Membership Development -----***********
************************************************/

DQM_sub_xy4 = "-162,36"
DQM_sub_menu_width4 = 150
DQM_menu_bgcolor4 = "#4F88BB"

DQM_subdesc4_0 = "Benefits/Services"
DQM_subdesc4_1 = "Events/Programs"
DQM_subdesc4_2 = "Committees"
DQM_subdesc4_3 = "Affiliates"
DQM_subdesc4_4 = "Member to Member Discount Program"

DQM_url4_0 = domainPath + "http://www.gsvcc.org/membershipdevelopment/benefits.html"
DQM_url4_1 = domainPath + "http://www.gsvcc.org/membershipdevelopment/services.html"
DQM_url4_2 = domainPath + "http://www.gsvcc.org/membershipdevelopment/committees.html" // ----/membershipdevelopment/programs.html---- //
DQM_url4_3 = domainPath + "http://www.gsvcc.org/membershipdevelopment/affiliates.html"
DQM_url4_4 = domainPath + "http://www.gsvcc.org/membershipdevelopment/member_to_member_discount_program.html"


   
   
   
   
		   /************************************************
   ******-------Events --------*******
   ************************************************/

   DQM_rollover_image5 = domainPath + "http://www.gsvcc.org/images/nav_events-on.jpg"
   DQM_rollover_wh5 = "53,35"
   DQM_url5 = "http://susquehannavalleypacoc.weblinkconnect.com/CWT/EXTERNAL/WCPAGES/WCEVENTS/eventsstartpage.aspx";   


/************************************************
*********---Events -----***********
************************************************/

DQM_sub_xy5 = "-54,36"
DQM_sub_menu_width5 = 150
DQM_menu_bgcolor5 = "#4F88BB"

DQM_subdesc5_0 = "Calendar"
DQM_subdesc5_1 = "Annual Meeting Award Recipients"
DQM_subdesc5_2 = "Recent Events Picture Gallery"
DQM_subdesc5_3 = "Athena Awards"

//DQM_url5_0 = domainPath + "/events/Calendar.aspx"
DQM_url5_0 = "http://susquehannavalleypacoc.weblinkconnect.com/CWT/EXTERNAL/WCPAGES2/WCEVENTS/eventsstartpage.aspx"
DQM_url5_1 = "http://www.gsvcc.org/events/awardrecipients.html"
DQM_url5_2 = "http://www.gsvcc.org/events/eventsgallery.html"
DQM_url5_3 = "http://www.gsvcc.org/events/athenaawards.html"


/*
		   /************************************************
   ******-------Links --------*******
   ************************************************/

   //DQM_rollover_image6 = "/images/nav_links-on.jpg"
  // DQM_rollover_wh6 = "44,35"
   //DQM_url0 = "#";   


/************************************************
*********---Links -----***********
************************************************/
/*
DQM_sub_xy6 = "-44,36"
DQM_sub_menu_width6 = 150
DQM_menu_bgcolor6 = "#4F88BB"

DQM_subdesc6_0 = "Region & Counties"
DQM_subdesc6_1 = "University, College, & Technical Schools"
DQM_subdesc6_2 = "Related Regional Sites"
DQM_subdesc6_3 = "Economic Developmenta"
DQM_subdesc6_4 = "Transportation"
DQM_subdesc6_5 = "Downtown Affiliates"
DQM_subdesc6_6 = "State Resources"

DQM_url6_0 = "/links/regionCounties.html"
DQM_url6_1 = "/links/university.html"
DQM_url6_2 = "/links/relatedRegional.html"
DQM_url6_3 = "/links/economicDevelopment.html"
DQM_url6_4 = "/links/transportation.html"
DQM_url6_5 = "/links/downtownAffiliates.html"
DQM_url6_6 = "/links/stateResources.html"



*/