// RECO menu
	limit_multiple_users = true
	sequence = "9x88_4"



    //Relative positioned icon images (flow with main menu or sub item text)

//	dqm__icon_image0 = "images/menu-target3.gif"
//	dqm__icon_rollover0 = "images/menu-target3_hl.gif"
//	dqm__icon_image_wh0 = "10,12" //width, height

	

    //Absolute positioned icon images (coordinate positioned, sub menus only)

	dqm__2nd_icon_image0 = "images/arrow_sub.gif"
	dqm__2nd_icon_rollover0 = "images/arrow_sub3_hl.gif"
	dqm__2nd_icon_image_wh0 = "9,9"
	dqm__2nd_icon_image_xy0 = "0,4"





/**********************************************************************************************
**********************************************************************************************

                              Main Menu Settings  

**********************************************************************************************
**********************************************************************************************/



/*---------------------------------------------
Main Item Widths and Heights
-----------------------------------------------*/

	
	dqm__main_width = 110			//default main item widths
	dqm__main_height = 37			//default main item heights
	
	dqm__main_width0 = 70		//specific main item widths
	dqm__main_width1 = 100	
	dqm__main_width4 = 120			
	dqm__main_width5 = 120			
	dqm__main_width6 = 80	


/*---------------------------------------------
Main Menu Borders Dividers and Layout
-----------------------------------------------*/

	dqm__main_horizontal =true		//align menu bar horizontally or vertically

	dqm__main_border_width = 0		//the thickness of the border in pixels
	dqm__main_border_color = ""	//HEX color or set width to 0 for no borders, or "transparent" 


	dqm__main_use_dividers = false		//When true the item gap setting is ignored
						//and the border width and color are used to
						//separate each main menu item.
						
							
	dqm__main_item_gap = 0			//the gap between main menu items in pixels
	

	dqm__align_items_bottom_and_right = true	//align items of different size to the bottom
							//or right edge of the largest main menu item
							//depending on the horizontal or vertical layout
							//of the main menu bar - false aligns items to
							//the top and left

/*---------------------------------------------
Menu Item Background and Text Colors
-----------------------------------------------*/


	dqm__main_bgcolor = "transparent"		//default color for all items, HEX or "transparent"#84C463
	dqm__main_bgcolorx = "#111111"		//specific menu item color, HEX or 'transparent'
	
	dqm__main_hl_bgcolor = ""	//HEX color value or set to 'transparent'
	dqm__main_hl_bgcolorX = ""

	dqm__main_textcolor = "#FFFFFF"
	dqm__main_textcolorX = "#111111"

	dqm__main_hl_textcolor = "#0B544B"




/*---------------------------------------------
Menu Item Font Settings
-----------------------------------------------*/


	dqm__main_fontfamily = "Arial"	//Any available system font     
	dqm__main_fontsize = 12			//Defined with pixel sizing  	
	dqm__main_textdecoration = "normal"	//set to: 'normal', or 'underline'
	dqm__main_fontweight = "bold"		//set to: 'normal', or 'bold'
	dqm__main_fontstyle = "normal"		//set to: 'normal', or 'italic' 	


	//rollover effect
	
	dqm__main_hl_textdecoration = "none"
	dqm__main_hl_textdecoration6 = "underline"



/*---------------------------------------------
Main Menu Margins and Text Alignment
-----------------------------------------------*/


	dqm__main_text_alignment = "center"		//set to: 'left', 'center' or 'right'
	dqm__main_margin_top = 4
	dqm__main_margin_bottom = 5
	dqm__main_margin_left = 10
	dqm__main_margin_right = 10



	//specific settings

	dqm__main_text_alignmentX = "right"		//set to: 'left', 'center' or 'right'
	dqm__main_margin_topX = 4
	dqm__main_margin_bottomX = 4



/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/

   
	//dqm__status_text0 = "Sample text - Main Menu Item 0"
	//dqm__status_text1 = "Sample text - Main Menu Item 1"



/*---------------------------------------------
Main Menu Items (Text, URL's, and Icons)
-----------------------------------------------*/


	

    //Main Menu 0

	dqm__maindesc0 = "About<br>RECO"
	dqm__micon_index0 = 0
	//dqm__url0 = "AboutReco.aspx"
	dqm__url0 = ""



    //Main Menu 1

	dqm__maindesc1 = "Consumer<br>Information"
	dqm__micon_index1 = 0
	//dqm__url1 = "ConsumerInfo.aspx"
	dqm__url1 = ""



    //Main Menu 2

	dqm__maindesc2 = "Industry<br>Information"
	dqm__micon_index2 = 0
	//dqm__url2 = "IndustryInfo.aspx"
	dqm__url2 = ""



    //Main Menu 3

	dqm__maindesc3 = "Publications<br>&amp; Resources"
	dqm__micon_index3 = 0
	//dqm__url3 = "PubResources.aspx"
    dqm__url3 = ""



    //Main Menu 4

	dqm__maindesc4 = "Complaints<br>&amp; Enforcement"
	dqm__micon_index4 = 0
	//dqm__url4 = "ComplaintEnf.aspx"
	dqm__url4 = ""



    //Main Menu 5

	dqm__maindesc5 = "Legislation<br>&amp; Regulations"
	dqm__micon_index5 = 0
	//dqm__url5 = "Legislation.aspx"
    dqm__url5 = ""


    //Main Menu 6

	dqm__maindesc6 = "Contact<br>RECO"
//	dqm__micon_index6 = 0
//	dqm__url6 = "ContactReco.aspx"
	dqm__url6 = ""


/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Settings

**********************************************************************************************
**********************************************************************************************/


/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/


	dqm__sub_menu_width = 150      		//default sub menu widths
	dqm__sub_xy = "-110,36"            		//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 = "#84C463"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#FFFFFF"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#0B544B"		

	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 = "#333333"
	dqm__fontfamily = "Arial"		//Any available system font     
	dqm__fontsize = 12			//Defined with pixel sizing  	
	dqm__fontsize_ie4 = 12			//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 = "underline"	//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 = 2
	dqm__margin_left = 5
	dqm__margin_right = 4



/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/


	dqm__show_urls_statusbar = false

	//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 = "none"
	dqm__sub_item_effect = "none"


    //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 = 1		//1 to 100
	dqm__dropshadow_color = "#84C463"			//Hex color value or "none"#84C463
	dqm__dropshadow_offx = 1			//drop shadow width
	dqm__dropshadow_offy =1			//drop shadow height



/*-------------------------------------------
Browser Bug fixes and Workarounds
--------------------------------------------*/


    //Mac offset fixes, adjust until sub menus position correctly.
   
	dqm__ie4mac_offset_x = -10
	dqm__ie4mac_offset_Y = -45


    //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"




/*---------------------------------------------
Specific Sub Menu Settings
----------------------------------------------*/
  



    //Sub Menu 0  About RECO

	dqm__sub_xy0 = "-111,36"
	dqm__sub_menu_width0 = 170

	//dqm__subdesc0_0 = "Introduction"
	//dqm__subdesc0_6 = "Committees &amp; Task Forces"
	//dqm__subdesc0_7 = "Annual Reports"
	//dqm__subdesc0_8 = "Business Plans"
	dqm__subdesc0_0 = "Who We Are"
	dqm__subdesc0_1 = "Protecting the Public Interest"
	dqm__subdesc0_2 = "Purpose, mission, values"
	dqm__subdesc0_3 = "Board of Directors"
	dqm__subdesc0_4 = "Committees, Task Forces<br />and Groups"
	dqm__subdesc0_5 = "Management"
	dqm__subdesc0_6 = "Organizational Structure"
	dqm__subdesc0_7 = "Waves of Change"
	dqm__subdesc0_8 = "Employment Opportunities" 
	dqm__subdesc0_9 = "Contact Us"
	
	// 2007/05/09 VL: For New Section if provided by Communication
	//dqm__subdesc0_8 = ""
	//dqm__subdesc0_9 = ""
	//dqm__subdesc0_10 = ""
	
	dqm__2nd_icon_index0_4 = 0
	
	//dqm__url0_0 = "AboutReco.aspx?section=Introduction"
	//dqm__url0_6 = "AboutReco.aspx?section=CommitteesTaskForces"
	//dqm__url0_7 = "AboutReco.aspx?section=AnnualReports"
	//dqm__url0_8 = "AboutReco.aspx?section=BusinessPlans"
	dqm__url0_0 = "AboutReco.aspx?section=WhoWeAre"
	dqm__url0_1 = "AboutReco.aspx?section=ProtectPublicInterest"
	dqm__url0_2 = "AboutReco.aspx?section=Values"
	dqm__url0_3 = "AboutReco.aspx?section=BoardOfDirectors"
	dqm__url0_4 = ""
	dqm__url0_5 = "AboutReco.aspx?section=Management"
	dqm__url0_6 = "AboutReco.aspx?section=OrgStructure"
	dqm__url0_7 = "PubResources.aspx?section=WaveChg"
	dqm__url0_8 = "AboutReco.aspx?section=Careers"
	dqm__url0_9 = "ContactReco.aspx"
	
	// 2007/05/09 VL: For New Section if provided by Communication
	// dqm__url0_8 = "AboutReco.aspx?section=ViewAboutRecoNew01"
	// dqm__url0_9 = "AboutReco.aspx?section=ViewAboutRecoNew02"
	// dqm__url0_10 = "AboutReco.aspx?section=ViewAboutRecoNew03"

    //Sub Menu 0_4 

	dqm__sub_xy0_4 = "-1,-1"
//	dqm__sub_menu_width0_6 = 135

	dqm__subdesc0_4_0 = "Agency Task Force"
	dqm__subdesc0_4_1 = "Appeals Committee"
	dqm__subdesc0_4_2 = "Audit Committee"
	//dqm__subdesc0_4_3 = "By-Laws Committee"
	dqm__subdesc0_4_3 = "Commercial Real Estate<br />Advisory Group"
	dqm__subdesc0_4_4 = "Discipline Committee"
	dqm__subdesc0_4_5 = "Registrar's Education Advisory Committee"
	dqm__subdesc0_4_6 = "Finance Committee"
	dqm__subdesc0_4_7 = "Governance Committee"
	dqm__subdesc0_4_8 = "Insurance Committee"
	dqm__subdesc0_4_9 = "Legislation & Regulations Committee"
	dqm__subdesc0_4_10 = "Premium Stabilization Committee"
	dqm__subdesc0_4_11 = "Committee / Task Force<br />Member Application"

 	dqm__url0_4_0 = "CommitteesTaskForces.aspx?Section=AgencyTF"
	dqm__url0_4_1 = "CommitteesTaskForces.aspx?Section=AppealsCom"
	dqm__url0_4_2 = "CommitteesTaskForces.aspx?Section=AuditCom"
	//dqm__url0_4_3 = "CommitteesTaskForces.aspx?Section=ByLawsCom"
	dqm__url0_4_3 = "CommitteesTaskForces.aspx?Section=CREAG"
	dqm__url0_4_4 = "CommitteesTaskForces.aspx?Section=DisciplineCom"
	dqm__url0_4_5 = "CommitteesTaskForces.aspx?Section=EducationCom"
	dqm__url0_4_6 = "CommitteesTaskForces.aspx?Section=FinanceCom"
	dqm__url0_4_7 = "CommitteesTaskForces.aspx?Section=GovernanceCom"
	dqm__url0_4_8 = "CommitteesTaskForces.aspx?Section=InsuranceCom"
	dqm__url0_4_9 = "CommitteesTaskForces.aspx?Section=LegislationCom"
	dqm__url0_4_10 = "CommitteesTaskForces.aspx?Section=PremiumCom"
	dqm__url0_4_11 = "http://www.reco.on.ca/publicdocs/CommitteeTaskForceMemberApplication.pdf"

    //Sub Menu 1 Consumers

//	dqm__sub_xy1 = "-110,36"
//	dqm__sub_menu_width1 = 150

    dqm__subdesc1_0 = "Buying or selling your home?"
    dqm__subdesc1_1 = "Protecting the Public Interest"
    dqm__subdesc1_2 = "Working with a Broker or Salesperson"
    dqm__subdesc1_3 = "Listing Agreements"
    dqm__subdesc1_4 = "Commissions"
    dqm__subdesc1_5 = "Representation Agreements"
    dqm__subdesc1_6 = "Seller Property<br />Information Statements"
    dqm__subdesc1_7 = "Deposit Protection"
    dqm__subdesc1_8 = "Home Inspections"
    dqm__subdesc1_9 = "Mortgage Fraud"
    dqm__subdesc1_10 = "Title Fraud"
    dqm__subdesc1_11 = "Marijuana Grow Houses"
    dqm__subdesc1_12 = "Questions &amp; Concerns About Conduct"
    dqm__subdesc1_13 = "Search for a Brokerage, Broker or Salesperson"
    dqm__subdesc1_14 = "Consumer Resources"
    dqm__subdesc1_15 = "Competing Offers"
    dqm__subdesc1_16 = "Preparing for an Open House"
        
    dqm__url1_0 = "PubResources.aspx?Section=Bilingual"
    dqm__url1_1 = "ConsumerInfo.aspx?section=ProtectPublicInterest"
	dqm__url1_2 = "ConsumerInfo.aspx?section=WorkWithRegistrant"
	dqm__url1_3 = "ConsumerInfo.aspx?section=ListAgreement"
	dqm__url1_4 = "ConsumerInfo.aspx?section=Commissions"
	dqm__url1_5 = "ConsumerInfo.aspx?section=RepAgreement"
	dqm__url1_6 = "ConsumerInfo.aspx?section=SellPropertyInfo"
	dqm__url1_7 = "ConsumerInfo.aspx?section=DepositProtection"
	dqm__url1_8 = "ConsumerInfo.aspx?section=HomeInspection"
	dqm__url1_9 = "ConsumerInfo.aspx?section=MortgageFraud"
	dqm__url1_10 = "ConsumerInfo.aspx?section=TitleFraud"
	dqm__url1_11 = "ConsumerInfo.aspx?section=MarijuanaGrowHouse"
	dqm__url1_12 = "ConsumerInfo.aspx?section=QCAboutConduct"
	dqm__url1_13 = "SearchRegistrant.aspx"
	dqm__url1_14 = "ConsumerInfo.aspx?section=ConsumerResources"
	dqm__url1_15 = "ConsumerInfo.aspx?section=CompetingOffers"
	dqm__url1_16 = "ConsumerInfo.aspx?section=OpenHouse"

//	dqm__subdesc1_0 = "Introduction" 
//	dqm__subdesc1_1 = "Working with a Registered Broker or Salesperson" 
//	dqm__subdesc1_2 = "Buying a Home"
//	dqm__subdesc1_3 = "Selling a Home"
//	dqm__subdesc1_4 = "Consumer Deposit Protection"
//	dqm__subdesc1_5 = "Hot Topics"
//	dqm__subdesc1_6 = "Search for a Broker<br>or Salesperson"
//	dqm__subdesc1_7 = "Complaints"
//	dqm__subdesc1_8 = "Other Sources of Information"

//	dqm__2nd_icon_index1_5 = 0

//	dqm__url1_0 = "ConsumerInfo.aspx?section=Introduction"
//	dqm__url1_1 = "ConsumerInfo.aspx?section=WorkWithRegistrant"
//	dqm__url1_2 = "ConsumerInfo.aspx?section=BuyHome"
//	dqm__url1_3 = "ConsumerInfo.aspx?section=SellHome"
//	dqm__url1_4 = "ConsumerInfo.aspx?section=ConDepProtection"
//	dqm__url1_5 = ""
//	dqm__url1_6 = "SearchRegistrant.aspx"
//	dqm__url1_7 = "ConsumerInfo.aspx?section=ConComplaints"
//	dqm__url1_8 = "ConsumerInfo.aspx?section=ConOthers"


//	//Sub Menu 1_5 

//	dqm__sub_xy1_5 = "-1,-1"
//  //dqm__sub_menu_width1_4 = 150

//	dqm__subdesc1_5_0 = "Mortgage Fraud"
//	dqm__subdesc1_5_1 = "Grow Ops"
//	dqm__subdesc1_5_2 = "Stigmatized Properties"
//	dqm__subdesc1_5_3 = "Home Inspections"
//	dqm__subdesc1_5_4 = "Title Fraud"
//	
//	dqm__url1_5_0 = "HotTopics.aspx?section=MortgageFraud"
//	dqm__url1_5_1 = "HotTopics.aspx?section=GrowOps"
//	dqm__url1_5_2 = "HotTopics.aspx?section=HomeInspections"
//	dqm__url1_5_3 = "HotTopics.aspx?section=HomeInspections"
//	dqm__url1_5_4 = "HotTopics.aspx?section=TitleFraud"


    //Sub Menu 2 Registrants

//	dqm__sub_xy2 = "-120,36"
//	dqm__sub_menu_width2 = 130

//	dqm__subdesc2_0 = "Introduction"
//	dqm__subdesc2_1 = "Brokerages"
//	dqm__subdesc2_2 = "Continuing Education"
//	dqm__subdesc2_3 = "Becoming a Broker"
//	dqm__subdesc2_4 = "Insurance Program"
//	dqm__subdesc2_5 = "Brokerage Inspections"
//	dqm__subdesc2_6 = "Renewing your Registration"
//	dqm__subdesc2_7 = "Complaints"
//	dqm__subdesc2_8 = "Transfers from Other Provinces"
//	dqm__subdesc2_9 = "Online Guide to REBBA 2002"
//	
//	dqm__2nd_icon_index2_7 = 0
//	
//	dqm__url2_0 = "IndustryInfo.aspx?section=Introduction"
//	dqm__url2_1 = "IndustryInfo.aspx?section=Brokerages"
//	dqm__url2_2 = "IndustryInfo.aspx?section=Education"
//	dqm__url2_3 = "IndustryInfo.aspx?section=BecomeBroker"
//	dqm__url2_4 = "IndustryInfo.aspx?section=Insurance"
//	dqm__url2_5 = "IndustryInfo.aspx?section=BrokerageInspection"
//	dqm__url2_6 = "IndustryInfo.aspx?section=RenewRegistration"
//	dqm__url2_7 = "IndustryInfo.aspx?section=IndComplaints"
//	dqm__url2_8 = "IndustryInfo.aspx?section=ProvinceTransfer"
//	dqm__url2_9 = ""

	dqm__subdesc2_0 = "How to Become a Registrant" //"How to Become a Salesperson"
	dqm__subdesc2_1 = "Transferring to a<br/>new brokerage"
	dqm__subdesc2_2 = "Renewing Your Registration"
	//dqm__subdesc2_3 = "Reinstating Your Registration"
	dqm__subdesc2_3 = "Continuing Education"
	dqm__subdesc2_4 = "Brokerage Inspections"
	dqm__subdesc2_5 = "Insurance"
	dqm__subdesc2_6 = "Advertising"
	dqm__subdesc2_7 = "Mortgage Fraud"	
	dqm__subdesc2_8 = "Industry News"
	dqm__subdesc2_9 = "Industry Resources"
	dqm__subdesc2_10 = "Search for a Brokerage, Broker or Salesperson"
	dqm__subdesc2_11 = "Login to MyWeb"
	
//	dqm__subdesc2_1 = "Transfers from Other Provinces"
/*	dqm__subdesc2_2 = "Transferring to a<br/>new brokerage"
	dqm__subdesc2_3 = "Renewing Your Registration"
	//dqm__subdesc2_3 = "Reinstating Your Registration"
	dqm__subdesc2_4 = "Continuing Education"
	dqm__subdesc2_5 = "Brokerage Inspections"
	dqm__subdesc2_6 = "Insurance"
	dqm__subdesc2_7 = "Advertising"
	dqm__subdesc2_8 = "Mortgage Fraud"	
	dqm__subdesc2_9 = "Industry Resources"
	dqm__subdesc2_10 = "Search for a Brokerage, Broker or Salesperson"
	dqm__subdesc2_11 = "Login to MyWeb" */
		
	dqm__2nd_icon_index2_0 = 0	
	dqm__2nd_icon_index2_3 = 0
	dqm__2nd_icon_index2_4 = 0
	dqm__2nd_icon_index2_5 = 0
		
	dqm__url2_0 = "" // "IndustryInfo.aspx?section=BecomeRegistrant"
	dqm__url2_1 = "IndustryInfo.aspx?section=TransferBrokerage"
	dqm__url2_2 = "IndustryInfo.aspx?section=RenewRegistration"
	//dqm__url2_3 = "IndustryInfo.aspx?section=ReinstateRegistration"
	dqm__url2_3 = ""
	dqm__url2_4 = "IndustryInfo.aspx?section=BrokerageInspection"
	dqm__url2_5 = ""
	dqm__url2_6 = "IndustryInfo.aspx?section=IndAdvertising"
	dqm__url2_7 = "IndustryInfo.aspx?section=MortgageFraud"	
	dqm__url2_8 = "IndustryInfo.aspx?section=IndNews"	
	dqm__url2_9 = "IndustryInfo.aspx?section=IndResources"
	dqm__url2_10 = "SearchRegistrant.aspx"
	dqm__url2_11 = "https://myweb.reco.on.ca"
	
//	dqm__url2_1 = "IndustryInfo.aspx?section=TransferProvince"
/*	dqm__url2_2 = "IndustryInfo.aspx?section=TransferBrokerage"
	dqm__url2_3 = "IndustryInfo.aspx?section=RenewRegistration"
	//dqm__url2_3 = "IndustryInfo.aspx?section=ReinstateRegistration"
	dqm__url2_4 = ""
	dqm__url2_5 = "IndustryInfo.aspx?section=BrokerageInspection"
	dqm__url2_6 = ""
	dqm__url2_7 = "IndustryInfo.aspx?section=IndAdvertising"
	dqm__url2_8 = "IndustryInfo.aspx?section=MortgageFraud"	
	dqm__url2_9 = "IndustryInfo.aspx?section=IndResources"
	dqm__url2_10 = "SearchRegistrant.aspx"
	dqm__url2_11 = "https://myweb.reco.on.ca"*/

    //Sub Menu 2_0
    dqm__sub_xy2_0 = "-1,-1"

    dqm__subdesc2_0_0 = "How to Become a Registrant"
	dqm__subdesc2_0_1 = "Transfers from other<br />Canadian jurisdictions"//"Transfers from Other Provinces"
	dqm__subdesc2_0_2 = "Credit Recommendation <br />& Advisory Committee"
	dqm__subdesc2_0_3 = "CPIC Requirement"

    dqm__url2_0_0 = "IndustryInfo.aspx?section=BecomeRegistrant" 
 	dqm__url2_0_1 = "IndustryInfo.aspx?section=TransferProvince"
	dqm__url2_0_2 = "IndustryInfo.aspx?section=CRAC"
	dqm__url2_0_3 = "IndustryInfo.aspx?section=CPICReq"

    //Sub Menu 2_3
    dqm__sub_xy2_3 = "-1,-1"

	dqm__subdesc2_3_0 = "Requirements"
	dqm__subdesc2_3_1 = "Approved Education Providers"
	dqm__subdesc2_3_2 = "Pre-Approved Education Providers"
	dqm__subdesc2_3_3 = "Approved Subject Areas"
	dqm__subdesc2_3_4 = "Course Listings"
	dqm__subdesc2_3_5 = "How to Become an Education Provider"
	dqm__subdesc2_3_6 = "Educational Accommodation Policy for Persons with Disabilities"
 
 	dqm__url2_3_0 = "IndEducation.aspx?section=Requirements"
	dqm__url2_3_1 = "IndEducation.aspx?section=AppEdcProviders"
	dqm__url2_3_2 = "IndEducation.aspx?section=PreAppEdcProviders"
	dqm__url2_3_3 = "IndEducation.aspx?section=AppSubjectAreas"
	dqm__url2_3_4 = "IndEducation.aspx?section=CourseListings"
    dqm__url2_3_5 = "IndEducation.aspx?section=BecomeEdcProvider"
    dqm__url2_3_6 = "IndEducation.aspx?section=EdcAccPolicyForDisabilities"
    
    //Sub Menu 2_4
    dqm__sub_xy2_4 = "-1,-1"

	dqm__subdesc2_4_0 = "Brokerage Reconciliation Inspections"
 
 	dqm__url2_4_0 = "IndustryInfo.aspx?section=BrokerageReconciliationInspection"
 	
    //Sub Menu 2_5
    dqm__sub_xy2_5 = "-1,-1"
    
   // dqm__subdesc2_5_0 = "2009 Insurance Renewal"	
	dqm__subdesc2_5_0 = "2010-2011 Insurance Program"
	//dqm__subdesc2_5_1 = "Suspension & Revival of Registration"
	//dqm__subdesc2_5_1 = "Summary of Coverage"
	dqm__subdesc2_5_1 = "Insurance Renewal 2010"
	dqm__subdesc2_5_2 = "Reporting a Claim"
	dqm__subdesc2_5_3 = "FAQs"
	
	
	//dqm__url2_5_0 = "IndInsurance.aspx?section=InsuranceRenewal"
	dqm__url2_5_0 = "IndInsurance.aspx?section=InsProgram"
	//dqm__url2_5_1 = "IndInsurance.aspx?section=SusRevRegistration"
	//dqm__url2_5_1 = "IndInsurance.aspx?section=SummaryOfCoverage"
	dqm__url2_5_1 = "IndInsurance.aspx?section=InsuranceRenewal"
	dqm__url2_5_2 = "IndInsurance.aspx?section=ReportClaim"
	dqm__url2_5_3 = "IndInsurance.aspx?section=FAQ"
	//dqm__url2_5_4 = "IndInsurance.aspx?section=InsuranceRenewal"


/*
    //Sub Menu 2_4
    dqm__sub_xy2_4 = "-1,-1"

	dqm__subdesc2_4_0 = "Requirements"
	dqm__subdesc2_4_1 = "Approved Education Providers"
	dqm__subdesc2_4_2 = "Pre-Approved Education Providers"
	dqm__subdesc2_4_3 = "Approved Subject Areas"
	dqm__subdesc2_4_4 = "Course Listings"
	dqm__subdesc2_4_5 = "How to Become an Education Provider"
	dqm__subdesc2_4_6 = "Educational Accommodation Policy for Persons with Disabilities"
 
 	dqm__url2_4_0 = "IndEducation.aspx?section=Requirements"
	dqm__url2_4_1 = "IndEducation.aspx?section=AppEdcProviders"
	dqm__url2_4_2 = "IndEducation.aspx?section=PreAppEdcProviders"
	dqm__url2_4_3 = "IndEducation.aspx?section=AppSubjectAreas"
	dqm__url2_4_4 = "IndEducation.aspx?section=CourseListings"
    dqm__url2_4_5 = "IndEducation.aspx?section=BecomeEdcProvider"
    dqm__url2_4_6 = "IndEducation.aspx?section=EdcAccPolicyForDisabilities"
    
    //Sub Menu 2_6
    dqm__sub_xy2_6 = "-1,-1"
    
    //dqm__subdesc2_5_0 = "Requirements"	
	dqm__subdesc2_6_0 = "2007-2008 Insurance Program"
	dqm__subdesc2_6_1 = "Suspension & Revival of Registration"
	dqm__subdesc2_6_2 = "Summary of Coverage"
	dqm__subdesc2_6_3 = "Reporting a Claim"
	dqm__subdesc2_6_4 = "FAQs"
	
	//dqm__url2_5_0 = "IndInsurance.aspx?section=Requirements"	
	dqm__url2_6_0 = "IndInsurance.aspx?section=InsProgram2007"
	dqm__url2_6_1 = "IndInsurance.aspx?section=SusRevRegistration"
	dqm__url2_6_2 = "IndInsurance.aspx?section=SummaryOfCoverage"
	dqm__url2_6_3 = "IndInsurance.aspx?section=ReportClaim"
	dqm__url2_6_4 = "IndInsurance.aspx?section=FAQ"
*/
    //Sub Menu 3 Resources

//	dqm__sub_xy3 = "-100,36"
	dqm__sub_menu_width3 = 170

    dqm__subdesc3_0 = "Consumer Publications"
	dqm__subdesc3_1 = "Media Room"
	dqm__subdesc3_2 = "Annual Reports"
	dqm__subdesc3_3 = "Business Plans"
	dqm__subdesc3_4 = "Continuing Education"
	dqm__subdesc3_5 = "Industry Alerts"
	dqm__subdesc3_6 = "Inspections"
	dqm__subdesc3_7 = "Insurance"
	dqm__subdesc3_8 = "Newsletters"
	dqm__subdesc3_9 = "Public Advisories"
	dqm__subdesc3_10 = "Registrar's Bulletins &amp; Guidelines"
	dqm__subdesc3_11 = "Registration Forms"
	dqm__subdesc3_12 = "Complaints &amp; Enforcement"
	dqm__subdesc3_13 = "Other Sources of Information"
	
	dqm__url3_0 = "PubResources.aspx?section=ConsumerPublications"	
	dqm__url3_1 = "PubResources.aspx?section=MediaRoom"
	dqm__url3_2 = "PubResources.aspx?section=AnnualReports"
	dqm__url3_3 = "PubResources.aspx?section=BusinessPlans"
	dqm__url3_4 = "PubResources.aspx?section=PREducation"
	dqm__url3_5 = "PubResources.aspx?section=PRIndustry"
	dqm__url3_6 = "PubResources.aspx?section=PRInspections"
	dqm__url3_7 = "PubResources.aspx?section=PRInsurance"
	dqm__url3_8 = "PubResources.aspx?section=Newsletters"
	dqm__url3_9 = "PubResources.aspx?section=PubAdvisories"
	dqm__url3_10 = "PubResources.aspx?section=RegBulletins"
	dqm__url3_11 = "PubResources.aspx?section=RegForms"
	dqm__url3_12 = "PubResources.aspx?section=CompEnf"
	dqm__url3_13 = "PubResources.aspx?section=PROthers"


    //Sub Menu 4 Enforcement

//	dqm__sub_xy4 = "-100,36"
	dqm__sub_menu_width4 = 170

	dqm__subdesc4_0 = "If you have a complaint"
	dqm__subdesc4_1 = "If you are the subject of a complaint"
	dqm__subdesc4_2 = "Possible Outcomes"
	dqm__subdesc4_3 = "Registrar's Proposals<br />to revoke, refuse or<br />suspend registration"
	dqm__subdesc4_4 = "Convictions"
	dqm__subdesc4_5 = "Charges"
	dqm__subdesc4_6 = "Discipline &amp; Appeals<br />Hearings and Decisions"
	//dqm__subdesc4_7 = "Discipline Hearing"
	//dqm__subdesc4_7 = "Public Notice Policy"
	//dqm__subdesc4_6 = "Public Advisories"
			
	dqm__url4_0 = "ComplaintEnf.aspx?section=HaveComplaint"
	dqm__url4_1 = "ComplaintEnf.aspx?section=SubjectOfComplaint"
	dqm__url4_2 = "ComplaintEnf.aspx?section=PossibleOutcomeComplaint"
	dqm__url4_3 = "ComplaintEnf.aspx?section=RegProposals"
	dqm__url4_4 = "ComplaintEnf.aspx?section=Convictions"
	dqm__url4_5 = "ComplaintEnf.aspx?section=Charges"
	dqm__url4_6 = "ComplaintEnf.aspx?section=DiscHearDecisions"
	//dqm__url4_7 = "ComplaintEnf.aspx?section=PubNotPolicy"
	//dqm__url4_6 = "ComplaintEnf.aspx?section=PubAdvisories"
	
    //Sub Menu 0_4 

	//dqm__sub_xy4_7 = "-1,-1"

	//dqm__subdesc4_7_0 = "A witness guide"

 	//dqm__url4_7_0 = "ComplaintEnf.aspx?section=DHWGuide"


//    //Sub Menu 4_6 Real Estate and Business Brokers Act 2002 

//	dqm__sub_xy4_0 = "-1,-1"
////	dqm__sub_menu_width4_6 = 100

//	dqm__subdesc4_0_0 = "If you have a complaint"
//	dqm__subdesc4_0_1 = "Complaint Outcomes"
//	 
// 	dqm__url4_0_0 = "ComplaintEnf.aspx?section=Complaint"
//	dqm__url4_0_1 = "ComplaintEnf.aspx?section=ComplaintOutcome"
	

    //Sub Menu 5 Legislation and Regulation: News & Events

	dqm__sub_xy5 = "-110,36"
	dqm__sub_menu_width5 = 155

	dqm__subdesc5_0 = "Real Estate and Business Brokers Act, 2002 & Regulations"
	//dqm__subdesc5_1 = "Table of Amendments"
	dqm__subdesc5_1 = "Corporate By-laws"
	
	dqm__2nd_icon_index5_2 = 0
	
	dqm__url5_0 = "Legislation.aspx?section=REBBA2002"
	//dqm__url5_1 = "publicdocs/Table of Amendments (Mar 12 2007).pdf"
	dqm__url5_1 = "Legislation.aspx?section=CorporateByLaws"	

    //Sub Menu 5_2
    dqm__sub_xy5_2 = "-1,-1"
 
    dqm__subdesc5_2_0 = "Election By-law (9)"
	dqm__subdesc5_2_1 = "Membership By-law (10)"
	dqm__subdesc5_2_2 = "General By-law (11)"
	
	dqm__url5_2_0 = "Legislation.aspx?section=ByLaw9"
	dqm__url5_2_1 = "Legislation.aspx?section=ByLaw10"
	dqm__url5_2_2 = "Legislation.aspx?section=ByLaw11"


    //Sub Menu 6 Contact RECO
	//dqm__sub_xy5 = "-110,36"
	dqm__sub_menu_width6 = 115

	dqm__subdesc6_0 = "Phone Numbers & Email Addresses"
	dqm__subdesc6_1 = "Media Room"
		
	dqm__url6_0 = "ContactReco.aspx"
	dqm__url6_1 = "PubResources.aspx?section=MediaRoom"
	
	