/*-------------------------------------------
required menu Settings
--------------------------------------------*/


   DQM_sub_menu_width = 200      //default sub menu widths
   DQM_sub_xy = "0,0"            //default sub x,y coordinates
   
   
   DQM_codebase = ""             //relative location of .js files
   DQM_urltarget = "_self"       //set to: _self, _parent, _new, or "my frame name"

   DQM_border_width = 0
   DQM_divider_height = 0

   DQM_border_color = "EAF7FB"  //Hex color value or 'transparent'
   DQM_menu_bgcolor = "026A83"  //Hex color value or 'transparent'
   DQM_hl_bgcolor = "3889C8"    //Hex color value
   

   /*mouse off delay---*/

   DQM_mouse_off_delay = 200
   
  
   /*---Internet Explorer Mac Offset Fix ---*/
   
   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.x fix option ---*/
   
   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."
   

   /*---Opera 4 & up fix ---*/

   DQM_use_opera_div_detect_fix = true;


/*-------------------------------------------
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 = .1
   DQM_sub_item_effect_duration = .1

  
   /*----Customization option settings for the various effect
   ------transitions may be defined below---*/

   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 is defined with a value between
   ------1 and 100 with 100 being opaque---*/   	

   DQM_sub_menu_opacity = 95

   DQM_dropshadow_color = "none"                //Hex color value or 'none'
   DQM_dropshadow_offx = 5                      //drop shadow width
   DQM_dropshadow_offy = 5	                //drop shadow height



/*---------------------------------------------
Optional event triggered custom function calls
----------------------------------------------*/


   /*----This menu uses the documents onload event to
   ------initially generate the menus. If your HTML page requires
   ------the onload statement for calling other script functions
   ------or statements you may execute your code using the
   ------parameter below------*/

   //DQM_onload_code = "alert('custom function - onload')"


   /*----the following parameters may be used to execute
   ------custom code upon menu pop-up and hide.
   ------These are useful for hiding drop down boxes which
   ------may not be displayed under the menus due to
   ------browser limitations with certain form fields.---*/

// fix IE layer over select box

	//DQM_showmenu_code2 = "hideElms('select')"
	//DQM_hidemenu_code2 = "showElms('select')"


 
   /*----the following parameters may be used to execute
   ------custom code upon clicking a menu item. If a URL link 
   ------and custom code are both defined the code will be 
   ------executed first, then the URL link will be loaded. This 
   ------parameter option is useful for opening custom pop up windows.---*/

   //DQM_clickitem_code0_0 = "alert('custom Function - Menu Item 0_0')"
   //DQM_clickitem_code1_0 = "alert('custom Function - Menu Item 1_0')"



/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DQM_textcolor = "#BAF1FF"
   DQM_fontfamily = "Arial"            //Any available system font     
   DQM_fontsize = 11		         //Defined with pixel sizing  	
   DQM_fontsize_ie4 = 7		         //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' 	
   DQM_hl_textcolor = "#FFFFFF"
   DQM_hl_textdecoration = "normal"   //set to: 'normal', or 'underline'

   DQM_margin_top = 3
   DQM_margin_bottom = 3
   DQM_margin_left = 5
   DQM_margin_right = 5

   DQM_text_alignment = "left"           //set to: 'left', 'center' or 'right'
   



/*---------------------------------------------
Optional Icon Images - Relative Positioning

The relative positioned icon images are automatically
placed directly before or after the sub menu items
text (placement is determined by text alignment). 
By adding transparent space to the left or right
of the icon image itself, a custom image to text gap
may be obtained (Note: The gap space between icon
images and text may also be achieved by using the
menus optional 2nd icon image, see the 'optional 2nd
icon images' section for more information). The 
relative positioned icons are useful for creating
text bullets for aesthetic purposes or symbolic icons
for different sub menu items.
-----------------------------------------------*/


   /*----Unlimited icon images may be defined and associated with any sub menu
   ------item by specifying the icons index with the 'DQM_icon_index' parameter 
   ------see the 'sub menu customization' section below for examples---------*


   DQM_icon_image0 = "sample_images/bullet.gif"
   DQM_icon_rollover0 = "sample_images/bullet_hl.gif"
   DQM_icon_image_wh0 = "13,8"

   DQM_icon_image1 = "sample_images/arrow.gif"
   DQM_icon_rollover1 = "sample_images/arrow.gif"
   DQM_icon_image_wh1 = "13,10"


/*---------------------------------------------
Optional 2nd Icon Images - Absolute Positioning

The 2nd absolute positioned icons may be positioned 
anywhere within the sub menu items bounding area. 
These icon images are useful for creating arrows 
or other symbols which indicate the existence of a 
child sub menu. Sub menu text alignment or length 
will not affect the images placement.  If your images 
undesirably appear over the top of sub menu text 
items then adjust the icons coordinates, sub menu 
widths, or margins accordingly.

Note: Icon image coordinates are defined relative to
the top right corner of the sub menu item when the
sub menu text is left aligned, or relative to the
top left corner when the sub menus text is right
aligned.
-----------------------------------------------*/


/*----Unlimited icon images may be defined and associated with any sub menu
------item by specifying the icons index with the 'DQM_2nd_icon_index' parameter 
------see the 'sub menu customization' section below for examples---------*

   DQM_2nd_icon_image0 = "sample_images/arrow.gif"
   DQM_2nd_icon_rollover0 = "sample_images/arrow.gif"
   DQM_2nd_icon_image_wh0 = "13,10"
   DQM_2nd_icon_image_xy0 = "0,4"


/*---------------------------------------------
Optional Status Bar Text

Note: Custom defined status bar text for a menu item 
will be displayed in place of the URL when the 
'DQM_show_urls_statusbar' parameter is set to true.
-----------------------------------------------*/

   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"	




/*********************************************************************/
/*                                                                   */
/*                       MAIN MENU CUSTOMIZATION                     */
/*                                                                   */ 
/*********************************************************************/

/*--------------------------------------------------------------------

The following parameters define the main menu items rollover images and 
URL's. Each rollover image is connected to a pre-defined HTML image within
your web page by matching the rollover parameters index to the defined
index of your html pages menu image (See the documentation or view the
source of 'sample.htm' for information on setting up HTML image tags 
as menu items). The rollover image parameters are provided as an optional 
effect and are not required in order for the menu to function.

Note: To define URL links for a main menu image, define both a URL link
      parameter below (i.e. "DQM_url0 = 'myurl.htm'") and attach a
      hyperlink tag (<a href='myurl.htm'>...<a>) to the menu's associated
      image within your HTML page. This redundancy is required for 
      complete cross browser functionality of main menu URL links.

      Specific main menu image URL targets may also be defined by defining
      a 'DQM_urltargetX' parameter, where X is the the associated main
      menu items index number. Allowable 'DQM_urltarget' param values
      include... _self, _parent, _new, or "my frame name".

---------------------------------------------------------------------*/
  


 DQM_url0 = "#";   

 DQM_url1 = "#";

   DQM_url2 = "#";

   DQM_url3 = "#";

   DQM_url4 = "#";

   DQM_url5 = "#";
   
   DQM_url6 = "#";

   DQM_url7 = "#";

   DQM_url8 = "#";
   DQM_url9 = "#";

   DQM_url0 = "#";

   DQM_url1 = "#";



  
/*********************************************************************/
/*                                                                   */
/*                       SUB MENU CUSTOMIZATION                      */
/*                                                                   */ 
/*********************************************************************/

/*--------------------------------------------------------------------

The parameters below define the menus tree structure, text descriptions, 
associated icon images, URL links, and sub menu positioning. An infinite 
number of sub menu items and levels may be defined for each main menu item
by appending the appropriate index values to the 'DQM_subdesc' parameter. 
The included sample menus ('sample.htm') tree structure is defined below and
may be used as a simple guide for how to index your items.

The sub menu items text descriptions may be defined using plain text or
HTML. To use HTML simply place the entire string on one line and replace
all double quotes with single quotes.



ADDITIONAL SUB MENU CUSTOMIZATION OPTIONS:

The following parameters are referenced for documentation purposes and are 
additional customizable features which may be included as part of the sample 
sub menus defined below. (Note: to use these parameters add them to the sub 
menu sections below, they are not active when inside this comment field.)


Sub Menu Group Options:

The following setting apply to individual sub menu groups. Reference a sub
menu group within the parameter by appending the index value of the group
to the parameter name.
   
 1---The following parameters define unique colors, highlight colors
   border sizes, and divider heights for a sub menu. The X at the end
   of the parameter name represents the index of the sub menu. Child sub
   menus may also be referenced, i.e. 'DQM_menu_bgcolor1_0' refers to the
   2nd main menus, 1st sub menu items, child sub menu.
   
   DQM_border_widthX = 10;
   DQM_divider_heightX = 5;		
 
   DQM_border_colorX = "#0000ff";     
   DQM_menu_bgcolorX = "#ff0000"
   DQM_hl_bgcolorX = "#00ff00"
   DQM_textcolorX = "#00ff00"	 
   DQM_hl_textcolorX = "#ff0000"

 2---For more information on the following two parameter options see the 
   section above labeled 'Optional event triggered custom function calls'

   DQM_showmenu_codeX = "status = 'custom show menu function call'"
   DQM_hidemenu_codeX = "status = 'custom hide menu function call'"

 3---Define the text alignment of the sub menu as 'left', 'center', or 'right'

   DQM_text_alignmentX = "left"



Sub Menu Item Options:

The following settings apply to individual sub menu items, reference a sub
menu item within the parameter by appending the index value of the item
to the parameter name.

 1---The following parameter creates custom highlight text, any html tags
   may also be used to create formatted text and images. (Note: when using
   HTML convert all double quotes to single quotes and keep to one line.)
   Any number of 'DQM_hl_subdescX' parameters may be defined so long as there
   is a corresponding 'DQM_subdescX' parameter. The X at the end of the
   parameters name is variable and represents the index of the sub menu item.

   DQM_hl_subdescX = "custom highlight text"

 2---For more information on the following parameter option see the 
   section above labeled 'Optional event triggered custom function calls'

   DQM_clickitem_codeX = "alert('Sample onclick function call.')"

 3---Unique sub menu item URL targets may be defined with the 
   following parameter option. Allowable 'DQM_urltargetX' param values
   include... _self, _parent, _new, or "my frame name".

   DQM_urltargetX = "_new"


---------------------------------------------------------------------*/


/************************************************************************
*********-------Sub Menu 0--------***************
*************************************************************************/

DQM_sub_xy0 = "0,5"
DQM_sub_menu_width0 = 150

DQM_subdesc0_0 = "宗旨"
DQM_subdesc0_1 = "歷屆主席"
DQM_subdesc0_2 = "委員會成員"




DQM_url0_0 = "b5_mission.asp"
DQM_url0_1 = "b5_pastpresident.asp"
DQM_url0_2 = "b5_council.asp"




/***************************************************************************
*********-------Sub Menu 1  --------***************
****************************************************************************/

DQM_sub_xy1 = "0,5"
DQM_sub_menu_width1 = 150

DQM_subdesc1_0 = "香港糖尿聯會資源中心"
DQM_subdesc1_1 = "電郵我們" 

DQM_url1_0 = "b5_resourcescentre.asp"
DQM_url1_1 = "mailto:info@diabetes-hk.org"



/************************************************************************
*********-------Sub Menu 2------***************
*************************************************************************/

DQM_sub_xy2 = "0,5"
DQM_sub_menu_width2 = 150

DQM_subdesc2_0 = " 成為會員" 

DQM_url2_0 = "b5_joinmember.asp"



/************************************************************************
*********-------Sub Menu 3 --------***************
*************************************************************************/



DQM_sub_xy3 = "120,8"
DQM_sub_menu_width4 = 200

DQM_subdesc3_0 = "流行情況"
DQM_subdesc3_1 = "成因" 
DQM_subdesc3_2 = "類型"
DQM_subdesc3_3 = "徵狀"
DQM_subdesc3_4 = "診治" 
DQM_subdesc3_5 = "併發症"


DQM_url3_0 = "b5_common.asp"
DQM_url3_1 = "b5_causes.asp"
DQM_url3_2 = "b5_types.asp"
DQM_url3_3 = "b5_symptoms.asp"
DQM_url3_4 = "b5_treatment.asp"
DQM_url3_5 = "b5_assessment.asp"



/************************************************************************
*********-------Sub Menu 4--------***************
*************************************************************************/

DQM_sub_xy4 = "120,8"
DQM_sub_menu_width4 = 200

DQM_subdesc4_0 = "概念" 
DQM_subdesc4_1 = "實用提示 / 有用貼士"
DQM_subdesc4_2 = "食譜"
DQM_sub_xy4_2 = "-20,10"
	
	DQM_subdesc4_2_0 = "主菜"
	DQM_subdesc4_2_1 = "小食"
	DQM_subdesc4_2_2 = "甜品"

DQM_url4_0 = "b5_basicconcept.asp"
DQM_url4_1 = "b5_usefultips.asp"
DQM_url4_2 = "b5_recipe-main.asp"
	
	DQM_url4_2_0 = "b5_MainCourse.asp"
	DQM_url4_2_1= "b5_Snacks.asp"
	DQM_url4_2_2 = "b5_Dessert.asp"

/************************************************************************
*********-------Sub Menu 5 --------***************
*************************************************************************/

DQM_sub_xy5 = "120,8"
DQM_sub_menu_width5 = 200

DQM_subdesc5_0 = "運動與體重" 
DQM_subdesc5_1 = "建議" 
DQM_subdesc5_2 = "健身計劃" 

DQM_url5_0 = "b5_exercise.asp"
DQM_url5_1 = "b5_nocontent.asp"
DQM_url5_2 = "b5_nocontent.asp"

/************************************************************************
*********-------Sub Menu 6--------***************
*************************************************************************/

DQM_sub_xy6 = "120,8"
DQM_sub_menu_width6 = 200

DQM_subdesc6_0 = "飲食建議及計劃"
DQM_subdesc6_1 = "運動建議及計劃" 

DQM_url6_0 = "b5_nocontent.asp"
DQM_url6_1 = "b5_nocontent.asp"


/************************************************************************
*********-------Sub Menu 7--------***************
*************************************************************************/

DQM_sub_xy7 = "120,8"
DQM_sub_menu_width7 = 200

DQM_subdesc7_0 = "過往活動" 
DQM_subdesc7_1 = "最新活動"
DQM_subdesc7_2 = "圖書館"

DQM_url7_0 = "b5_pastevents.asp"
DQM_url7_1 = "b5_events.asp"
DQM_url7_2 = "b5_library.asp"




/************************************************************************
*********-------Sub Menu 8 --------***************
*************************************************************************/

DQM_sub_xy8 = "120,8"
DQM_sub_menu_width8 = 200

DQM_subdesc8_0 = "會訊" 
DQM_subdesc8_1 = "聲明及指引"
DQM_subdesc8_2 = "教育資料"
DQM_subdesc8_3 = "新聞發佈" 
DQM_subdesc8_4 = "表格"
//DQM_subdesc8_5 = "其他"


DQM_url8_0 = "b5_newsletter.asp"
DQM_url8_1 = "b5_statementsandguidelines.asp"
DQM_url8_2 = "b5_multimedia.asp"
DQM_url8_3 = "b5_pressrelease.asp"
DQM_url8_4 = "b5_forms-main.asp"
//DQM_url8_5 = "b5_others-main.asp"

/************************************************************************
*********-------Sub Menu 8_1 --------***************
*************************************************************************/

DQM_sub_xy8_1 = "-20,10"
DQM_sub_menu_width8_1 = 200

DQM_subdesc8_1_0 = "立場聲明" 
//DQM_subdesc8_1_1 = "口服用藥指引"
//DQM_subdesc8_1_2 = "有關羅格列酮（安糖健）的心血管安全性研究報告聲明"



DQM_url8_1_0 = "b5_positionstatements.asp"
//DQM_url8_1_1 = "b5_oraldrugtreatment.asp"
//DQM_url8_1_2 = "b5_avandiareport.asp"


/************************************************************************
*********-------Sub Menu 8_4 --------***************
*************************************************************************/

DQM_sub_xy8_4 = "-20,10"
DQM_sub_menu_width8_4 = 200

DQM_subdesc8_4_0 = "入會" 
DQM_subdesc8_4_1 = "捐款"
DQM_subdesc8_4_2 = "成為義工"
DQM_subdesc8_4_3 = "訂購會訊"
DQM_subdesc8_4_4 = "會員更新資料"



DQM_url8_4_0 = "b5_joinmember2.asp"
DQM_url8_4_1 = "b5_donation2.asp"
DQM_url8_4_2 = "b5_joinvolunteer2.asp"
DQM_url8_4_3 = "b5_orderingnewsletter.asp"
DQM_url8_4_4 = "b5_membershipupdate.asp"


/************************************************************************
*********-------Sub Menu 8_5 --------***************
*************************************************************************/

DQM_sub_xy8_5 = "-20,10"
DQM_sub_menu_width8_5 = 200

DQM_subdesc8_5_0 = "書籍" 
DQM_subdesc8_5_1 = "傳單"
DQM_subdesc8_5_2 = "海報"
DQM_subdesc8_5_3 = "研究報告"


DQM_url8_5_0 = "b5_books.asp"
DQM_url8_5_1 = "b5_pamphlet.asp"
DQM_url8_5_2 = "b5_poster.asp"
DQM_url8_5_3 = "b5_nocontent.asp"


/************************************************************************
*********-------Sub Menu 9 --------***************
*************************************************************************/

DQM_sub_xy9 = "120,8"
DQM_sub_menu_width9 = 200

DQM_subdesc9_0 = "聲明及指引" 
DQM_subdesc9_1 = "研究經費" 
DQM_subdesc9_2 = "本地會議"
DQM_subdesc9_3 = "海外會議"
DQM_subdesc9_4 = "登入(只限獲權人士)"

DQM_url9_0 = "b5_statementsandguidelines2.asp"
DQM_url9_1 = "b5_fund-main.asp"
DQM_url9_2 = "b5_local-main.asp"
DQM_url9_3 = "b5_intlconf.asp"
DQM_url9_4 = "b5_login.asp"


/************************************************************************
*********-------Sub Menu 9_0 --------***************
*************************************************************************/

DQM_sub_xy9_0 = "-20,10"
DQM_sub_menu_width9_0 = 200

DQM_subdesc9_0_0 = "立場聲明" 
//DQM_subdesc9_0_1 = "口服用藥指引"
//DQM_subdesc9_0_2 = "有關羅格列酮（安糖健）的心血管安全性研究報告聲明"

DQM_url9_0_0 = "b5_positionstatements2.asp"
//DQM_url9_0_1 = "b5_oraldrugtreatment2.asp"
//DQM_url9_0_2 = "b5_avandiareport2.asp"

/************************************************************************
*********-------Sub Menu 9_1 --------***************
*************************************************************************/

DQM_sub_xy9_1 = "-20,10"
DQM_sub_menu_width9_1 = 200

DQM_subdesc9_1_0 = "本會" 
DQM_subdesc9_1_1 = "其他組織"


DQM_url9_1_0 = "b5_fundlocal.asp"
DQM_url9_1_1 = "b5_fundother.asp"

/************************************************************************
*********-------Sub Menu 9_2 --------***************
*************************************************************************/

DQM_sub_xy9_2 = "-20,10"
DQM_sub_menu_width9_2 = 200

DQM_subdesc9_2_0 = "本會" 
DQM_subdesc9_2_1 = "其他組織"


DQM_url9_2_0 = "b5_locallocal.asp"
DQM_url9_2_1 = "b5_localother.asp"




/************************************************************************
*********-------Sub Menu 10 --------***************
*************************************************************************/

DQM_sub_xy10 = "120,8"
DQM_sub_menu_width10 = 200

DQM_subdesc10_0 = "捐款" 
DQM_subdesc10_1 = "成為會員"
DQM_subdesc10_2 = "成為義工"

DQM_url10_0 = "b5_donation.asp"
DQM_url10_1 = "b5_joinmember1.asp"
DQM_url10_2 = "b5_joinvolunteer.asp"



/************************************************************************
*********-------Sub Menu 11--------***************
*************************************************************************/

DQM_sub_xy11 = "120,8"
DQM_sub_menu_width11 = 200

DQM_subdesc11_0 = "活動概覧" 
DQM_subdesc11_1 = "活動申請表"
/*DQM_subdesc11_2 = "健康廣播站"
DQM_subdesc11_3 = "健康遊戲"
DQM_sub_xy11_2 = "-20,10"
DQM_sub_xy11_3 = "-20,10"
	
	DQM_subdesc11_2_0 = "故事篇 - 健康飲食新方向"
	DQM_subdesc11_2_1 = "故事篇 - 問題"
	DQM_subdesc11_2_2 = "訪問篇 - 兒童糖尿個案分享"
	DQM_subdesc11_2_3 = "健康快訊"
	
	DQM_subdesc11_3_0 = "健康寶庫"
	DQM_subdesc11_3_1 = "健康寶庫答案"
	DQM_subdesc11_3_2 = "健康之旅"
	DQM_subdesc11_3_3 = "圖板展覽遊戲問題紙答案"
	DQM_sub_xy11_3 = "-20,10"
			
			DQM_subdesc11_3_3_0 = "活動簡介、肥胖、認識糖尿病"
			DQM_subdesc11_3_3_1 = "活動簡介、肥胖"
			DQM_subdesc11_3_3_2 = "活動簡介、認識糖尿病"
			
*/			
DQM_url11_0 = "files/cover_letter.pdf"
DQM_url11_1 = "files/form.pdf"
/*DQM_url11_2 = "b5_action3-main.asp"
DQM_url11_3 = "b5_action4-main.asp"

	DQM_url11_2_0 = "school_programme/files/story01a.mp3"
	DQM_url11_2_1 = "school_programme/files/story01_questions_r1.mp3"
	DQM_url11_2_2= "school_programme/files/story02.mp3"
	DQM_url11_2_3 = "school_programme/files/news_sharp.mp3"
	
	DQM_url11_3_0 = "school_programme/files/health1.jpg"
	DQM_url11_3_1 = "school_programme/files/answer4.jpg"
	DQM_url11_3_2= "school_programme/files/health2.jpg"
	DQM_url11_3_3 = ""
	
		DQM_url11_3_3_0 = "school_programme/files/answer1.doc"
		DQM_url11_3_3_1= "school_programme/files/answer2.doc"
		DQM_url11_3_3_2 = "school_programme/files/answer3.doc"
		
	*/	
		DQM_urltarget11_0 = "_new"
		DQM_urltarget11_1 = "_new"
	/*	DQM_urltarget11_2_0 = "_new"
		DQM_urltarget11_2_1 = "_new"
		DQM_urltarget11_2_2 = "_new"
		DQM_urltarget11_2_3 = "_new"
		DQM_urltarget11_3_0 = "_new"
		DQM_urltarget11_3_1 = "_new"
		DQM_urltarget11_3_2 = "_new"
		DQM_urltarget11_3_3_0 = "_new"
		DQM_urltarget11_3_3_1 = "_new"
		DQM_urltarget11_3_3_2 = "_new"
	*/
		
