
function cdd_menu0(){//////////////////////////Start Menu Data/////////////////////////////////
/**********************************************************************************************

	Menu 0 - General Settings and Menu Structure

	**See the menu_styles.css file for additional customization options**

***********************************************************************************************/



/*---------------------------------------------
Icon Images
---------------------------------------------*/

//Define two types of unlimited icon images below, associate any image
//with any item using both the 'icon_rel' and 'icon_abs' parameter in the
//sub menu structure section (set to the index number of the icon image)


    //Relative positioned icon images (flow with main menu or sub item text)

	this.rel_icon_image0 = ""
	this.rel_icon_rollover0 = ""
	this.rel_icon_image_wh0 = ","
	


    //Absolute positioned icon images (coordinate positioned - relative to 
    //right top corner of the menu item displaying the icon.)

	this.abs_icon_image0 = "../images/point2.gif"
	this.abs_icon_rollover0 = "../images/point2_f2.gif"
	this.abs_icon_image_wh0 = "12,12"
	this.abs_icon_image_xy0 = "-20,5"




/*---------------------------------------------
Divider Settings
---------------------------------------------*/


	this.use_divider_caps = false		//cap the top and bottom of each menu group
	this.divider_width = 0			//applies to horizontal menus only
	this.divider_height = 0			//applies to vertical menus only


    //available specific settings

	this.use_divider_capsX = true




/*---------------------------------------------
Menu Orientation and Dimensions
---------------------------------------------*/

   //All values below are defined in pixel units.  Only the 
   //width of items and menu groups may be defined, heights 
   //are automatically determined by the font size and padding
   //values below.  See the menu_styles.css file for additional
   //border color and style settings.


	this.is_horizontal = false			//applies to all menu groups
	this.is_horizontal_main = true			//applies to main group only
	
	this.menu_width = 100				//applies to vertical menus
	this.menu_width_items = 50			//applies to items in a horizontal menu



   //Padding Values
  

	this.menu_padding_main = "0,0,0,0"		//top, right, bottom, left
	this.menu_padding_sub = "2,2,2,2"

	this.item_padding_main = "0,0,0,0"
	this.item_padding_sub = "1,1,1,1"

	

   //Border Sizing


	this.menu_border_main = 0
	this.menu_border_sub = 1

	this.item_border_main = 0
	this.item_border_sub = 1



   //Specific Item Setting Examples (change 'X' to appropriate index value)
	

	this.is_horizontalX = true
	
	this.menu_widthX = 200
	this.menu_width_itemsX = 100
	this.menu_width_itemX_X = 100

	this.menu_padding_subX = "0,0,0,0"
	this.item_padding_mainX = "0,0,0,0"
	this.item_padding_subX_X = "0,0,0,0"

	this.menu_border_subX = 0
	this.item_border_mainX = 0
	this.item_border_subX_X = 0



/*---------------------------------------------
Optional Style Sheet Class Name Association
---------------------------------------------*/

//Use the following section to optionally associate menu groups 
//and menu items with existing CSS classes from your site.



   //global class names

	//this.main_menu_class = "myclassname"
	//this.main_items_class = "myclassname"
	//this.main_items_rollover_class = "myclassname"

	//this.sub_menu_class = "myclassname"
	//this.sub_items_class = "myclassname"
	//this.sub_items_rollover_class = "myclassname"


   //specific menu items

	//this.item_classX_X = "myclassname"
	//this.item_rollover_classX_X = "myclassname"



/*---------------------------------------------
Exposed Menu Events - Custom Script Attachment
---------------------------------------------*/


	this.show_menu = ""
	this.hide_menu = ""
	

 //available specific settings


	this.show_menuX = "alert('show id')"
	this.hide_menuX = "alert('hide id')"
	

	//use the following to execute a JavaScript statement for any menu item
	//change 'X' below, to the menu items index number.
	
	this.clickX = "alert('Sample Click Code - Exposed Menu Event')"
	


/*------------------------------------------------
Browser Workarounds
-------------------------------------------------*/


   //Opera 5 & 6 - alternate HTML display (Opera 7 displays menu 100%)

	this.opera_old_display_html = "Please update your opera browser.";



/*---------------------------------------------
Main Menu Group and Items
---------------------------------------------*/


   //Main Menu Group 0

	
	this.item0 = "<img src='../images/index_r2_c4.gif' width=109 height=29 border=0>"
	this.icon_rel0 = 0
	//this.url0 = "../dr_noordhoff/index.htm"	
	//this.url_target0 = "_blank"
	//this.url_features0 = "height=770,width=473,status=yes,toolbar=no,menubar=no,location=no";

	this.item1 = "<img src='../images/index_r2_c5.gif' width=101 height=29 border=0>"
	this.icon_rel1 = 0
	//this.url1 = "myurl.html"	
	
	this.item2 = "<img src='../images/index_r2_c6.gif' width=139 height=29 border=0>"
	this.icon_rel2 = 0
	//this.url2 = "myurl.html"	
	
	this.item3 = "<img src='../images/index_r2_c7.gif' width=117 height=29 border=0>"
	this.icon_rel3 = 0
	//this.url3 = "myurl.html"	
	
	this.item4 = "<img src='../images/index_r2_c8.gif' width=98 height=29 border=0>"
	this.icon_rel4 = 0
	//this.url4 = "myurl.html"	

	



/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/



   //Sub Menu 0

	this.menu_xy0 = "-110,29"
	this.menu_width0 = 120


	//Sample url link using new window target with specific sizing features added.
	//this.url0_0 = 'documents/sample_link.htm'
	//this.url_target0_0 = "_new"
	//this.url_features0_0 = "height=325,width=550,status=yes,toolbar=no,menubar=no,location=no";

        
	this.item0_0 = "網站宗旨"
	this.item0_1 = "施先生簡歷與榮譽"
	this.item0_2 = "網站導覽"
	

	this.icon_rel0_0 = 0
	this.icon_rel0_1 = 0
	this.icon_rel0_2 = 0	

	this.url0_0 = '../about/index.aspx'
	this.url0_1 = '../about/about01.aspx?type=1'
	this.url0_2 = '../guide/index.aspx'


   //Sub Menu 1
	
	this.menu_xy1 = "-100,29"
	this.menu_width1 =90
        
	this.item1_0 = "近期報導"
	this.item1_1 = "重要報導"
	this.item1_2 = "歷史報導"

	this.icon_rel1_0 = 0
	this.icon_rel1_1 = 0
	this.icon_rel1_2 = 0
	this.icon_abs1_0 = 0	

	this.url1_0 = ''
	this.url1_1 = '../digest/index.aspx?kind=2'
	this.url1_2 = '../digest/index.aspx?kind=3'


   //Sub Menu 1_0

	this.menu_xy1_0 = "-4,2"
	this.menu_width1_0 = 80

	this.item1_0_0 = "封面故事"
	this.item1_0_1 = "專題報導"
	this.item1_0_2 = "深入報導"
	this.item1_0_3 = "其他"

	this.icon_rel1_0_0 = 0
	this.icon_rel1_0_2 = 0
	this.icon_rel1_0_1 = 0
	this.icon_rel1_0_3 = 0

	this.url1_0_0 = '../digest/index.aspx?kind=1&type=cover'
	this.url1_0_1 = '../digest/index.aspx?kind=1&type=project'
	this.url1_0_2 = '../digest/index.aspx?kind=1&type=inside'
	this.url1_0_3 = '../digest/index.aspx?kind=1&type=others'
	



    //Sub Menu 2

	this.menu_xy2 = "-120,29"
	this.menu_width2 = 110
	
	this.item2_0 = "施先生的書"
	this.item2_1 = "經營理念與創見"
	this.item2_2 = "論述"

	this.icon_rel2_0 = 0
	this.icon_rel2_1 = 0
	this.icon_rel2_2 = 0
	
	this.url2_0 = '../book/index.aspx'
	this.url2_1 = '../creation/index.aspx'
	this.url2_2 ='../discuss/index.aspx'




    //Sub Menu 3

	this.menu_xy3 = "-110,29"
	this.menu_width3 = 80
	
	this.item3_0 = "近期演講"
	this.item3_1 = "交大EMBA"
	this.item3_2 = "退休獻禮"
	this.item3_3 = "薪傳計劃"
	this.item3_4 = "其他演講"

	this.icon_rel3_0 = 0
	this.icon_rel3_1 = 0
	this.icon_rel3_2 = 0
	this.icon_rel3_3 = 0
	this.icon_rel3_4 = 0

	this.url3_0 = '../talk/index.aspx?kind=1'
	this.url3_1 = '../talk/index.aspx?kind=2'
	this.url3_2 = '../talk/index.aspx?kind=3'
	this.url3_3 = '../talk/index.aspx?kind=4'
	this.url3_4 = '../talk/index.aspx?kind=5'
	
	//this.url_target3_4 = "_blank"




    //Sub Menu 4

	this.menu_xy4 = "-100,29"
	this.menu_width4 = 110

	this.item4_0 = "訂閱新訊息"
	this.item4_1 = "與我連絡"
	this.item4_2 = "使用電腦小撇步"
	this.item4_3 = "常問問題(FAQ)"
	this.item4_4 = "友站聯結"

	this.icon_rel4_0 = 0
	this.icon_rel4_1 = 0
	this.icon_rel4_2 = 0
	this.icon_rel4_3 = 0
	this.icon_rel4_4 = 0

	this.url4_0 = '../subscribe/index.aspx'
	this.url4_1 = '../contact/index.aspx'
	this.url4_2 = '../stantips/index.aspx'
	this.url4_3 = '../faq/index.aspx'
	this.url4_4 = '../sitelink/index.aspx'



}///////////////////////// END Menu Data /////////////////////////////////////////



