//  QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com
/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/
	dqm__sub_menu_width = 240      		//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 = "#FFE400"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#0D5299"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#2A58C4"		

	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 = 12			//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 = "#FFF221"
	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 = 3
	dqm__margin_right = 3

   



/*-------------------------------------------
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 = "http://www.abpsga.org/images/sample3_bullet.gif"
	//dqm__icon_rollover0 = "http://www.abpsga.org/images/sample3_bullet_hl.gif"

	//dqm__icon_image_wh0 = "13,8"

	

    //Absolute positioned icon images (coordinate poitioned)

	//dqm__2nd_icon_image0 = "http://www.abpsga.org/images/sample2_arrow.gif"
	//dqm__2nd_icon_rollover0 = "http://www.abpsga.orgimages/sample2_arrow.gif"
	//dqm__2nd_icon_image_wh0 = "13,10"
	//dqm__2nd_icon_image_xy0 = "0,4"

	dqm__2nd_icon_image0 = "http://www.abpsga.org/images/menu_arrow.gif"
	dqm__2nd_icon_rollover0 = "http://www.abpsga.org/images/menu_arrow_y.gif"
	dqm__2nd_icon_image_wh0 = "9,5"
	dqm__2nd_icon_image_xy0 = "-5,9"
/*---------------------------------------------

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 = .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 = 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__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 = "http://www.abpsga.org/images/abpsga.org/menu/about_on.gif"
	dqm__rollover_wh0 = "176,41"
	dqm__url0 = "http://www.abpsga.org/about/index.html";   


    //Main Menu Item 1

	dqm__rollover_image1 = "http://www.abpsga.org/images/abpsga.org/menu/certification_on.gif"
	dqm__rollover_wh1 = "176,45"
	dqm__url1 = "http://www.abpsga.org/certification/index.html";   


    //Main Menu Item 2

	dqm__rollover_image2 = "http://www.abpsga.org/images/abpsga.org/menu/events_on.gif"
	dqm__rollover_wh2 = "176,45"
	dqm__url2 = "http://www.abpsga.org/events/index.html";   



    //Main Menu Item 3

	dqm__rollover_image3 = "http://www.abpsga.org/images/abpsga.org/menu/contact_on.gif"
	dqm__rollover_wh3 = "176,42"
	dqm__url3 = "http://www.abpsga.org/contact/index.html";   



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


                              Sub Menu Structure and Text  

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

limit_multiple_users=true
restrict_access=true
sequence="9x44_5"


dqm__sub_xy0 = '0,0'
dqm__sub_menu_width0 = 200
dqm__subdesc0_0 = 'Mission &amp; Objectives'
dqm__url0_0 = 'http://www.abpsga.org/about/mission_and_obj.html'
dqm__subdesc0_1 = 'Code of Ethics'
dqm__url0_1 = 'http://www.abpsga.org/about/code_of_ethics.html'
dqm__subdesc0_2 = 'Organization'
dqm__url0_2 = 'http://www.abpsga.org/about/organization.html'
dqm__subdesc0_3 = 'Governance'
dqm__url0_3 = 'http://www.abpsga.org/about/governance.html'
dqm__subdesc0_4 = 'Certification Mark Usage Guidelines'
dqm__url0_4 = 'http://www.abpsga.org/about/mark_guidelines.html'
dqm__subdesc0_5 = 'Directions'
dqm__url0_5 = 'http://www.abpsga.org/about/directions.html'
dqm__2nd_icon_index0 = 0


dqm__sub_xy1 = '0,0'
dqm__sub_menu_width1 = 200
dqm__subdesc1_0 = 'ABPS - ABMS - AOABOS Board Comparison'
dqm__url1_0 = 'http://www.abpsga.org/certification/boc_comparison.html'
dqm__subdesc1_1 = 'Certificates'
dqm__url1_1 = 'http://www.abpsga.org/files/pdf/certificates.pdf'
dqm__subdesc1_2 = 'Anesthesiology'
dqm__url1_2 = 'http://www.abpsga.org/certification/anesthesiology/index.html'
dqm__subdesc1_2_0 = 'Application'
dqm__url1_2_0 = 'http://www.abpsga.org/certification/anesthesiology/application.html'
dqm__subdesc1_2_1 = 'Eligibility'
dqm__url1_2_1 = 'http://www.abpsga.org/certification/anesthesiology/eligibility.html'
dqm__subdesc1_2_2 = 'Examination Schedule'
dqm__url1_2_2 = 'http://www.abpsga.org/certification/anesthesiology/schedule.html'
dqm__subdesc1_2_3 = 'Examination Description'
dqm__url1_2_3 = 'http://www.abpsga.org/certification/anesthesiology/description.html'
dqm__subdesc1_2_4 = 'Examination Development, Administration, &amp; Reporting'
dqm__url1_2_4 = 'http://www.abpsga.org/certification/anesthesiology/development.html'
dqm__subdesc1_2_5 = 'Initial Certification Fees'
dqm__url1_2_5 = 'http://www.abpsga.org/certification/anesthesiology/fees.html'
dqm__subdesc1_2_6 = 'General Policies'
dqm__url1_2_6 = 'http://www.abpsga.org/certification/anesthesiology/policies.html'
dqm__subdesc1_2_7 = 'Governance'
dqm__url1_2_7 = 'http://www.abpsga.org/certification/anesthesiology/governance.html'
dqm__subdesc1_2_8 = 'Recertification'
dqm__url1_2_8 = 'http://www.abpsga.org/certification/anesthesiology/recertification.html'
dqm__subdesc1_2_9 = 'Recertification Brochure'
dqm__url1_2_9 = 'http://www.abpsga.org/certification/anesthesiology/abps_recert_brochure.html'
dqm__subdesc1_2_10 = 'Recertification Fees'
dqm__url1_2_10 = 'http://www.abpsga.org/certification/anesthesiology/recertification_fees.html'
dqm__subdesc1_2_11 = 'Recertification Exam Schedule'
dqm__url1_2_11 = 'http://www.abpsga.org/certification/anesthesiology/recert_schedule.html'
dqm__2nd_icon_index1_2 = 0
dqm__subdesc1_3 = 'Dermatology'
dqm__url1_3 = 'http://www.abpsga.org/certification/dermatology/index.html'
dqm__subdesc1_3_0 = 'Application'
dqm__url1_3_0 = 'http://www.abpsga.org/certification/dermatology/application.html'
dqm__subdesc1_3_1 = 'Eligibility'
dqm__url1_3_1 = 'http://www.abpsga.org/certification/dermatology/eligibility.html'
dqm__subdesc1_3_2 = 'Examination Schedule'
dqm__url1_3_2 = 'http://www.abpsga.org/certification/dermatology/schedule.html'
dqm__subdesc1_3_3 = 'Examination Description'
dqm__url1_3_3 = 'http://www.abpsga.org/certification/dermatology/description.html'
dqm__subdesc1_3_4 = 'Examination Development, Administration, &amp; Reporting'
dqm__url1_3_4 = 'http://www.abpsga.org/certification/dermatology/development.html'
dqm__subdesc1_3_5 = 'Initial Certification Fees'
dqm__url1_3_5 = 'http://www.abpsga.org/certification/dermatology/fees.html'
dqm__subdesc1_3_6 = 'General Policies'
dqm__url1_3_6 = 'http://www.abpsga.org/certification/dermatology/policies.html'
dqm__subdesc1_3_7 = 'Governance'
dqm__url1_3_7 = 'http://www.abpsga.org/certification/dermatology/governance.html'
dqm__subdesc1_3_8 = 'Recertification'
dqm__url1_3_8 = 'http://www.abpsga.org/certification/dermatology/recertification.html'
dqm__subdesc1_3_9 = 'Recertification Brochure'
dqm__url1_3_9 = 'http://www.abpsga.org/certification/dermatology/abps_recert_brochure.html'
dqm__subdesc1_3_10 = 'Recertification Fees'
dqm__url1_3_10 = 'http://www.abpsga.org/certification/dermatology/recertification_fees.html'
dqm__subdesc1_3_11 = 'Recertification Exam Schedule'
dqm__url1_3_11 = 'http://www.abpsga.org/certification/dermatology/recert_schedule.html'
dqm__2nd_icon_index1_3 = 0
dqm__subdesc1_4 = 'Diagnostic Radiology'
dqm__url1_4 = 'http://www.abpsga.org/certification/diagnostic_radiology/index.html'
dqm__subdesc1_4_0 = 'Application'
dqm__url1_4_0 = 'http://www.abpsga.org/certification/diagnostic_radiology/application.html'
dqm__subdesc1_4_1 = 'Eligibility'
dqm__url1_4_1 = 'http://www.abpsga.org/certification/diagnostic_radiology/eligibility.html'
dqm__subdesc1_4_2 = 'Examination Schedule'
dqm__url1_4_2 = 'http://www.abpsga.org/certification/diagnostic_radiology/schedule.html'
dqm__subdesc1_4_3 = 'Examination Description'
dqm__url1_4_3 = 'http://www.abpsga.org/certification/diagnostic_radiology/description.html'
dqm__subdesc1_4_4 = 'Examination Development, Administration, &amp; Reporting'
dqm__url1_4_4 = 'http://www.abpsga.org/certification/diagnostic_radiology/development.html'
dqm__subdesc1_4_5 = 'Initial Certification Fees'
dqm__url1_4_5 = 'http://www.abpsga.org/certification/diagnostic_radiology/fees.html'
dqm__subdesc1_4_6 = 'General Policies'
dqm__url1_4_6 = 'http://www.abpsga.org/certification/diagnostic_radiology/policies.html'
dqm__subdesc1_4_7 = 'Governance'
dqm__url1_4_7 = 'http://www.abpsga.org/certification/diagnostic_radiology/governance.html'
dqm__subdesc1_4_8 = 'Recertification'
dqm__url1_4_8 = 'http://www.abpsga.org/certification/diagnostic_radiology/recertification.html'
dqm__subdesc1_4_9 = 'Recertification Brochure'
dqm__url1_4_9 = 'http://www.abpsga.org/certification/diagnostic_radiology/abps_recert_brochure.html'
dqm__subdesc1_4_10 = 'Recertification Fees'
dqm__url1_4_10 = 'http://www.abpsga.org/certification/diagnostic_radiology/recertification_fees.html'
dqm__subdesc1_4_11 = 'Recertification Exam Schedule'
dqm__url1_4_11 = 'http://www.abpsga.org/certification/diagnostic_radiology/recert_schedule.html'
dqm__2nd_icon_index1_4 = 0
dqm__subdesc1_5 = 'Disaster Medicine'
dqm__url1_5 = 'http://www.abpsga.org/certification/disaster_medicine/index.html'
dqm__subdesc1_5_0 = 'Application'
dqm__url1_5_0 = 'http://www.abpsga.org/certification/disaster_medicine/application.html'
dqm__subdesc1_5_1 = 'Eligibility'
dqm__url1_5_1 = 'http://www.abpsga.org/certification/disaster_medicine/eligibility.html'
dqm__subdesc1_5_2 = 'Examination Schedule'
dqm__url1_5_2 = 'http://www.abpsga.org/certification/disaster_medicine/schedule.html'
dqm__subdesc1_5_3 = 'Examination Description'
dqm__url1_5_3 = 'http://www.abpsga.org/certification/disaster_medicine/description.html'
dqm__subdesc1_5_4 = 'Examination Development, Administration, &amp; Reporting'
dqm__url1_5_4 = 'http://www.abpsga.org/certification/disaster_medicine/development.html'
dqm__subdesc1_5_5 = 'Initial Certification Fees'
dqm__url1_5_5 = 'http://www.abpsga.org/certification/disaster_medicine/fees.html'
dqm__subdesc1_5_6 = 'General Policies'
dqm__url1_5_6 = 'http://www.abpsga.org/certification/disaster_medicine/policies.html'
dqm__subdesc1_5_7 = 'Recertification'
dqm__url1_5_7 = 'http://www.abpsga.org/certification/disaster_medicine/recertification.html'
dqm__subdesc1_5_8 = 'Recertification Brochure'
dqm__url1_5_8 = 'http://www.abpsga.org/certification/disaster_medicine/abps_recert_brochure.html'
dqm__subdesc1_5_9 = 'Recertification Fees'
dqm__url1_5_9 = 'http://www.abpsga.org/certification/disaster_medicine/recertification_fees.html'
dqm__2nd_icon_index1_5 = 0
dqm__subdesc1_6 = 'Emergency Medicine'
dqm__url1_6 = 'http://www.abpsga.org/certification/emergency/index.html'
dqm__subdesc1_6_0 = 'Application'
dqm__url1_6_0 = 'http://www.abpsga.org/certification/emergency/application.html'
dqm__subdesc1_6_1 = 'Eligibility'
dqm__url1_6_1 = 'http://www.abpsga.org/certification/emergency/eligibility.html'
dqm__subdesc1_6_2 = 'Examination Schedule'
dqm__url1_6_2 = 'http://www.abpsga.org/certification/emergency/schedule.html'
dqm__subdesc1_6_3 = 'Examination Description'
dqm__url1_6_3 = 'http://www.abpsga.org/certification/emergency/description.html'
dqm__subdesc1_6_4 = 'Examination Development, Administration, &amp; Reporting'
dqm__url1_6_4 = 'http://www.abpsga.org/certification/emergency/development.html'
dqm__subdesc1_6_5 = 'Initial Certification Fees'
dqm__url1_6_5 = 'http://www.abpsga.org/certification/emergency/fees.html'
dqm__subdesc1_6_6 = 'General Policies'
dqm__url1_6_6 = 'http://www.abpsga.org/certification/emergency/policies.html'
dqm__subdesc1_6_7 = 'Governance'
dqm__url1_6_7 = 'http://www.abpsga.org/certification/emergency/governance.html'
dqm__subdesc1_6_8 = 'Recertification'
dqm__url1_6_8 = 'http://www.abpsga.org/certification/emergency/recertification.html'
dqm__subdesc1_6_9 = 'Recertification Brochure'
dqm__url1_6_9 = 'http://www.abpsga.org/certification/emergency/abps_recert_brochure.html'
dqm__subdesc1_6_10 = 'Recertification Fees'
dqm__url1_6_10 = 'http://www.abpsga.org/certification/emergency/recertification_fees.html'
dqm__subdesc1_6_11 = 'Recertification Exam Schedule'
dqm__url1_6_11 = 'http://www.abpsga.org/certification/emergency/recert_schedule.html'
dqm__subdesc1_6_12 = 'Review Courses'
dqm__url1_6_12 = 'http://www.abpsga.org/certification/emergency/review_courses.html'
dqm__2nd_icon_index1_6 = 0
dqm__subdesc1_7 = 'Family Practice'
dqm__url1_7 = 'http://www.abpsga.org/certification/family_practice/index.html'
dqm__subdesc1_7_0 = 'Application'
dqm__url1_7_0 = 'http://www.abpsga.org/certification/family_practice/application.html'
dqm__subdesc1_7_1 = 'Eligibility'
dqm__url1_7_1 = 'http://www.abpsga.org/certification/family_practice/eligibility.html'
dqm__subdesc1_7_2 = 'Examination Schedule'
dqm__url1_7_2 = 'http://www.abpsga.org/certification/family_practice/schedule.html'
dqm__subdesc1_7_3 = 'Examination Description'
dqm__url1_7_3 = 'http://www.abpsga.org/certification/family_practice/description.html'
dqm__subdesc1_7_4 = 'Examination Development, Administration, &amp; Reporting'
dqm__url1_7_4 = 'http://www.abpsga.org/certification/family_practice/development.html'
dqm__subdesc1_7_5 = 'Initial Certification Fees'
dqm__url1_7_5 = 'http://www.abpsga.org/certification/family_practice/fees.html'
dqm__subdesc1_7_6 = 'General Policies'
dqm__url1_7_6 = 'http://www.abpsga.org/certification/family_practice/policies.html'
dqm__subdesc1_7_7 = 'Governance'
dqm__url1_7_7 = 'http://www.abpsga.org/certification/family_practice/governance.html'
dqm__subdesc1_7_8 = 'Recertification'
dqm__url1_7_8 = 'http://www.abpsga.org/certification/family_practice/recertification.html'
dqm__subdesc1_7_9 = 'Recertification Brochure'
dqm__url1_7_9 = 'http://www.abpsga.org/certification/family_practice/abps_recert_brochure.html'
dqm__subdesc1_7_10 = 'Recertification Fees'
dqm__url1_7_10 = 'http://www.abpsga.org/certification/family_practice/recertification_fees.html'
dqm__subdesc1_7_11 = 'Recertification Exam Schedule'
dqm__url1_7_11 = 'http://www.abpsga.org/certification/family_practice/recert_schedule.html'
dqm__2nd_icon_index1_7 = 0
dqm__subdesc1_8 = 'Geriatric Medicine'
dqm__url1_8 = 'http://www.abpsga.org/certification/geriatric/index.html'
dqm__subdesc1_8_0 = 'Application'
dqm__url1_8_0 = 'http://www.abpsga.org/certification/geriatric/application.html'
dqm__subdesc1_8_1 = 'Eligibility'
dqm__url1_8_1 = 'http://www.abpsga.org/certification/geriatric/eligibility.html'
dqm__subdesc1_8_2 = 'Examination Schedule'
dqm__url1_8_2 = 'http://www.abpsga.org/certification/geriatric/schedule.html'
dqm__subdesc1_8_3 = 'Examination Description'
dqm__url1_8_3 = 'http://www.abpsga.org/certification/geriatric/description.html'
dqm__subdesc1_8_4 = 'Examination Development, Administration, &amp; Reporting'
dqm__url1_8_4 = 'http://www.abpsga.org/certification/geriatric/development.html'
dqm__subdesc1_8_5 = 'Initial Certification Fees'
dqm__url1_8_5 = 'http://www.abpsga.org/certification/geriatric/fees.html'
dqm__subdesc1_8_6 = 'General Policies'
dqm__url1_8_6 = 'http://www.abpsga.org/certification/geriatric/policies.html'
dqm__subdesc1_8_7 = 'Governance'
dqm__url1_8_7 = 'http://www.abpsga.org/certification/geriatric/governance.html'
dqm__subdesc1_8_8 = 'Recertification'
dqm__url1_8_8 = 'http://www.abpsga.org/certification/geriatric/recertification.html'
dqm__subdesc1_8_9 = 'Recertification Brochure'
dqm__url1_8_9 = 'http://www.abpsga.org/certification/geriatric/abps_recert_brochure.html'
dqm__subdesc1_8_10 = 'Recertification Fees'
dqm__url1_8_10 = 'http://www.abpsga.org/certification/geriatric/recertification_fees.html'
dqm__subdesc1_8_11 = 'Recertification Exam Schedule'
dqm__url1_8_11 = 'http://www.abpsga.org/certification/geriatric/recert_schedule.html'
dqm__2nd_icon_index1_8 = 0
dqm__subdesc1_9 = 'Internal Medicine'
dqm__url1_9 = 'http://www.abpsga.org/certification/internal/index.html'
dqm__subdesc1_9_0 = 'Application'
dqm__url1_9_0 = 'http://www.abpsga.org/certification/internal/application.html'
dqm__subdesc1_9_1 = 'Eligibility'
dqm__url1_9_1 = 'http://www.abpsga.org/certification/internal/eligibility.html'
dqm__subdesc1_9_2 = 'Examination Schedule'
dqm__url1_9_2 = 'http://www.abpsga.org/certification/internal/schedule.html'
dqm__subdesc1_9_3 = 'Examination Description'
dqm__url1_9_3 = 'http://www.abpsga.org/certification/internal/description.html'
dqm__subdesc1_9_4 = 'Examination Development, Administration, &amp; Reporting'
dqm__url1_9_4 = 'http://www.abpsga.org/certification/internal/development.html'
dqm__subdesc1_9_5 = 'Initial Certification Fees'
dqm__url1_9_5 = 'http://www.abpsga.org/certification/internal/fees.html'
dqm__subdesc1_9_6 = 'General Policies'
dqm__url1_9_6 = 'http://www.abpsga.org/certification/internal/policies.html'
dqm__subdesc1_9_7 = 'Governance'
dqm__url1_9_7 = 'http://www.abpsga.org/certification/internal/governance.html'
dqm__subdesc1_9_8 = 'Recertification'
dqm__url1_9_8 = 'http://www.abpsga.org/certification/internal/recertification.html'
dqm__subdesc1_9_9 = 'Recertification Brochure'
dqm__url1_9_9 = 'http://www.abpsga.org/certification/internal/abps_recert_brochure.html'
dqm__subdesc1_9_10 = 'Recertification Fees'
dqm__url1_9_10 = 'http://www.abpsga.org/certification/internal/recertification_fees.html'
dqm__subdesc1_9_11 = 'Recertification Exam Schedule'
dqm__url1_9_11 = 'http://www.abpsga.org/certification/internal/recert_schedule.html'
dqm__2nd_icon_index1_9 = 0
dqm__subdesc1_10 = 'Obstetrics &amp; Gynecology'
dqm__url1_10 = 'http://www.abpsga.org/certification/obstetrics_and_gynecology/index.html'
dqm__subdesc1_10_0 = 'Application'
dqm__url1_10_0 = 'http://www.abpsga.org/certification/obstetrics_and_gynecology/application.html'
dqm__subdesc1_10_1 = 'Eligibility'
dqm__url1_10_1 = 'http://www.abpsga.org/certification/obstetrics_and_gynecology/eligibility.html'
dqm__subdesc1_10_2 = 'Examination Schedule'
dqm__url1_10_2 = 'http://www.abpsga.org/certification/obstetrics_and_gynecology/schedule.html'
dqm__subdesc1_10_3 = 'Examination Description'
dqm__url1_10_3 = 'http://www.abpsga.org/certification/obstetrics_and_gynecology/description.html'
dqm__subdesc1_10_4 = 'Examination Development, Administration, &amp; Reporting'
dqm__url1_10_4 = 'http://www.abpsga.org/certification/obstetrics_and_gynecology/development.html'
dqm__subdesc1_10_5 = 'Initial Certification Fees'
dqm__url1_10_5 = 'http://www.abpsga.org/certification/obstetrics_and_gynecology/fees.html'
dqm__subdesc1_10_6 = 'General Policies'
dqm__url1_10_6 = 'http://www.abpsga.org/certification/obstetrics_and_gynecology/policies.html'
dqm__subdesc1_10_7 = 'Governance'
dqm__url1_10_7 = 'http://www.abpsga.org/certification/obstetrics_and_gynecology/governance.html'
dqm__subdesc1_10_8 = 'Recertification'
dqm__url1_10_8 = 'http://www.abpsga.org/certification/obstetrics_and_gynecology/recertification.html'
dqm__subdesc1_10_9 = 'Recertification Brochure'
dqm__url1_10_9 = 'http://www.abpsga.org/certification/obstetrics_and_gynecology/abps_recert_brochure.html'
dqm__subdesc1_10_10 = 'Recertification Fees'
dqm__url1_10_10 = 'http://www.abpsga.org/certification/obstetrics_and_gynecology/recertification_fees.html'
dqm__subdesc1_10_11 = 'Recertification Exam Schedule'
dqm__url1_10_11 = 'http://www.abpsga.org/certification/obstetrics_and_gynecology/recert_schedule.html'
dqm__2nd_icon_index1_10 = 0
dqm__subdesc1_11 = 'Ophthalmology'
dqm__url1_11 = 'http://www.abpsga.org/certification/ophthalmology/index.html'
dqm__subdesc1_11_0 = 'Application'
dqm__url1_11_0 = 'http://www.abpsga.org/certification/ophthalmology/application.html'
dqm__subdesc1_11_1 = 'Eligibility'
dqm__url1_11_1 = 'http://www.abpsga.org/certification/ophthalmology/eligibility.html'
dqm__subdesc1_11_2 = 'Examination Schedule'
dqm__url1_11_2 = 'http://www.abpsga.org/certification/ophthalmology/schedule.html'
dqm__subdesc1_11_3 = 'Examination Description'
dqm__url1_11_3 = 'http://www.abpsga.org/certification/ophthalmology/description.html'
dqm__subdesc1_11_4 = 'Examination Development, Administration, &amp; Reporting'
dqm__url1_11_4 = 'http://www.abpsga.org/certification/ophthalmology/development.html'
dqm__subdesc1_11_5 = 'Initial Certification Fees'
dqm__url1_11_5 = 'http://www.abpsga.org/certification/ophthalmology/fees.html'
dqm__subdesc1_11_6 = 'General Policies'
dqm__url1_11_6 = 'http://www.abpsga.org/certification/ophthalmology/policies.html'
dqm__subdesc1_11_7 = 'Governance'
dqm__url1_11_7 = 'http://www.abpsga.org/certification/ophthalmology/governance.html'
dqm__subdesc1_11_8 = 'Recertification'
dqm__url1_11_8 = 'http://www.abpsga.org/certification/ophthalmology/recertification.html'
dqm__subdesc1_11_9 = 'Recertification Brochure'
dqm__url1_11_9 = 'http://www.abpsga.org/certification/ophthalmology/abps_recert_brochure.html'
dqm__subdesc1_11_10 = 'Recertification Fee Schedule'
dqm__url1_11_10 = 'http://www.abpsga.org/certification/ophthalmology/recertification_fees.html'
dqm__subdesc1_11_11 = 'Recertification Exam Schedule'
dqm__url1_11_11 = 'http://www.abpsga.org/certification/ophthalmology/recert_schedule.html'
dqm__2nd_icon_index1_11 = 0
dqm__subdesc1_12 = 'Orthopedic Surgery'
dqm__url1_12 = 'http://www.abpsga.org/certification/orthopedic/index.html'
dqm__subdesc1_12_0 = 'Application'
dqm__url1_12_0 = 'http://www.abpsga.org/certification/orthopedic/application.html'
dqm__subdesc1_12_1 = 'Eligibility'
dqm__url1_12_1 = 'http://www.abpsga.org/certification/orthopedic/eligibility.html'
dqm__subdesc1_12_2 = 'Examination Schedule'
dqm__url1_12_2 = 'http://www.abpsga.org/certification/orthopedic/schedule.html'
dqm__subdesc1_12_3 = 'Examination Description'
dqm__url1_12_3 = 'http://www.abpsga.org/certification/orthopedic/description.html'
dqm__subdesc1_12_4 = 'Examination Development, Administration, &amp; Reporting'
dqm__url1_12_4 = 'http://www.abpsga.org/certification/orthopedic/development.html'
dqm__subdesc1_12_5 = 'Initial Certification Fees'
dqm__url1_12_5 = 'http://www.abpsga.org/certification/orthopedic/fees.html'
dqm__subdesc1_12_6 = 'General Policies'
dqm__url1_12_6 = 'http://www.abpsga.org/certification/orthopedic/policies.html'
dqm__subdesc1_12_7 = 'Governance'
dqm__url1_12_7 = 'http://www.abpsga.org/certification/orthopedic/governance.html'
dqm__subdesc1_12_8 = 'Recertification'
dqm__url1_12_8 = 'http://www.abpsga.org/certification/orthopedic/recertification.html'
dqm__subdesc1_12_9 = 'Recertification Brochure'
dqm__url1_12_9 = 'http://www.abpsga.org/certification/orthopedic/abps_recert_brochure.html'
dqm__subdesc1_12_10 = 'Recertification Fees'
dqm__url1_12_10 = 'http://www.abpsga.org/certification/orthopedic/recertification_fees.html'
dqm__subdesc1_12_11 = 'Recertification Exam Schedule'
dqm__url1_12_11 = 'http://www.abpsga.org/certification/orthopedic/recert_schedule.html'
dqm__2nd_icon_index1_12 = 0
dqm__subdesc1_13 = 'Plastic &amp; Reconstructive Surgery'
dqm__url1_13 = 'http://www.abpsga.org/certification/plastic_surgery/index.html'
dqm__subdesc1_13_0 = 'Application'
dqm__url1_13_0 = 'http://www.abpsga.org/certification/plastic_surgery/application.html'
dqm__subdesc1_13_1 = 'Eligibility'
dqm__url1_13_1 = 'http://www.abpsga.org/certification/plastic_surgery/eligibility.html'
dqm__subdesc1_13_2 = 'Examination Schedule'
dqm__url1_13_2 = 'http://www.abpsga.org/certification/plastic_surgery/schedule.html'
dqm__subdesc1_13_3 = 'Examination Description'
dqm__url1_13_3 = 'http://www.abpsga.org/certification/plastic_surgery/description.html'
dqm__subdesc1_13_4 = 'Examination Development, Administration, &amp; Reporting'
dqm__url1_13_4 = 'http://www.abpsga.org/certification/plastic_surgery/development.html'
dqm__subdesc1_13_5 = 'Initial Certification Fees'
dqm__url1_13_5 = 'http://www.abpsga.org/certification/plastic_surgery/fees.html'
dqm__subdesc1_13_6 = 'General Policies'
dqm__url1_13_6 = 'http://www.abpsga.org/certification/plastic_surgery/policies.html'
dqm__subdesc1_13_7 = 'Governance'
dqm__url1_13_7 = 'http://www.abpsga.org/certification/plastic_surgery/governance.html'
dqm__subdesc1_13_8 = 'Recertification'
dqm__url1_13_8 = 'http://www.abpsga.org/certification/plastic_surgery/recertification.html'
dqm__subdesc1_13_9 = 'Recertification Brochure'
dqm__url1_13_9 = 'http://www.abpsga.org/certification/plastic_surgery/abps_recert_brochure.html'
dqm__subdesc1_13_10 = 'Recertification Fees'
dqm__url1_13_10 = 'http://www.abpsga.org/certification/plastic_surgery/recertification_fees.html'
dqm__subdesc1_13_11 = 'Recertification Exam Schedule'
dqm__url1_13_11 = 'http://www.abpsga.org/certification/plastic_surgery/recert_schedule.html'
dqm__2nd_icon_index1_13 = 0
dqm__subdesc1_14 = 'Psychiatry'
dqm__url1_14 = 'http://www.abpsga.org/certification/psychiatry/index.html'
dqm__subdesc1_14_0 = 'Application'
dqm__url1_14_0 = 'http://www.abpsga.org/certification/psychiatry/application.html'
dqm__subdesc1_14_1 = 'Eligibility'
dqm__url1_14_1 = 'http://www.abpsga.org/certification/psychiatry/eligibility.html'
dqm__subdesc1_14_2 = 'Examination Schedule'
dqm__url1_14_2 = 'http://www.abpsga.org/certification/psychiatry/schedule.html'
dqm__subdesc1_14_3 = 'Examination Description'
dqm__url1_14_3 = 'http://www.abpsga.org/certification/psychiatry/description.html'
dqm__subdesc1_14_4 = 'Examination Development, Administration, &amp; Reporting'
dqm__url1_14_4 = 'http://www.abpsga.org/certification/psychiatry/development.html'
dqm__subdesc1_14_5 = 'Initial Certification Fees'
dqm__url1_14_5 = 'http://www.abpsga.org/certification/psychiatry/fees.html'
dqm__subdesc1_14_6 = 'General Policies'
dqm__url1_14_6 = 'http://www.abpsga.org/certification/psychiatry/policies.html'
dqm__subdesc1_14_7 = 'Governance'
dqm__url1_14_7 = 'http://www.abpsga.org/certification/psychiatry/governance.html'
dqm__subdesc1_14_8 = 'Recertification'
dqm__url1_14_8 = 'http://www.abpsga.org/certification/psychiatry/recertification.html'
dqm__subdesc1_14_9 = 'Recertification Brochure'
dqm__url1_14_9 = 'http://www.abpsga.org/certification/psychiatry/abps_recert_brochure.html'
dqm__subdesc1_14_10 = 'Recertification Fees'
dqm__url1_14_10 = 'http://www.abpsga.org/certification/psychiatry/recertification_fees.html'
dqm__subdesc1_14_11 = 'Recertification Exam Schedule'
dqm__url1_14_11 = 'http://www.abpsga.org/certification/psychiatry/recert_schedule.html'
dqm__2nd_icon_index1_14 = 0
dqm__subdesc1_15 = 'Radiation Oncology'
dqm__url1_15 = 'http://www.abpsga.org/certification/radiation_oncology/index.html'
dqm__subdesc1_15_0 = 'Application'
dqm__url1_15_0 = 'http://www.abpsga.org/certification/radiation_oncology/application.html'
dqm__subdesc1_15_1 = 'Eligibility'
dqm__url1_15_1 = 'http://www.abpsga.org/certification/radiation_oncology/eligibility.html'
dqm__subdesc1_15_2 = 'Examination Schedule'
dqm__url1_15_2 = 'http://www.abpsga.org/certification/radiation_oncology/schedule.html'
dqm__subdesc1_15_3 = 'Examination Description'
dqm__url1_15_3 = 'http://www.abpsga.org/certification/radiation_oncology/description.html'
dqm__subdesc1_15_4 = 'Examination Development, Administration, &amp; Reporting'
dqm__url1_15_4 = 'http://www.abpsga.org/certification/radiation_oncology/development.html'
dqm__subdesc1_15_5 = 'Initial Certification Fees'
dqm__url1_15_5 = 'http://www.abpsga.org/certification/radiation_oncology/fees.html'
dqm__subdesc1_15_6 = 'General Policies'
dqm__url1_15_6 = 'http://www.abpsga.org/certification/radiation_oncology/policies.html'
dqm__subdesc1_15_7 = 'Governance'
dqm__url1_15_7 = 'http://www.abpsga.org/certification/radiation_oncology/governance.html'
dqm__subdesc1_15_8 = 'Recertification'
dqm__url1_15_8 = 'http://www.abpsga.org/certification/radiation_oncology/recertification.html'
dqm__subdesc1_15_9 = 'Recertification Brochure'
dqm__url1_15_9 = 'http://www.abpsga.org/certification/radiation_oncology/abps_recert_brochure.html'
dqm__subdesc1_15_10 = 'Recertification Fees'
dqm__url1_15_10 = 'http://www.abpsga.org/certification/radiation_oncology/recertification_fees.html'
dqm__subdesc1_15_11 = 'Recertification Exam Schedule'
dqm__url1_15_11 = 'http://www.abpsga.org/certification/radiation_oncology/recert_schedule.html'
dqm__2nd_icon_index1_15 = 0
dqm__subdesc1_16 = 'Surgery'
dqm__url1_16 = 'http://www.abpsga.org/certification/surgery/index.html'
dqm__subdesc1_16_0 = 'Application'
dqm__url1_16_0 = 'http://www.abpsga.org/certification/surgery/application.html'
dqm__subdesc1_16_1 = 'Eligibility'
dqm__url1_16_1 = 'http://www.abpsga.org/certification/surgery/eligibility.html'
dqm__subdesc1_16_2 = 'Examination Schedule'
dqm__url1_16_2 = 'http://www.abpsga.org/certification/surgery/schedule.html'
dqm__subdesc1_16_3 = 'Examination Description'
dqm__url1_16_3 = 'http://www.abpsga.org/certification/surgery/description.html'
dqm__subdesc1_16_4 = 'Examination Development, Administration, &amp; Reporting'
dqm__url1_16_4 = 'http://www.abpsga.org/certification/surgery/development.html'
dqm__subdesc1_16_5 = 'Initial Certification Fees'
dqm__url1_16_5 = 'http://www.abpsga.org/certification/surgery/fees.html'
dqm__subdesc1_16_6 = 'General Policies'
dqm__url1_16_6 = 'http://www.abpsga.org/certification/surgery/policies.html'
dqm__subdesc1_16_7 = 'Governance'
dqm__url1_16_7 = 'http://www.abpsga.org/certification/surgery/governance.html'
dqm__subdesc1_16_8 = 'Recertification'
dqm__url1_16_8 = 'http://www.abpsga.org/certification/surgery/recertification.html'
dqm__subdesc1_16_9 = 'Recertification Brochure'
dqm__url1_16_9 = 'http://www.abpsga.org/certification/surgery/abps_recert_brochure.html'
dqm__subdesc1_16_10 = 'Recertification Fees'
dqm__url1_16_10 = 'http://www.abpsga.org/certification/surgery/recertification_fees.html'
dqm__subdesc1_16_11 = 'Recertification Exam Schedule'
dqm__url1_16_11 = 'http://www.abpsga.org/certification/surgery/recert_schedule.html'
dqm__2nd_icon_index1_16 = 0
dqm__2nd_icon_index1 = 0


dqm__sub_xy2 = '0,0'
dqm__sub_menu_width2 = 200
dqm__subdesc2_0 = 'Events'
dqm__url2_0 = 'http://www.abpsga.org/events/events.html'
dqm__subdesc2_1 = 'News'
dqm__url2_1 = 'http://www.abpsga.org/events/news.html'
dqm__subdesc2_2 = 'Past News'
dqm__url2_2 = 'http://www.abpsga.org/events/past_news.html'
dqm__subdesc2_3 = 'New Diplomates'
dqm__url2_3 = 'http://www.abpsga.org/events/diplomates.html'
dqm__subdesc2_4 = 'Recertified Diplomates'
dqm__url2_4 = 'http://www.abpsga.org/events/recert_diplomates.html'
dqm__2nd_icon_index2 = 0


dqm__sub_xy3 = '0,0'
dqm__sub_menu_width3 = 200
dqm__subdesc3_0 = 'Contact Form'
dqm__url3_0 = 'http://www.abpsga.org/contact/index.html'
dqm__subdesc3_1 = 'Verification of Board Certification'
dqm__url3_1 = 'http://www.abpsga.org/contact/verification.html'
dqm__2nd_icon_index3 = 0
