/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/


	dqm__sub_menu_width = 180;      		//default sub menu widths
	dqm__sub_xy = "-4,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 = "#306FBA";		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#22ffff";		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#22ffff";		

	dqm__mouse_off_delay = 150;		//defined in milliseconds (activated after mouse stops)
	dqm__nn4_mouse_off_delay = 500;		//defined in milliseconds (activated after leaving sub)


/*-------------------------------------------
Font settings and margins
--------------------------------------------*/
   
    //Font settings

	dqm__textcolor = "#306FBA";
	dqm__fontfamily = "Verdana";		//Any available system font     
	dqm__fontsize = 10;			//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' 	


    //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 = 2;
	dqm__margin_bottom = 3;
	dqm__margin_left = 5;
	dqm__margin_right = 4;

   
/*-------------------------------------------
  Bullet and Icon image library - Unlimited bullet
  or icon images may be defined below and then associated
  with any sub menu items within the 'Sub Menu Structure 
  and Text' section of this data file.
--------------------------------------------*/

    //Relative positioned icon images (flow with sub item text)

	dqm__icon_image0 = "";
	dqm__icon_rollover0 = "";
	dqm__icon_image_wh0 = "12,8";

	

    //Absolute positioned icon images (coordinate poitioned)

	dqm__2nd_icon_image0 = "images/arrow_cold.gif";
	dqm__2nd_icon_rollover0 = "images/arrow_hot.gif";
	dqm__2nd_icon_image_wh0 = "6,9";
	dqm__2nd_icon_image_xy0 = "0,4";

/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/

	dqm__show_urls_statusbar = true;
   
	//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 = "none";


    //Define the effect duration in seconds below.
   
	dqm__sub_menu_effect_duration = .8;
	dqm__sub_item_effect_duration = .1;


    //Specific settings for various transitions.

	dqm__effect_pixelate_maxsqare = 25;
	dqm__effect_iris_irisstyle = "star";		//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 = 90;			//1 to 100
	dqm__dropshadow_color = "none";			//Hex color value or 'none'
	dqm__dropshadow_offx = 2;			//drop shadow width
	dqm__dropshadow_offy = 2;			//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 = true;


    //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/icon_home_hot.gif";
	dqm__rollover_wh0 = "16,16";
	dqm__url0 = "index.html";


    //Main Menu Item 1
	dqm__rollover_image1 = "images/icon_services_hot.gif"; 
	dqm__rollover_wh1 = "16,16";
	dqm__url1 = "services.html";


    //Main Menu Item 2
	dqm__rollover_image2 = "images/icon_email_hot.gif"; 
	dqm__rollover_wh2 = "16,16";
	dqm__url2 = "contact_us.html";


    //Main Menu Item 3
	dqm__rollover_image3 = "images/btn_home_hot.gif";
	dqm__rollover_wh3 = "139,26";
	dqm__url3 = "index.html";


    //Main Menu Item 4
	dqm__rollover_image4 = "images/btn_about_hot.gif";
	dqm__rollover_wh4 = "139,26";
	dqm__url4 = "about_us.html";


    //Main Menu Item 5
	dqm__rollover_image5 = "images/btn_services_hot.gif";
	dqm__rollover_wh5 = "139,26";
	dqm__url5 = "services.html";


    //Main Menu Item 6
	dqm__rollover_image6 = "images/btn_port_hot.gif"; 
	dqm__rollover_wh6 = "139,26";
	dqm__url6 = "portfolio.html";


    //Main Menu Item 7
	dqm__rollover_image7 = "images/btn_clients_hot.gif";
	dqm__rollover_wh7 = "139,26";
	dqm__url7 = "clients.html";


    //Main Menu Item 8
	dqm__rollover_image8 = "images/btn_contact_hot.gif";
	dqm__rollover_wh8 = "139,26";
	dqm__url8 = "contact_us.html";


/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Structure and Text  

**********************************************************************************************
**********************************************************************************************/

    //Sub Menu 1
	dqm__sub_xy1 = "-15,15";
	dqm__sub_menu_width1 = 160;

	dqm__subdesc1_0 = "Web &amp; E-Commerce";
	dqm__subdesc1_1 = "Database Design";
	dqm__subdesc1_2 = "Graphics &amp; Multimedia";
	dqm__subdesc1_3 = "E-Marketing & SEO";
	dqm__subdesc1_4 = "Offshore Development";
//	dqm__subdesc1_5 = "Expertise"

	dqm__icon_index1_0 = 0;
	dqm__icon_index1_1 = 0;
	dqm__icon_index1_2 = 0;
	dqm__icon_index1_3 = 0;
	dqm__icon_index1_4 = 0;
//	dqm__icon_index1_5 = 0

	dqm__2nd_icon_index1_0 = 0;
	dqm__2nd_icon_index1_2 = 0;
	dqm__2nd_icon_index1_3 = 0;


	dqm__url1_0 = "#";
	dqm__url1_1 = "database_design.html";
	dqm__url1_2 = "graphics_multimedia.html";
	dqm__url1_3 = "website_marketing.html";
	dqm__url1_4 = "offshore_development.html";
//	dqm__url1_5 = "expertise.html"

	//Sub Menu 1_0
	//	dqm__sub_xy1_0 = "-56,22"
	dqm__sub_menu_width1_0 = 145;
	dqm__subdesc1_0_0 = "Website Design & Development";
	dqm__subdesc1_0_1 = "Website Redesign";
	dqm__subdesc1_0_2 = "Website Maintenance";
	dqm__subdesc1_0_3 = "E-Commerce Solution";
	dqm__subdesc1_0_4 = "Content Management System - CMS";
	dqm__subdesc1_0_5 = "Domain Hosting &amp; Registration";
	dqm__subdesc1_0_6 = "Web based Applications";
	
	dqm__icon_index1_0_0 = 0;
	dqm__icon_index1_0_1 = 0;
	dqm__icon_index1_0_2 = 0;
	dqm__icon_index1_0_3 = 0;
	dqm__icon_index1_0_4 = 0;
	dqm__icon_index1_0_5 = 0;
	dqm__icon_index1_0_6 = 0;

	dqm__url1_0_0 = "website_design_development.html";
	dqm__url1_0_1 = "website_redesign.html";
	dqm__url1_0_2 = "website_maintenance.html";
	dqm__url1_0_3 = "ecommerce_solution.html";
	dqm__url1_0_4 = "content_management_system.html";
	dqm__url1_0_5 = "domain_hosting_registration.html";
	dqm__url1_0_6 = "web_based_application.html";

	//Sub Menu 1_2
	//	dqm__sub_xy1_2 = "-56,22"
	dqm__sub_menu_width1_2 = 145;
	dqm__subdesc1_2_0 = "Logo Design";
	dqm__subdesc1_2_1 = "Website Design";
	dqm__subdesc1_2_2 = "Brochure Design";
	dqm__subdesc1_2_3 = "Flash Based Website";
	dqm__subdesc1_2_4 = "Web Banner";
	dqm__subdesc1_2_5 = "CD Brochures";
	dqm__subdesc1_2_6 = "Corporate Identities";
	dqm__subdesc1_2_7 = "Corporate Branding";
	
	dqm__icon_index1_2_0 = 0;
	dqm__icon_index1_2_1 = 0;
	dqm__icon_index1_2_2 = 0;
	dqm__icon_index1_2_3 = 0;
	dqm__icon_index1_2_4 = 0;
	dqm__icon_index1_2_5 = 0;
	dqm__icon_index1_2_6 = 0;
	dqm__icon_index1_2_7 = 0;
	
	dqm__2nd_icon_index1_2_7 = 0;
	
	dqm__url1_2_0 = "logo_design.html";
	dqm__url1_2_1 = "website_design_development.html";
	dqm__url1_2_2 = "brochure_design.html";
	dqm__url1_2_3 = "flash_website.html";
	dqm__url1_2_4 = "banner_email_marketing.html";
	dqm__url1_2_5 = "cd_brochures.html";
	dqm__url1_2_6 = "corporate_identities.html";
	dqm__url1_2_7 = "corporate_branding.html";

	//Sub Menu 1_2_7
	//	dqm__sub_xy1_2_7 = "-56,22"
	dqm__sub_menu_width1_2_7 = 135;

	dqm__subdesc1_2_7_0 = "What Corporate Branding is";
	dqm__subdesc1_2_7_1 = "Why Need Branding";
	dqm__subdesc1_2_7_2 = "How to Build Brand";

	dqm__icon_index1_2_7_0 = 0;
	dqm__icon_index1_2_7_1 = 0;
	dqm__icon_index1_2_7_2 = 0;

	dqm__url1_2_7_0 = "corporate_branding.html#what";
	dqm__url1_2_7_1 = "corporate_branding.html#why";
	dqm__url1_2_7_2 = "corporate_branding.html#how";

	//Sub Menu 1_3
	//	dqm__sub_xy1_3 = "-56,22"
	dqm__sub_menu_width1_3 = 145;

	dqm__subdesc1_3_0 = "Website Marketing";
	dqm__subdesc1_3_1 = "Paid Search Engine Marketing";
	dqm__subdesc1_3_2 = "Banner and Email Marketing";
	dqm__subdesc1_3_3 = "Link Popularity Services";
	dqm__subdesc1_3_4 = "Search Engine Optimization";
	dqm__subdesc1_3_5 = "Keyword Research and Analysis";
	dqm__subdesc1_3_6 = "Code Based Website Optimization";
	dqm__subdesc1_3_7 = "Website Evaluation";

	dqm__icon_index1_3_0 = 0;
	dqm__icon_index1_3_1 = 0;
	dqm__icon_index1_3_2 = 0;
	dqm__icon_index1_3_3 = 0;
	dqm__icon_index1_3_4 = 0;
	dqm__icon_index1_3_5 = 0;
	dqm__icon_index1_3_6 = 0;
	dqm__icon_index1_3_7 = 0;

	dqm__url1_3_0 = "website_marketing.html";
	dqm__url1_3_1 = "emarketing.html";
	dqm__url1_3_2 = "banner_email_marketing.html";
	dqm__url1_3_3 = "link_popularity_services.html";
	dqm__url1_3_4 = "search_engine_optimization.html";
	dqm__url1_3_5 = "keyword_analysis_research.html";
	dqm__url1_3_6 = "code_based_website_optimization.html";
	dqm__url1_3_7 = "website_evaluation.html";

	//Sub Menu 4
	//	dqm__sub_xy4 = "-3,6"
	dqm__sub_menu_width4 = 160;

	dqm__subdesc4_0 = "Customer Commitment";
	dqm__subdesc4_1 = "Our Processes";
	dqm__subdesc4_2 = "Our Team";
	dqm__subdesc4_3 = "Privacy Policy";
	dqm__subdesc4_4 = "Why Choose Us";
	dqm__subdesc4_5 = "Career";

	dqm__icon_index4_0 = 0;
	dqm__icon_index4_1 = 0;
	dqm__icon_index4_2 = 0;
	dqm__icon_index4_3 = 0;
	dqm__icon_index4_4 = 0;
	dqm__icon_index4_5 = 0;

	dqm__2nd_icon_index4_1 = 0;

	dqm__url4_0 = "customer_commitment.html";
	dqm__url4_1 = "our_processes.html";
	dqm__url4_2 = "our_team.html";
	dqm__url4_3 = "our_policy.html";
	dqm__url4_4 = "why_choose_us.html";
	dqm__url4_5 = "career.html";
	//Sub Menu 4_1
//	dqm__sub_xy4_1 = "-56,22"
	dqm__sub_menu_width4_1 = 115;

	dqm__subdesc4_1_0 = "Expression";
	dqm__subdesc4_1_1 = "Elaboration";
	dqm__subdesc4_1_2 = "Execution";
	dqm__subdesc4_1_3 = "Evaluation";
	dqm__subdesc4_1_4 = "Evolution";
	
	dqm__icon_index4_1_0 = 0;
	dqm__icon_index4_1_1 = 0;
	dqm__icon_index4_1_2 = 0;
	dqm__icon_index4_1_3 = 0;
	dqm__icon_index4_1_4 = 0;

	dqm__url4_1_0 = "our_processes.html#Expression";
	dqm__url4_1_1 = "our_processes.html#Elaboration";
	dqm__url4_1_2 = "our_processes.html#Execution";
	dqm__url4_1_3 = "our_processes.html#Evaluation";
	dqm__url4_1_4 = "our_processes.html#Evolution";

	//Sub Menu 5

	//	dqm__sub_xy5 = "-56,22"
	dqm__sub_menu_width5 = 160;

	dqm__subdesc5_0 = "Web &amp; E-Commerce";
	dqm__subdesc5_1 = "Database Design";
	dqm__subdesc5_2 = "Graphics &amp; Multimedia";
	dqm__subdesc5_3 = "E-Marketing & SEO";
	dqm__subdesc5_4 = "Offshore Development";
//	dqm__subdesc5_5 = "Expertise"

	dqm__icon_index5_0 = 0;
	dqm__icon_index5_1 = 0;
	dqm__icon_index5_2 = 0;
	dqm__icon_index5_3 = 0;
	dqm__icon_index5_4 = 0;
//	dqm__icon_index5_5 = 0

	dqm__2nd_icon_index5_0 = 0;
	dqm__2nd_icon_index5_2 = 0;
	dqm__2nd_icon_index5_3 = 0;


	dqm__url5_0 = "#";
	dqm__url5_1 = "database_design.html";
	dqm__url5_2 = "graphics_multimedia.html";
	dqm__url5_3 = "website_marketing.html";
	dqm__url5_4 = "offshore_development.html";
//	dqm__url5_5 = "expertise.html"

	//Sub Menu 5_0
	//	dqm__sub_xy5_0 = "-56,22"
	dqm__sub_menu_width5_0 = 145;
	dqm__subdesc5_0_0 = "Website Design & Development";
	dqm__subdesc5_0_1 = "Website Redesign";
	dqm__subdesc5_0_2 = "Website Maintenance";
	dqm__subdesc5_0_3 = "E-Commerce Solution";
	dqm__subdesc5_0_4 = "Content Management System - CMS";
	dqm__subdesc5_0_5 = "Domain Hosting &amp; Registration";
	dqm__subdesc5_0_6 = "Web based Applications";
	
	dqm__icon_index5_0_0 = 0;
	dqm__icon_index5_0_1 = 0;
	dqm__icon_index5_0_2 = 0;
	dqm__icon_index5_0_3 = 0;
	dqm__icon_index5_0_4 = 0;
	dqm__icon_index5_0_5 = 0;
	dqm__icon_index5_0_6 = 0;

	dqm__url5_0_0 = "website_design_development.html";
	dqm__url5_0_1 = "website_redesign.html";
	dqm__url5_0_2 = "website_maintenance.html";
	dqm__url5_0_3 = "ecommerce_solution.html";
	dqm__url5_0_4 = "content_management_system.html";
	dqm__url5_0_5 = "domain_hosting_registration.html";
	dqm__url5_0_6 = "web_based_application.html";

	//Sub Menu 5_2
	//	dqm__sub_xy5_2 = "-56,22"
	dqm__sub_menu_width5_2 = 145;
	dqm__subdesc5_2_0 = "Logo Design";
	dqm__subdesc5_2_1 = "Website Design";
	dqm__subdesc5_2_2 = "Brochure Design";
	dqm__subdesc5_2_3 = "Flash Based Website";
	dqm__subdesc5_2_4 = "Web Banner";
	dqm__subdesc5_2_5 = "CD Brochures";
	dqm__subdesc5_2_6 = "Corporate Identities";
	dqm__subdesc5_2_7 = "Corporate Branding";
	
	dqm__icon_index5_2_0 = 0;
	dqm__icon_index5_2_1 = 0;
	dqm__icon_index5_2_2 = 0;
	dqm__icon_index5_2_3 = 0;
	dqm__icon_index5_2_4 = 0;
	dqm__icon_index5_2_5 = 0;
	dqm__icon_index5_2_6 = 0;
	dqm__icon_index5_2_7 = 0;
	
	dqm__2nd_icon_index5_2_7 = 0;
	
	dqm__url5_2_0 = "logo_design.html";
	dqm__url5_2_1 = "website_design_development.html";
	dqm__url5_2_2 = "brochure_design.html";
	dqm__url5_2_3 = "flash_website.html";
	dqm__url5_2_4 = "banner_email_marketing.html";
	dqm__url5_2_5 = "cd_brochures.html";
	dqm__url5_2_6 = "corporate_identities.html";
	dqm__url5_2_7 = "corporate_branding.html";

	//Sub Menu 5_2_7
	//	dqm__sub_xy5_2_7 = "-56,22"
	dqm__sub_menu_width5_2_7 = 135;

	dqm__subdesc5_2_7_0 = "What Corporate Branding is";
	dqm__subdesc5_2_7_1 = "Why Need Branding";
	dqm__subdesc5_2_7_2 = "How to Build Brand";

	dqm__icon_index5_2_7_0 = 0;
	dqm__icon_index5_2_7_1 = 0;
	dqm__icon_index5_2_7_2 = 0;

	dqm__url5_2_7_0 = "corporate_branding.html#what";
	dqm__url5_2_7_1 = "corporate_branding.html#why";
	dqm__url5_2_7_2 = "corporate_branding.html#how";

	//Sub Menu 5_3
	//	dqm__sub_xy5_3 = "-56,22"
	dqm__sub_menu_width5_3 = 145

	dqm__subdesc5_3_0 = "Website Marketing";
	dqm__subdesc5_3_1 = "Paid Search Engine Marketing";
	dqm__subdesc5_3_2 = "Banner and Email Marketing";
	dqm__subdesc5_3_3 = "Link Popularity Services";
	dqm__subdesc5_3_4 = "Search Engine Optimization";
	dqm__subdesc5_3_5 = "Keyword Research and Analysis";
	dqm__subdesc5_3_6 = "Code Based Website Optimization";
	dqm__subdesc5_3_7 = "Website Evaluation";

	dqm__icon_index5_3_0 = 0;
	dqm__icon_index5_3_1 = 0;
	dqm__icon_index5_3_2 = 0;
	dqm__icon_index5_3_3 = 0;
	dqm__icon_index5_3_4 = 0;
	dqm__icon_index5_3_5 = 0;
	dqm__icon_index5_3_6 = 0;
	dqm__icon_index5_3_7 = 0;

	dqm__url5_3_0 = "website_marketing.html";
	dqm__url5_3_1 = "emarketing.html";
	dqm__url5_3_2 = "banner_email_marketing.html";
	dqm__url5_3_3 = "link_popularity_services.html";
	dqm__url5_3_4 = "search_engine_optimization.html";
	dqm__url5_3_5 = "keyword_analysis_research.html";
	dqm__url5_3_6 = "code_based_website_optimization.html";
	dqm__url5_3_7 = "website_evaluation.html";

  //Sub Menu 7

	//	dqm__sub_xy7 = "-57,22"
	dqm__sub_menu_width7 = 160;

	dqm__subdesc7_0 = "Our Clients";
	dqm__subdesc7_1 = "Feedback From Clients";

	dqm__icon_index7_0 = 0;
	dqm__icon_index7_1 = 0;

	dqm__url7_0 = "clients.html";
	dqm__url7_1 = "clients_feedback.html";