/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/


	dqm__sub_menu_width = 190      	//default sub menu widths
	dqm__sub_xy = "0,0"            	//default sub x,y coordinates - defined relative
						//to the top-left corner of parent image or sub menu
   

	dqm__urltarget = "_self"		//default URL target: _self, _parent, _new, or "my frame name"

	dqm__border_width = 1
	dqm__divider_height = 1

	dqm__border_color = "#506FA8"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#FFFFFF"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#1E2EAA"		

	dqm__mouse_off_delay = 150		//defined in milliseconds (activated after mouse stops)
	dqm__nn4_mouse_off_delay = 150		//defined in milliseconds (activated after leaving sub)


/*-------------------------------------------
Font settings and margins
--------------------------------------------*/
   

    //Font settings

	dqm__textcolor = "#333333"
	dqm__fontfamily = "Arial"		//Any available system font     
	dqm__fontsize = 11			//Defined with pixel sizing  	
	dqm__fontsize_ie4 = 8			//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' 	


    //Rollover font settings

	dqm__hl_textcolor = "#FFFFFF"
	dqm__hl_textdecoration = "normal"	//set to: 'normal', or 'underline'



    //Margins and text alignment

	dqm__text_alignment = "left"		//set to: 'left', 'center' or 'right'
	dqm__margin_top = 0
	dqm__margin_bottom = 0
	dqm__margin_left = 5
	dqm__margin_right = 4


/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/

	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"	




/*-------------------------------------------
Internet Explorer Transition Effects
--------------------------------------------*/


    //Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch

	dqm__sub_menu_effect = "fade"
	dqm__sub_item_effect = "fade"


    //Define the effect duration in seconds below.
   
	dqm__sub_menu_effect_duration = .4
	dqm__sub_item_effect_duration = .4


    //Specific settings for various transitions.

	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 and drop shadows.

	dqm__sub_menu_opacity = 100			//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')"



/*---------------------------------------------
Specific Sub Menu Settings
----------------------------------------------*/


    //The following settings may be defined for specific sub menu groups.
    //The 'X' represents the index number of the sub menu group.

	dqm__border_widthX = 10;
	dqm__divider_heightX = 5;		
	dqm__border_colorX = "#0000ff";     
	dqm__menu_bgcolorX = "#ff0000"
	dqm__hl_bgcolorX = "#00ff00"
	dqm__hl_textcolorX = "#ff0000"
	dqm__text_alignmentX = "left"


    //The following settings may be defined for specific sub menu items.
    //The 'X' represents the index number of the sub menu item.

	dqm__hl_subdescX = "custom highlight text"
	dqm__urltargetX = "_new"




/**********************************************************************************************
**********************************************************************************************

                           Main Menu Rollover Images and Links  

**********************************************************************************************
**********************************************************************************************/



    //Main Menu Item 0

	dqm__rollover_image0 = "images/servicesbuttona.gif"
	dqm__rollover_wh0 = "88,14"


    //Main Menu Item 1

	dqm__rollover_image1 = "images/oursolutionsbuttona.gif"
	dqm__rollover_wh1 = "94,14"


    //Main Menu Item 2

	dqm__rollover_image2 = "images/helpcenterbuttona.gif"
	dqm__rollover_wh2 = "82,14"

/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Structure and Text  

**********************************************************************************************
**********************************************************************************************/
   


    //Sub Menu 0

	dqm__sub_xy0 = "-88,14"
	dqm__sub_menu_width0 = 165

dqm__subdesc0_0 = "Solution Consulting"
//dqm__subdesc0_1 = "Custom Solutions"
//dqm__subdesc0_2 = "Network Design"
dqm__subdesc0_1 = "e-Commerce Solutions"
dqm__subdesc0_2 = "Software Development"
//dqm__subdesc0_5 = "Engineering Services"
dqm__subdesc0_3 = "Telephony and IVR"
//dqm__subdesc0_7 = "Lead Generation Tools"
dqm__subdesc0_4 = "Software Testing"
dqm__subdesc0_5 = "Solutions for Service Providers"
dqm__subdesc0_6 = "Graphic Design"
//dqm__subdesc0_11 = "Web Tools"
dqm__subdesc0_7 = "Professional Services"
dqm__subdesc0_8 = "Web Hosting"


dqm__url0_0 = "services/solutionconsulting.htm"
//dqm__url0_1 = "services/customsolutions.htm"
//dqm__url0_2 = "services/networkdesign.htm"
dqm__url0_1 = "services/ecommercesolutions.htm"
dqm__url0_2 = "services/softwareservice.htm"
//dqm__url0_5 = "services/engineeringservice.htm"
dqm__url0_3 = "services/telephony.htm"
//dqm__url0_7 = "services/leadgenerationtools.htm"
dqm__url0_4 = "services/softwaretesting.htm"
dqm__url0_5 = "services/solutionforservice.htm"
dqm__url0_6 = "services/e-greetingsservice.htm"
//dqm__url0_11 = "services/webtools.htm"
dqm__url0_7 = "services/professionalservices.htm"
dqm__url0_8 = ""


	 	   //Sub Menu 0_13

		dqm__sub_xy0_8 = "-277,0"
		dqm__sub_menu_width0_8 = 115

		dqm__subdesc0_8_0 = "Shared Web Hosting"
		dqm__subdesc0_8_1 = "Dedicated Servers"
		dqm__subdesc0_8_2 = "Server Co-location"
		dqm__subdesc0_8_3 = "Application Hosting"
		dqm__subdesc0_8_4 = "Domain Transfer"
		dqm__subdesc0_8_5 = "Merchant Accounts"
		dqm__subdesc0_8_6 = "SSL Certificates"
		dqm__subdesc0_8_7 = "Options"


		dqm__url0_8_0 = "webhosting/w2khosting.htm"
		dqm__url0_8_1 = "webhosting/overview.htm"
		dqm__url0_8_2 = "webhosting/overviewserver.htm"
		dqm__url0_8_3 = "webhosting/applicationhosting.htm"
		dqm__url0_8_4 = "webhosting/domaintransfer.htm"
		dqm__url0_8_5 = "webhosting/merchant.htm"
		dqm__url0_8_6 = "webhosting/ssl.htm"
		dqm__url0_8_7 = "webhosting/options.htm"



    //Sub Menu 1

	dqm__sub_xy1 = "-95,14"
	dqm__sub_menu_width1 = 165

dqm__subdesc1_0 = "Innovative Software Solutions"
dqm__subdesc1_1 = "Technology Based Solutions"


dqm__url1_0 = "services/solutionconsulting.htm"
dqm__url1_1 = "services/customsolutions.htm"


dqm__url1_0 = ""
dqm__url1_1 = ""

	 	   //Sub Menu 1_0

		dqm__sub_xy1_0 = "-5,0"
		dqm__sub_menu_width1_0 = 145

		dqm__subdesc1_0_0 = "Recruiters Helper"
		dqm__subdesc1_0_1 = "Auction Pro"
		dqm__subdesc1_0_2 = "e-Learning University"
		dqm__subdesc1_0_3 = "Direct Marketing Guru"
		dqm__subdesc1_0_4 = "Classified Pro"
		dqm__subdesc1_0_5 = "123Shop Pro"
		dqm__subdesc1_0_6 = "Spelling Tool"
		dqm__subdesc1_0_7 = "e-Project Pro"
		dqm__subdesc1_0_8 = "Windows Task Scheduler"
		dqm__subdesc1_0_9 = "Live Support"
		dqm__subdesc1_0_10 = "Web Based Auto Dialer"
		dqm__subdesc1_0_11 = "2-Way Live Advice"
		dqm__subdesc1_0_12 = "Connect Me Now!"
		dqm__subdesc1_0_13 = "Live Trader"
		dqm__subdesc1_0_14 = "Digital Media Distribution"
		dqm__subdesc1_0_15 = "Sure Reminder"
		dqm__subdesc1_0_16 = "Corporate Reminder"


		dqm__url1_0_0 = "softwareproducts/recruitershelper/recruitershelper.htm"
		dqm__url1_0_1 = "softwareproducts/auctionpro/auctionpro.htm"
		dqm__url1_0_2 = "softwareproducts/e-learninguniversity/e-learninguniversity.htm"
		dqm__url1_0_3 = "softwareproducts/directmarketingguru/directmarketingguru.htm"
		dqm__url1_0_4 = "softwareproducts/classifiedpro/classifiedpro.htm"
		dqm__url1_0_5 = "softwareproducts/123shoppro/123shoppro.htm"
		dqm__url1_0_6 = "softwareproducts/spellingtool/spellingtool.htm"
		dqm__url1_0_7 = "softwareproducts/e-projectpro/e-projectpro.htm"
		dqm__url1_0_8 = "softwareproducts/windowstaskscheduler/windowstaskscheduler.htm"
		dqm__url1_0_9 = "softwareproducts/livesupport/livesupport.htm"
		dqm__url1_0_10 = "softwareproducts/webbasedautodialer/webbasedautodialer.htm"
		dqm__url1_0_11 = "softwareproducts/2-wayliveadvice/2-wayliveadvice.htm"
		dqm__url1_0_12 = "softwareproducts/connectmenow/connectmenow.htm"
		dqm__url1_0_13 = "softwareproducts/livetrader/livetrader.htm"
		dqm__url1_0_14 = "softwareproducts/digitalmediadistribution/digitalmediadistribution.htm"
		dqm__url1_0_15 = "softwareproducts/surereminder/surereminder.htm"
		dqm__url1_0_16 = "softwareproducts/corporatereminder/corporatereminder.htm"




	 	   //Sub Menu 1_1

		dqm__sub_xy1_1 = "-5,0"
		dqm__sub_menu_width1_1 = 175

		dqm__subdesc1_1_0 = "Network Security Switch"
		dqm__subdesc1_1_1 = "Centralized Alarm Monitor (CAM)"
		dqm__subdesc1_1_2 = "Auto Dialers"
		dqm__subdesc1_1_3 = "Web based Auto Dialers"
		//dqm__subdesc1_1_4 = "Racks, Cabinets and more"
		//dqm__subdesc1_1_5 = "Dialogic"
		//dqm__subdesc1_1_6 = "Lantronix"
		//dqm__subdesc1_1_7 = "Cables and more"



		dqm__url1_1_0 = "technology/networksecurity/networksecurity.htm"
		dqm__url1_1_1 = "technology/centralizedalarm/centralizedalarm.htm"
		dqm__url1_1_2 = "technology/autodialers/autodialers.htm"
		dqm__url1_1_3 = "technology/webbasedauto/webbasedauto.htm"
		//dqm__url1_1_4 = "technology/rackscabinets/rackscabinets.htm"
		//dqm__url1_1_5 = "technology/dialogic/dialogic.htm"
		//dqm__url1_1_6 = "technology/lantronix/lantronix.htm"
		//dqm__url1_1_7 = "technology/cablesandmore/cablesandmore.htm"



    //Sub Menu 2

	dqm__sub_xy2 = "-82,14"
	dqm__sub_menu_width2 = 105

dqm__subdesc2_0 = "TechnicalSupport"
dqm__subdesc2_1 = "Knowledge Base"


dqm__url2_0 = "http://www.solucomp.com/helpdesk"
dqm__url2_1 = "http://www.solucomp.com/knowledgebase"
