//  QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com


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


	dqm__sub_menu_width = 130      		//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 = "#1E537C"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#2F80BB"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#FFCC66"		

	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 = "#FFFFFF"
	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 = "#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 = 1
	dqm__margin_bottom = 2
	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 = "images/blank_bullet.gif"
	dqm__icon_rollover0 = "images/sample3_bullet_hl.gif"
	dqm__icon_image_wh0 = "14,8"

	

    //Absolute positioned icon images (coordinate poitioned)

	//dqm__2nd_icon_image0 = "images/blank_bullet.gif"
	//dqm__2nd_icon_rollover0 = "images/sample3_bullet_hl.gif"
	//dqm__2nd_icon_image_wh0 = "13,10"
	//dqm__2nd_icon_image_xy0 = "0,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 = "pixelate"
	dqm__sub_item_effect = "fade"


    //Define the effect duration in seconds below.
   
	dqm__sub_menu_effect_duration = .75
	dqm__sub_item_effect_duration = .5


    //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 = 3			//drop shadow width
	dqm__dropshadow_offy = 3			//drop shadow height



/*-------------------------------------------
Browser Bug fixes and Workarounds
--------------------------------------------*/


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


/*---------------------------------------------
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/fo7_header_hl_02.gif"
	dqm__rollover_wh0 = "175,21"
	dqm__url0 = "#";   


    //Main Menu Item 1

	dqm__rollover_image1 = "images/fo7_header_hl_04.gif"
	dqm__rollover_wh1 = "175,20"
	dqm__url1 = "#";   


    //Main Menu Item 2

	dqm__rollover_image2 = "images/fo7_header_hl_05.gif"
	dqm__rollover_wh2 = "175,20"
	dqm__url2 = "#";   


    //Main Menu Item 3

	dqm__rollover_image3 = "images/fo7_header_hl_07.gif"
	dqm__rollover_wh3 = "175,20"
	dqm__url3 = "#";   


    //Main Menu Item 4

	dqm__rollover_image4 = "images/fo7_header_hl_08.gif"
	dqm__rollover_wh4 = "175,20"
	dqm__url4 = "#";   


    //Main Menu Item 5
	
	dqm__rollover_image5 = "images/fo7_header_hl_09.gif"
	dqm__rollover_wh5 = "137,20"
	dqm__url5 = "#";   

	//Main Menu Item 6
	
	dqm__rollover_image6 = "images/fo7_header_hl_12.gif"
	dqm__rollover_wh6 = "137,23"
	dqm__url6 = "#";   

	//Main Menu Item 7 Regions
	
	dqm__rollover_image7 = "images/fo7_header_hl_10.gif"
	dqm__rollover_wh7 = "38,43"
	dqm__url7 = "index.php"; 

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

                              Sub Menu Structure and Text  

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


    //Sub Menu 0 Sec. Message

	dqm__sub_xy0 = "0,0"
	dqm__sub_menu_width0 = 180

	dqm__subdesc0_0 = "Welcome Message"
	//dqm__subdesc0_1 = "Thoughts of the Director"
	//dqm__subdesc0_2 = "sub item 2"
	//dqm__subdesc0_3 = "sub item 3"
	//dqm__subdesc0_4 = "sub item 4"
	//dqm__subdesc0_5 = "sub item 5"

	dqm__icon_index0_0 = 0
	dqm__icon_index0_1 = 0
	dqm__icon_index0_2 = 0
	dqm__icon_index0_3 = 0
	dqm__icon_index0_4 = 0
	dqm__icon_index0_5 = 0

	dqm__url0_0 = "message.php"
	//dqm__url0_1 = "thoughts.php"
	//dqm__url0_2 = "../documents/sample_link.htm"
	//dqm__url0_3 = "../documents/sample_link.htm"
	//dqm__url0_4 = "../documents/sample_link.htm"
	//dqm__url0_5 = "../documents/sample_link.htm"



    //Sub Menu 1 About Us

	dqm__sub_xy1 = "0,2"
	dqm__sub_menu_width1 = 180
	
	dqm__subdesc1_0 = "History"
	dqm__subdesc1_1 = "Vision/Mission"
	dqm__subdesc1_2 = "Mandate"
	dqm__subdesc1_3 = "Org'n & Functions"
	//dqm__subdesc1_4 = "Attached Agencies"
	dqm__subdesc1_4 = "Job Vacancies"
	dqm__subdesc1_5 = "Centers and Institutions"

	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__icon_index1_6 = 0

	//dqm__2nd_icon_index1_0 = 0
	//dqm__2nd_icon_index1_1 = 0

	dqm__url1_0 = "history.php"
	dqm__url1_1 = "visionmission.php"
	dqm__url1_2 = "mandate.php"
	dqm__url1_3 = "functionorg.php"
	//dqm__url1_4 = "attachedagency.php"
	dqm__url1_4 = "jobs.php"
	dqm__url1_5 = "#"
	

    //Sub Menu 1_0

	dqm__sub_xy1_5 = "-140,15"
	dqm__sub_menu_width1_5 = 300

	dqm__subdesc1_5_0 = "Area Vocational Rehabilitation Center II"
	dqm__subdesc1_5_1 = "Haven-Regional Center for Women"
	dqm__subdesc1_5_2 = "Home for Girls"
	dqm__subdesc1_5_3 = "Reception and Study Center for Children (RSCC)"
	dqm__subdesc1_5_4 = "Regional Rehabilitation Center for Youth (RRCY)"
	//dqm__subdesc1_5_5 = "Jose Fabella Center (JFC)"
	//dqm__subdesc1_5_6 = "Malaya Center (MC)"
	//dqm__subdesc1_5_7 = "Marillac Hills (MH)"


	dqm__icon_index1_5_0 = 0
	dqm__icon_index1_5_1 = 0
	dqm__icon_index1_5_2 = 0
	dqm__icon_index1_5_3 = 0
	dqm__icon_index1_5_4 = 0
	//dqm__icon_index1_5_5 = 0
	//dqm__icon_index1_5_6 = 0
	//dqm__icon_index1_5_7 = 0
	//dqm__icon_index1_5_8 = 0
	//dqm__icon_index1_5_9 = 0
	//dqm__icon_index1_5_10 = 0
	//dqm__icon_index1_5_11 = 0
	//dqm__icon_index1_5_12 = 0
	

	dqm__url1_5_0 = "ceninti.php?plink=AVRC"
	dqm__url1_5_1 = "ceninti.php?plink=HRCW"
	dqm__url1_5_2 = "ceninti.php?plink=HFG"
	dqm__url1_5_3 = "ceninti.php?plink=RSCC"
	dqm__url1_5_4 = "ceninti.php?plink=RRCY"
	//dqm__url1_5_5 = "jfc.php"
	//dqm__url1_5_6 = "mc.php"
	//dqm__url1_5_7 = "mh.php"
	//dqm__url1_5_8 = "nk.php"
	//dqm__url1_5_9 = "nvrc.php"
	//dqm__url1_5_10 = "rscc.php"
	//dqm__url1_5_11 = "rsw.php"
	//dqm__url1_5_12 = "sc.php"
	

    //Sub Menu 1_1

	//dqm__sub_xy1_1 = "-4,2"
	//dqm__sub_menu_width1_1 = 100

	//dqm__subdesc1_1_0 = "J & J"
	//dqm__subdesc1_1_1 = "Memorex"
	//dqm__subdesc1_1_2 = "Ouidad"

	//dqm__icon_index1_1_0 = 0
	//dqm__icon_index1_1_1 = 0
	//dqm__icon_index1_1_2 = 0

	//dqm__url1_1_0 = "../documents/sample_link.htm"
	//dqm__url1_1_1 = "../documents/sample_link.htm"
	//dqm__url1_1_2 = "../documents/sample_link.htm"



    //Sub Menu 2 Programs/Projects

	dqm__sub_xy2 = "0,2"
	dqm__sub_menu_width2 = 280

	dqm__subdesc2_0 = "Special Projects" 
	dqm__subdesc2_1 = "Statutory Social Welfare Services"
	dqm__subdesc2_2 = "Provision of TA & Resource Augmentation"
	//dqm__subdesc2_3 = "Standards Development"
	//dqm__subdesc2_4 = "Capacity Building/TA" 
	//dqm__subdesc2_5 = "Disaster Management"
	//dqm__subdesc2_6 = "ODA Projects"
	//dqm__subdesc2_7 = "Crisis Intervention"

	dqm__icon_index2_0 = 0
	dqm__icon_index2_1 = 0
	dqm__icon_index2_2 = 0
	//dqm__icon_index2_3 = 0
	//dqm__icon_index2_4 = 0
	//dqm__icon_index2_5 = 0
	//dqm__icon_index2_6 = 0
	//dqm__icon_index2_7 = 0

	dqm__url2_0 = "programs.php?progtype=1"
	dqm__url2_1 = "programs.php?progtype=2"
	dqm__url2_2 = "programs.php?progtype=3"
	//dqm__url2_3 = "programs.php?progtype=4"
	//dqm__url2_4 = "programs.php?progtype=5"
	//dqm__url2_5 = "programs.php?progtype=6"
	//dqm__url2_6 = "programs.php?progtype=7"
	//dqm__url2_7 = "programs.php?progtype=8"


     //Sub Menu 3 Publications

	dqm__sub_xy3 = "0,2"
	dqm__sub_menu_width3 = 150

	dqm__subdesc3_0 = "Press Releases"
	//dqm__subdesc3_1 = "SWD Advisories"
	dqm__subdesc3_1 = "SWD Reports"
	dqm__subdesc3_2 = "Bid Bulletins"
	dqm__subdesc3_3 = "Research Papers"

	dqm__icon_index3_0 = 0
	dqm__icon_index3_1 = 0
	dqm__icon_index3_2 = 0
	dqm__icon_index3_3 = 0
	//dqm__icon_index3_4 = 0

	dqm__url3_0 = "publications.php?pubid=1"
	dqm__url3_1 = "publications.php?pubid=2"
	dqm__url3_2 = "publications.php?pubid=3"
	dqm__url3_3 = "publications.php?pubid=4"
//	dqm__url3_4 = "http://itd.dswd.gov.ph/research"


    //Sub Menu 4 Downloads

	dqm__sub_xy4 = "0,2"
	dqm__sub_menu_width4 = 135

	dqm__subdesc4_0 = "Laws"
	dqm__subdesc4_1 = "Forms"
	dqm__subdesc4_2 = "IRR's"
	dqm__subdesc4_3 = "Statistics"
//	dqm__subdesc4_4 = "Internal Orders"


	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__url4_0 = "download.php?catid=1"
	dqm__url4_1 = "download.php?catid=2"
	dqm__url4_2 = "download.php?catid=3"
	dqm__url4_3 = "download.php?catid=4"
//	dqm__url4_4 = "download.php?catid=5"
	



     //Sub Menu 5 Contact Us

	dqm__sub_xy5 = "0,2"
	dqm__sub_menu_width5 = 165

//	dqm__subdesc5_0 = "Email Form"
	dqm__subdesc5_0 = "Directory of Officials"
//	dqm__subdesc5_2 = "Centers/Institutions"
	dqm__subdesc5_1 = "Guestbook"
	dqm__subdesc5_2 = "Sitemap"
		
	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__url5_0 = "inquiry.php"
	dqm__url5_0 = "directory.php"
//	dqm__url5_2 = "centers.php"
	dqm__url5_1 = "guestbook.php"
	dqm__url5_2 = "sitemap.php"
	
	//Sub Menu 6 Links

	dqm__sub_xy6 = "0,2"
	dqm__sub_menu_width6 = 165

	dqm__subdesc6_0 = "NGO Links"
	dqm__subdesc6_1 = "Government Links"
	dqm__subdesc6_2 = "International Links"
	
	
	dqm__icon_index6_0 = 0
	dqm__icon_index6_1 = 0
	dqm__icon_index6_2 = 0
	

	dqm__url6_0 = "links.php?linkcat=1"
	dqm__url6_1 = "GovLinks.php"
	dqm__url6_2 = "links.php?linkcat=3"
	
	//Sub Menu 7 Regions

	//dqm__sub_xy7 = "0,0"
	//dqm__sub_menu_width7 = 100

	//dqm__subdesc7_0 = "NCR"
	//dqm__subdesc7_1 = "Region I"
	//dqm__subdesc7_2 = "Region II"
	//dqm__subdesc7_3 = "Region III"
	//dqm__subdesc7_4 = "Region IV"
	//dqm__subdesc7_5 = "Region V"
	//dqm__subdesc7_6 = "Region VI"
	//dqm__subdesc7_7 = "Region VII"
	//dqm__subdesc7_8 = "Region VIII"
	//dqm__subdesc7_9 = "Region IX"
	//dqm__subdesc7_10 = "Region X"
	//dqm__subdesc7_11 = "Region XI"
	//dqm__subdesc7_12 = "Region XII"
	//dqm__subdesc7_13 = "CAR"
	//dqm__subdesc7_14 = "CARAGA"
	
	//dqm__icon_index7_0 = 0
	//dqm__icon_index7_1 = 0
	//dqm__icon_index7_2 = 0
	//dqm__icon_index7_3 = 0
	//dqm__icon_index7_4 = 0
	//dqm__icon_index7_5 = 0
	//dqm__icon_index7_6 = 0
	//dqm__icon_index7_7 = 0
	//dqm__icon_index7_8 = 0
	//dqm__icon_index7_9 = 0
	//dqm__icon_index7_10 = 0
	//dqm__icon_index7_11 = 0
	//dqm__icon_index7_12 = 0
	//dqm__icon_index7_13 = 0
	//dqm__icon_index7_14 = 0

	//dqm__url7_0 = "http://ncr.dswd.gov.ph"
	//dqm__url7_1 = "http://region1.dswd.gov.ph"
	//dqm__url7_2 = "http://region2.dswd.gov.ph"
	//dqm__url7_3 = "http://region3.dswd.gov.ph"
	//dqm__url7_4 = "http://region4.dswd.gov.ph"
	//dqm__url7_5 = "http://region5.dswd.gov.ph"
	//dqm__url7_6 = "http://region6.dswd.gov.ph"
	//dqm__url7_7 = "http://region7.dswd.gov.ph"
	//dqm__url7_8 = "http://region8.dswd.gov.ph"
	//dqm__url7_9 = "http://region9.dswd.gov.ph"
	//dqm__url7_10 = "http://region10.dswd.gov.ph"
	//dqm__url7_11 = "http://region11.dswd.gov.ph"
	//dqm__url7_12 = "http://region12.dswd.gov.ph"
	//dqm__url7_13 = "http://car.dswd.gov.ph"
	//dqm__url7_14 = "http://caraga.dswd.gov.ph"