/*-------------------------------------------
Required menu Settings
--------------------------------------------*/
	dqm_sub_menu_width = 0
	dqm_onload_code = ""
   	dqm_urltarget = "_self"
	dqm_border_color = "#D6D7DE"
	dqm_menu_bgcolor = "#D6D7DE"
	dqm_hl_bgcolor = "#ffffff"
	dqm_sub_xy = "0,0"
	dqm_border_width = 1
	dqm_divider_height = 1		
	dqm_mouse_off_delay = 0
	dqm_nn4_mouse_off_delay = 0

/*-------------------------------------------
Font settings and margins
--------------------------------------------*/
   	dqm_textcolor = "#000000"
	dqm_fontfamily = "Tahoma"
	dqm_fontsize = 11	
	dqm_fontsize_ie4 = 11
	dqm_textdecoration = "normal"
	dqm_fontweight = "normal"
	dqm_fontstyle = "normal"	
	dqm_hl_textcolor = "#000000"
	dqm_hl_textdecoration = "bold"

	dqm_text_alignment = "left"
	dqm_margin_top = 4
	dqm_margin_bottom = 4
	dqm_margin_left = 4
	dqm_margin_right = 4

/*-------------------------------------------
Bullet and Icon image
--------------------------------------------*/
	dqm_icon_image0 = "images/arrow_blue.gif"
	dqm_icon_rollover0 = "images/arrow_blue.gif"
	dqm_icon_image_wh0 = "9,9"

	dqm_2nd_icon_image0 = "images/sample2_arrow.gif"
	dqm_2nd_icon_rollover0 = "images/sample2_arrow.gif"
	dqm_2nd_icon_image_wh0 = "13,10"
	dqm_2nd_icon_image_xy0 = "0,4"
	
/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/
	dqm_show_urls_statusbar = false
	
/*-------------------------------------------
Internet Explorer Transition Effects
--------------------------------------------*/
    //Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch
	dqm_sub_menu_effect = "pixelate"
	dqm_sub_item_effect = "fade"

    //Define the effect duration in seconds below.
   	dqm_sub_menu_effect_duration = .3
	dqm_sub_item_effect_duration = .3

    //Specific settings for various transitions.
	dqm_effect_pixelate_maxsqare = 25
	dqm_effect_iris_irisstyle = "SQUARE"		//CROSS, CIRCLE, PLUS, SQUARE, or STAR
	dqm_effect_checkerboard_squaresx = 14
	dqm_effect_checkerboard_squaresY = 14
	dqm_effect_checkerboard_direction = "DOWN"	//UP, DOWN, LEFT, RIGHT

    //Opacity and drop shadows.
	dqm_sub_menu_opacity = 90		//1 to 100
	dqm_dropshadow_color = "none"	//Hex color value or 'none'
	dqm_dropshadow_offx = 5			//drop shadow width
	dqm_dropshadow_offy = 5			//drop shadow height

/*-------------------------------------------
Browser Bug fixes and Workarounds
--------------------------------------------*/
    //Mac offset fixes, adjust until sub menus position correctly.
	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

    //Netscape 4 resize bug workaround.
	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."
   
    //Set to true if the menu is the only item on the HTML page.
	dqm_use_opera_div_detect_fix = false

    //Pre-defined sub menu item heights for the Espial Escape browser.
	dqm_escape_item_height = 20
	dqm_escape_item_height0_0 = 70
	dqm_escape_item_height0_1 = 70

/*---------------------------------------------
Exposed menu events
----------------------------------------------*/
    //Reference additional onload statements here.
	//dqm_onload_code = "alert('custom function - onload')"
    //The 'X' indicates the index number of the sub menu group or item.

	dqm_showmenu_codeX = "status = 'custom show menu function call - menu0'"
	dqm_hidemenu_codeX = "status = 'custom hide menu function call - menu0'"
	dqm_clickitem_codeX_X = "alert('custom Function - Menu Item 0_0')"
	
/*---------------------------------------------
Sub Menu Settings
----------------------------------------------*/
    //Self customize for sub menu navigation.
	dqm_border_widthX = 10;
	dqm_divider_heightX = 5;		
	dqm_border_colorX = "#A8E5FF";     
	dqm_menu_bgcolorX = "#D3F2FF"
	dqm_hl_bgcolorX = "#ffffff"
	dqm_hl_textcolorX = "#000000"
	dqm_text_alignmentX = "left"

    //Self customize content for sub menu navigation.
	dqm_hl_subdescX = "custom highlight text"
	dqm_urltargetX = "_new"

/*---------------------------------------------
Main Menu Mouseover
-----------------------------------------------*/
	dqm_rollover_image0 = "images/bttn_home_mo.gif"
	dqm_rollover_wh0 = "62,36"
	dqm_url0 = "index.htm";

	dqm_rollover_image1 = "images/bttn_company_mo.gif"
	dqm_rollover_wh1 = "82,36"
	dqm_url1 = "company.htm";

	dqm_rollover_image2 = "images/bttn_solutions_mo.gif" 
	dqm_rollover_wh2 = "89,36"
	dqm_url2 = "solutions.htm";

	dqm_rollover_image3 = "images/bttn_segments_mo.gif" 
	dqm_rollover_wh3 = "83,36"
	dqm_url3 = "segments_service_providers.htm";   
	
	dqm_rollover_image4 = "images/bttn_products_mo.gif" 
	dqm_rollover_wh4 = "86,36"
	dqm_url4 = "products_platforms_management.htm";  
	
	dqm_rollover_image5 = "images/bttn_services_mo.gif" 
	dqm_rollover_wh5 = "77,36"
	dqm_url5 = "services.htm";  
	
	dqm_rollover_image6 = "images/bttn_partners_mo.gif" 
	dqm_rollover_wh6 = "80,36"
	dqm_url6 = "partners.htm";  
	
	dqm_rollover_image7 = "images/bttn_news_mo.gif" 
	dqm_rollover_wh7 = "111,36"
	dqm_url7 = "news.php";  

	dqm_rollover_image8 = "images/bttn_contact_mo.gif" 
	dqm_rollover_wh8 = "90,36"
	dqm_url8 = "contact.php";  
  
/*---------------------------------------------
Sub Menu Navigation
-----------------------------------------------*/

	//Home
	dqm_sub_xy0 = "0,-1000"
	dqm_sub_menu_width0 = 1;
	dqm_subdesc0_0 = " "
	dqm_url0_0 = " "

	//Company
	dqm_sub_xy1 = "-83,36"
	dqm_sub_menu_width1 = 120;
	dqm_subdesc1_0 = "<img src='images/bullet_menu.gif' width='10' height='8'> Company Overview"
	dqm_subdesc1_1 = "<img src='images/bullet_menu.gif' width='10' height='8'> Management Team"
	dqm_subdesc1_2 = "<img src='images/bullet_menu.gif' width='10' height='8'> Awards"
	dqm_subdesc1_3 = "<img src='images/bullet_menu.gif' width='10' height='8'> Careers"
	dqm_subdesc1_4 = "<img src='images/bullet_menu.gif' width='10' height='8'> Privacy Policy"
	dqm_url1_0 = "company.htm"
	dqm_url1_1 = "company_management.htm"
	dqm_url1_2 = "company_awards.htm"
	dqm_url1_3 = "company_careers.htm"
	dqm_url1_4 = "company_privacy.php"


	//Segments
	dqm_sub_xy3 = "-83,36"
	dqm_sub_menu_width3 = 110;
	dqm_subdesc3_0 = "<img src='images/bullet_menu.gif' width='10' height='8'> Service Providers"
	dqm_subdesc3_1 = "<img src='images/bullet_menu.gif' width='10' height='8'> Municipalities"
	dqm_subdesc3_2 = "<img src='images/bullet_menu.gif' width='10' height='8'> Enterprise"
	dqm_subdesc3_3 = "<img src='images/bullet_menu.gif' width='10' height='8'> Hospitality"
	dqm_subdesc3_4 = "<img src='images/bullet_menu.gif' width='10' height='8'> Healthcare"
	dqm_subdesc3_5 = "<img src='images/bullet_menu.gif' width='10' height='8'> Transportation"
	dqm_subdesc3_6 = "<img src='images/bullet_menu.gif' width='10' height='8'> Interest Form"
	dqm_url3_0 = "segments_service_providers.htm"
	dqm_url3_1 = "segments_municipalities.htm"	
	dqm_url3_2 = "segments_enterprise.htm"
	dqm_url3_3 = "segments_hospitality.htm"
	dqm_url3_4 = "segments_healthcare.htm"
	dqm_url3_5 = "segments_transportation.htm"
	dqm_url3_6 = "segments_interest.php"
	
	
	//Solutions
	dqm_sub_xy2 = "-89,36"
	dqm_sub_menu_width2 = 130;
	dqm_subdesc2_0 = "<img src='images/bullet_menu.gif' width='10' height='8'> Overview"
	dqm_subdesc2_1 = "<img src='images/bullet_menu.gif' width='10' height='8'> WiMAX"
	dqm_subdesc2_2 = "<img src='images/bullet_menu.gif' width='10' height='8'> Metro Wireless"
	dqm_subdesc2_3 = "<img src='images/bullet_menu.gif' width='10' height='8'> Public Wi-Fi"
	dqm_subdesc2_4 = "<img src='images/bullet_menu.gif' width='10' height='8'> Guest Internet Access"
	dqm_subdesc2_5 = "<img src='images/bullet_menu.gif' width='10' height='8'> Interest Form"
	dqm_url2_0 = "solutions.htm"
	dqm_url2_1 = "solutions_wimax.htm"
	dqm_url2_2 = "solutions_metro.htm"
	dqm_url2_3 = "solutions_hotspot.htm"
	dqm_url2_4 = "solutions_guest.htm"
	dqm_url2_5 = "solutions_interest.php"
	
	//Products
	dqm_sub_xy4 = "-86,36"
	dqm_sub_menu_width4 = 200;
	dqm_subdesc4_0 = "<img src='images/bullet_menu.gif' width='10' height='8'> Aptilo Service Management Platform"
	dqm_subdesc4_1 = "<img src='images/bullet_menu.gif' width='10' height='8'> Aptilo Service Portal"
	dqm_subdesc4_2 = "<img src='images/bullet_menu.gif' width='10' height='8'> Aptilo Access Controller"
	dqm_subdesc4_3 = "<img src='images/bullet_menu.gif' width='10' height='8'> 3rd Party Controllers/Gateways"
	dqm_subdesc4_4 = "<img src='images/bullet_menu.gif' width='10' height='8'> Interest Form"
	dqm_url4_0 = "products_platforms_management.htm"
	dqm_url4_1 = "products_portal.htm"
	dqm_url4_2 = "products_access.htm"
	dqm_url4_3 = "products_guest_gateways.htm"
	dqm_url4_4 = "products_interest.php"

	//Services
	dqm_sub_xy5 = "-78,36"
	dqm_sub_menu_width5 = 130;
	dqm_subdesc5_0 = "<img src='images/bullet_menu.gif' width='10' height='8'> Managed Services"
	dqm_subdesc5_1 = "<img src='images/bullet_menu.gif' width='10' height='8'> Professional Services"
	dqm_subdesc5_2 = "<img src='images/bullet_menu.gif' width='10' height='8'> Support"
	dqm_subdesc5_3 = "<img src='images/bullet_menu.gif' width='10' height='8'> Interest Form"
	dqm_url5_0 = "services.htm"
	dqm_url5_1 = "services_professional.htm"
	dqm_url5_2 = "services_support.htm"
	dqm_url5_3 = "services_interest.php"
	
	//Partners
	dqm_sub_xy6 = "-82,36"
	dqm_sub_menu_width6 = 110;
	dqm_subdesc6_0 = "<img src='images/bullet_menu.gif' width='10' height='8'> Our Partners"
	dqm_subdesc6_1 = "<img src='images/bullet_menu.gif' width='10' height='8'> Become a Partner"
	dqm_url6_0 = "partners.htm"
	dqm_url6_1 = "partners_program.htm"
	
	//News & Events
	dqm_sub_xy7 = "-114,36"
	dqm_sub_menu_width7 = 130;
	dqm_subdesc7_0 = "<img src='images/bullet_menu.gif' width='10' height='8'> Announcements"
	dqm_subdesc7_1 = "<img src='images/bullet_menu.gif' width='10' height='8'> Aptilo In The News"
	dqm_subdesc7_2 = "<img src='images/bullet_menu.gif' width='10' height='8'> Events"
	dqm_url7_0 = "news.php"
	dqm_url7_1 = "inthenews.php"
	dqm_url7_2 = "event.php"

	//Announcements > Archive
	dqm_sub_xy7_0 = "-1,-1"
	dqm_sub_menu_width7_0 = 79;
	dqm_subdesc7_0_0 = "<img src='images/bullet_menu.gif' width='10' height='8'> Year 2010"
	dqm_subdesc7_0_1 = "<img src='images/bullet_menu.gif' width='10' height='8'> Year 2009"
	dqm_subdesc7_0_2 = "<img src='images/bullet_menu.gif' width='10' height='8'> Year 2008"
	dqm_subdesc7_0_3 = "<img src='images/bullet_menu.gif' width='10' height='8'> Year 2007"
	dqm_subdesc7_0_4 = "<img src='images/bullet_menu.gif' width='10' height='8'> Year 2006"
	dqm_subdesc7_0_5 = "<img src='images/bullet_menu.gif' width='10' height='8'> Year 2005"
	dqm_subdesc7_0_6 = "<img src='images/bullet_menu.gif' width='10' height='8'> Year 2004"
	dqm_subdesc7_0_7 = "<img src='images/bullet_menu.gif' width='10' height='8'> Year 2003"
	dqm_subdesc7_0_8 = "<img src='images/bullet_menu.gif' width='10' height='8'> Year 2002"
	dqm_subdesc7_0_9 = "<img src='images/bullet_menu.gif' width='10' height='8'> Year 2001"
	dqm_url7_0_0 = "news.php?r=1&y=2010"
	dqm_url7_0_1 = "news.php?r=1&y=2009"
	dqm_url7_0_2 = "news.php?r=1&y=2008"
	dqm_url7_0_3 = "news.php?r=1&y=2007"
	dqm_url7_0_4 = "news.php?r=1&y=2006"
	dqm_url7_0_5 = "news.php?r=1&y=2005"
	dqm_url7_0_6 = "news.php?r=1&y=2004"
	dqm_url7_0_7 = "news.php?r=1&y=2003"
	dqm_url7_0_8 = "news.php?r=1&y=2002"
	dqm_url7_0_9 = "news.php?r=1&y=2001"
	
	//Aptilo In The News > Archive
	dqm_sub_xy7_1 = "-1,-1"
	dqm_sub_menu_width7_1 = 79;
	dqm_subdesc7_1_0 = "<img src='images/bullet_menu.gif' width='10' height='8'> Year 2010"
	dqm_subdesc7_1_1 = "<img src='images/bullet_menu.gif' width='10' height='8'> Year 2009"
	dqm_subdesc7_1_2 = "<img src='images/bullet_menu.gif' width='10' height='8'> Year 2008"
	dqm_subdesc7_1_3 = "<img src='images/bullet_menu.gif' width='10' height='8'> Year 2007"
	dqm_subdesc7_1_4 = "<img src='images/bullet_menu.gif' width='10' height='8'> Year 2006"
	dqm_subdesc7_1_5 = "<img src='images/bullet_menu.gif' width='10' height='8'> Year 2005"
	dqm_subdesc7_1_6 = "<img src='images/bullet_menu.gif' width='10' height='8'> Year 2004"
	dqm_subdesc7_1_7 = "<img src='images/bullet_menu.gif' width='10' height='8'> Year 2003"
	dqm_subdesc7_1_8 = "<img src='images/bullet_menu.gif' width='10' height='8'> Year 2002"
	dqm_subdesc7_1_9 = "<img src='images/bullet_menu.gif' width='10' height='8'> Year 2001"
	dqm_url7_1_0 = "inthenews.php?r=1&y=2010"
	dqm_url7_1_1 = "inthenews.php?r=1&y=2009"
	dqm_url7_1_2 = "inthenews.php?r=1&y=2008"
	dqm_url7_1_3 = "inthenews.php?r=1&y=2007"
	dqm_url7_1_4 = "inthenews.php?r=1&y=2006"
	dqm_url7_1_5 = "inthenews.php?r=1&y=2005"
	dqm_url7_1_6 = "inthenews.php?r=1&y=2004"
	dqm_url7_1_7 = "inthenews.php?r=1&y=2003"
	dqm_url7_1_8 = "inthenews.php?r=1&y=2002"
	dqm_url7_1_9 = "inthenews.php?r=1&y=2001"
	
	//Events > Archive
	dqm_sub_xy7_2 = "-1,-1"
	dqm_sub_menu_width7_2 = 79;
	dqm_subdesc7_2_0 = "<img src='images/bullet_menu.gif' width='10' height='8'> Year 2010"
	dqm_subdesc7_2_1 = "<img src='images/bullet_menu.gif' width='10' height='8'> Year 2009"
	dqm_subdesc7_2_2 = "<img src='images/bullet_menu.gif' width='10' height='8'> Year 2008"
	dqm_subdesc7_2_3 = "<img src='images/bullet_menu.gif' width='10' height='8'> Year 2007"
	dqm_subdesc7_2_4 = "<img src='images/bullet_menu.gif' width='10' height='8'> Year 2006"
	dqm_subdesc7_2_5 = "<img src='images/bullet_menu.gif' width='10' height='8'> Year 2005"
	dqm_subdesc7_2_6 = "<img src='images/bullet_menu.gif' width='10' height='8'> Year 2004"
	dqm_subdesc7_2_7 = "<img src='images/bullet_menu.gif' width='10' height='8'> Year 2003"
	dqm_subdesc7_2_8 = "<img src='images/bullet_menu.gif' width='10' height='8'> Year 2002"
	dqm_subdesc7_2_9 = "<img src='images/bullet_menu.gif' width='10' height='8'> Year 2001"
	dqm_url7_2_0 = "event.php?r=1&y=2010"
	dqm_url7_2_1 = "event.php?r=1&y=2009"
	dqm_url7_2_2 = "event.php?r=1&y=2008"
	dqm_url7_2_3 = "event.php?r=1&y=2007"
	dqm_url7_2_4 = "event.php?r=1&y=2006"
	dqm_url7_2_5 = "event.php?r=1&y=2005"
	dqm_url7_2_6 = "event.php?r=1&y=2004"
	dqm_url7_2_7 = "event.php?r=1&y=2003"
	dqm_url7_2_8 = "event.php?r=1&y=2002"
	dqm_url7_2_9 = "event.php?r=1&y=2001"
	
	//Contact
	dqm_sub_xy8 = "0,-1000"
	dqm_sub_menu_width8 = 1;
	dqm_subdesc8_0 = " "
	dqm_url8_0 = " "
  
  
  
  
  
  
  
  
  
  
  
  
  
  