
/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/


	dqm__sub_menu_width = 140      	//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 = 0

	dqm__border_color = "#D9D9D9"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#FFFFFF"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#D9D9D9"		

	dqm__mouse_off_delay = 250		//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 = "#000000"
	dqm__fontfamily = "arial"		//Any available system font     
	dqm__fontsize = 11			//Defined with pixel sizing  	
	dqm__fontsize_ie4 = "normal"			//Defined with point sizing
	dqm__textdecoration = "normal"		//set to: 'normal', or 'underline'
	dqm__fontweight = "#224473"		//set to: 'normal', or 'bold'
	dqm__fontstyle = "normal"		//set to: 'normal', or 'italic' 	


    //Rollover font settings

	dqm__hl_textcolor = "#000000"
	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 = 4
	dqm__margin_bottom = 4
	dqm__margin_left = 6
	dqm__margin_right = 3

/*---------------------------------------------
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')"

/**********************************************************************************************
**********************************************************************************************

                           Main Menu Rollover Images and Links  

**********************************************************************************************
**********************************************************************************************/



    //Main Menu Item 0

	dqm__rollover_image0 = "image/industry_red.gif"
	dqm__rollover_wh0 = "258,28"
	dqm__url0 = "pages/industry.htm";
	
	    //Main Menu Item 1

	dqm__rollover_image1 = "image/bpo_opportunity_red.gif"
	dqm__rollover_wh1 = "258,31"
	dqm__url1 = "pages/bpo_opportunity.htm";
	
		    //Main Menu Item 2

	dqm__rollover_image2 = "image/my_background_red.gif"
	dqm__rollover_wh2 = "258,31"
	dqm__url2 = "pages/my_background_vs_a_bpo_career.htm";
	
			    //Main Menu Item 3

	dqm__rollover_image3 = "image/on_the_job_red.gif"
	dqm__rollover_wh3 = "258,31"
	dqm__url3 = "pages/on_the_job.htm#1";
	
				    //Main Menu Item 4

	dqm__rollover_image4 = "image/my_future_red.gif"
	dqm__rollover_wh4 = "258,31"
	dqm__url4 = "pages/my_future.htm";

	



    	

/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Structure and Text  

**********************************************************************************************
**********************************************************************************************/
   


    //Sub Menu 0

	dqm__sub_xy0 = "-345,28"
	dqm__sub_menu_width0 = 180

	dqm__subdesc0_0 = "What is BPO?"
	dqm__subdesc0_1 = "Why BPO?"
	dqm__subdesc0_2 = "BPO companies in Sri Lanka"
	
	dqm__url0_0 = "pages/industry.htm"
	dqm__url0_1 = "pages/industry.htm"
	dqm__url0_2 = "pages/industry.htm#1"
	
	
    //Sub Menu 1

	dqm__sub_xy1 = "-345,28"
	dqm__sub_menu_width1 = 180

	dqm__subdesc1_0 = "A BPO Career"
	dqm__subdesc1_1 = "BPO’s a new fad"
	dqm__subdesc1_2 = "Success in India & the Philippines"
	dqm__subdesc1_3 = "How can I apply?"
	dqm__subdesc1_4 = "How many jobs are available?"
	dqm__subdesc1_5 = "Can I take this up part-time?"
	dqm__subdesc1_6 = "It is a long term career?"
	dqm__subdesc1_7 = "Will the bubble burst?"
	dqm__subdesc1_8 = "Which are the countries outsourcing to  Sri Lanka?"
	dqm__subdesc1_9 = "What are the related industries?"
	
	
	dqm__url1_0 = "pages/bpo_opportunity.htm#1"
	dqm__url1_1 = "pages/bpo_opportunity.htm#2"
	dqm__url1_2 = "pages/bpo_opportunity.htm#3"
	dqm__url1_3 = "pages/bpo_opportunity.htm#4"
	dqm__url1_4 = "pages/bpo_opportunity.htm#5"
	dqm__url1_5 = "pages/bpo_opportunity.htm#6"
	dqm__url1_6 = "pages/bpo_opportunity.htm#7"
	dqm__url1_7 = "pages/bpo_opportunity.htm#8"
	dqm__url1_8 = "pages/bpo_opportunity.htm#9"
	dqm__url1_9 = "pages/bpo_opportunity.htm#10"
	
	    //Sub Menu 2

	dqm__sub_xy2 = "-345,28"
	dqm__sub_menu_width2 = 180

	dqm__subdesc2_0 = "What qualifications do I need?"
	dqm__subdesc2_1 = "What key skills do I need?"
	dqm__subdesc2_2 = "I’m more service oriented?"
	dqm__subdesc2_3 = "Is English necessary?"
	dqm__subdesc2_4 = "Is it closely related to IT?"
	dqm__subdesc2_5 = "Do I need to be familiar with computers?"
	dqm__subdesc2_6 = "What experience should I possess?"
	dqm__subdesc2_7 = "Are there any age limits?"
	dqm__subdesc2_8 = "How much can I earn?"
	dqm__subdesc2_9 = "Is the job monotonous?"
	
	
	dqm__url2_0 = "pages/my_background_vs_a_bpo_career.htm#1"
	dqm__url2_1 = "pages/my_background_vs_a_bpo_career.htm#2"
	dqm__url2_2 = "pages/my_background_vs_a_bpo_career.htm#3"
	dqm__url2_3 = "pages/my_background_vs_a_bpo_career.htm#4"
	dqm__url2_4 = "pages/my_background_vs_a_bpo_career.htm#5"
	dqm__url2_5 = "pages/my_background_vs_a_bpo_career.htm#6"
	dqm__url2_6 = "pages/my_background_vs_a_bpo_career.htm#7"
	dqm__url2_7 = "pages/my_background_vs_a_bpo_career.htm#8"
	dqm__url2_8 = "pages/my_background_vs_a_bpo_career.htm#9"
	dqm__url2_9 = "pages/my_background_vs_a_bpo_career.htm#10"
	
		    //Sub Menu 3

	dqm__sub_xy3 = "-345,28"
	dqm__sub_menu_width3 = 180

	dqm__subdesc3_0 = "How long is the training?"
	dqm__subdesc3_1 = "Do I work odd hours?"
	dqm__subdesc3_2 = "Will there be transportation?"
	dqm__subdesc3_3 = "Will I have to speak with an accent?"
	dqm__subdesc3_4 = "Is the work strenuous?"
	dqm__subdesc3_5 = "Are there deadlines?"
	dqm__subdesc3_6 = "Will I have all facilities?"
	dqm__subdesc3_7 = "I’m already employed…why change?"
	dqm__subdesc3_8 = "Is the work stressful?"
	
	
	dqm__url3_0 = "pages/on_the_job.htm#1"
	dqm__url3_1 = "pages/on_the_job.htm#2"
	dqm__url3_2 = "pages/on_the_job.htm#3"
	dqm__url3_3 = "pages/on_the_job.htm#4"
	dqm__url3_4 = "pages/on_the_job.htm#5"
	dqm__url3_5 = "pages/on_the_job.htm#6"
	dqm__url3_6 = "pages/on_the_job.htm#7"
	dqm__url3_7 = "pages/on_the_job.htm#8"
	dqm__url3_8 = "pages/on_the_job.htm#9"
	
			    //Sub Menu 4

	dqm__sub_xy4 = "-345,28"
	dqm__sub_menu_width4 = 180

	dqm__subdesc4_0 = "Will this experience count?"
	dqm__subdesc4_1 = "Is this career growth oriented?"
	dqm__subdesc4_2 = "Can I switch back to my old career?"
	dqm__subdesc4_3 = "Will I grow in my job?"	
	
	dqm__url4_0 = "pages/my_future.htm#1"
	dqm__url4_1 = "pages/my_future.htm#2"
	dqm__url4_2 = "pages/my_future.htm#3"
	dqm__url4_3 = "pages/my_future.htm#4"
	dqm__url4_4 = "pages/my_future.htm#5"
