cdd__code0 = 2063

cdd__code1 = 1660


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 = "sample_images/bullet.gif"
	this.rel_icon_rollover0 = "sample_images/bullet_hl.gif"
	this.rel_icon_image_wh0 = "13,8"
	


    //Absolute positioned icon images (coordinate positioned - relative to 
    //right top corner of the menu item displaying the icon.)

	this.abs_icon_image0 = "sample_images/arrow.gif"
	this.abs_icon_rollover0 = "sample_images/arrow.gif"
	this.abs_icon_image_wh0 = "13,10"
	this.abs_icon_image_xy0 = "-20,13"




/*---------------------------------------------
Divider Settings
---------------------------------------------*/


	this.use_divider_caps = false		//cap the top and bottom of each menu group
	this.divider_width = 5			//applies to horizontal menus only
	this.divider_height = 2			//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 = 200				//applies to vertical menus
	this.menu_width_items = 120			//applies to items in a horizontal menu



   //Padding Values
  

	this.menu_padding_main = "3,3,3,3"		//top, right, bottom, left
	this.menu_padding_sub = "2,2,2,2"

	this.item_padding_main = "3,3,3,3"
	this.item_padding_sub = "2,2,2,2"

	

   //Border Sizing


	this.menu_border_main = 1
	this.menu_border_sub = 1

	this.item_border_main = 1
	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 = 1
	this.item_border_mainX = 1
	this.item_border_subX_X = 1



/*---------------------------------------------
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 = "Company"	

	this.item1 = "Investment Products"
	
	this.item2 = "Mutual Funds"
	
	this.item3 = "Contact"


	
	



/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/



   //Sub Menu 0

	this.menu_xy0 = "-100,24"
	this.menu_width0 = 150

	this.item0_0 = "Our Organization"
	this.item0_1 = "Our Reputation"
	this.item0_2 = "Team Approach"
	this.item0_3 = "Investment Philosophy"
	this.item0_4 = "Portfolio Construction"
    this.item0_5 = "Client Service"
    this.item0_6 = "Annual Fee Schedule"
    this.item0_7 = "Biographies"
    this.item0_8 = "Form ADV Filing"
    this.item0_9 = "Proxy Voting Files"
    this.item0_10 = "Privacy Policy"	

	//Sample url link using new window target with specific sizing features added.
	this.url0_0 = 'org.htm'
	this.url0_1 = 'rep.htm'
	this.url0_2 = 'team.htm'
	this.url0_3 = 'philo.htm'
	this.url0_4 = 'portcont.htm'
	this.url0_5 = 'service.htm'
	this.url0_6 = 'feesched.htm'
	this.url0_8 = 'adv.htm'
	this.url0_9 = 'proxy.htm'
	this.url0_10 = 'privacy2.htm'
 
   //Sub Menu 0_7

	this.menu_xy1_0 = "-4,2"
	this.menu_width1_0 = 150

	this.item0_7_0 = "G. Andrew Bjurman, CFA, CIC"
	this.item0_7_1 = "O. Thomas Barry, III, CFA, CIC"
	this.item0_7_2 = "Stephen W. Shipman, CFA"
	this.item0_7_3 = "Patrick Bradford"
	this.item0_7_4 = "Roberto P. Wu, CFA"
	
		this.url0_7_0 = 'gabbio.htm',
	this.url0_7_1 = 'otbbio.htm'
	this.url0_7_2 = 'swsbio.htm'
	this.url0_7_3 = 'pbbio.htm'
	this.url0_7_4 = 'rpwbio.htm'


   //Sub Menu 1
	
	this.menu_xy1 = "-100,24"
	this.menu_width1 = 220
        
	this.item1_0 = "All Cap Growth Equity"
	this.item1_1 = "Conservative Balanced"
	this.item1_2 = "Emerging Growth Equity"
	this.item1_3 = "Large Cap Aggressive Growth Equity"
        this.item1_4 = "Large Cap Growth Equity"
	this.item1_5 = "Micro-Cap Growth Equity"
	this.item1_6 = "Micro Emerging Growth Equity"
	this.item1_7 = "Prime Equity Growth"
 	this.item1_8 = "Small Cap Absolute Return (SCAR)"
	this.item1_9 = "Select Growth Equity"
	this.item1_10 = "Traditional Fixed Income"
		

	this.url1_0 = 'acprod.htm'
	this.url1_1 = 'cbprod.htm'
	this.url1_2 = 'eeprod.htm'
	this.url1_3 = 'lcprod.htm'
	this.url1_4 = 'leprod.htm'
	this.url1_5 = 'mcprod.htm'
	this.url1_6 = 'meprod.htm'
        this.url1_7 = 'peprod.htm'
	this.url1_8 = 'scarprod.htm'
	this.url1_9 = 'seprod.htm'
        this.url1_10 = 'tfprod.htm'


    //Sub Menu 2

	this.menu_xy2 = "-100,24"
	this.menu_width2 = 150
	
	this.item2_0 = "Micro-Cap Growth Fund"
	this.item2_1 = "Mid Cap Growth Fund"
	this.item2_2 = "Small Cap Growth Fund"
	this.item2_3 = "Proxy Voting Files"
	this.item2_4 = "Distributions"
	this.item2_5 = "Directors' Forum"  
this.url_target2_5 = "_new"
	this.item2_6 = "News & Announcements"

	
	//this.icon_rel2_0 = 0
	//this.icon_rel2_1 = 0
	//this.icon_rel2_2 = 0
	//this.icon_rel2_3 = 0
	//this.icon_rel2_4 = 0

	this.url2_0 = 'bmcfx.htm'
	this.url2_1 = 'bacfx.htm'
	this.url2_2 = 'bbsfx.htm'
	this.url2_3 = 'proxy2.htm'
	this.url2_4 = 'distrib.htm'
	this.url2_5 = 'https://secure.cnchost.com/bjurmanbarry.com'
        this.url2_6 = 'http://www.bjurmanbarry.com/site/html/news.htm'
	


   //Sub Menu 2_0

	this.menu_xy1_0 = "-4,2"
	this.menu_width1_0 = 130

	this.item2_0_0 = "Quarterly Commentary"
	this.item2_0_1 = "Micro-Cap Performance"
	this.item2_0_2 = "Download Prospectus"
	this.item2_0_3 = "Email an Inquiry"
	
		this.url2_0_0 = 'bmcfxcommentary.htm'
	this.url2_0_1 = 'bmcfx.htm'
	this.url2_0_2 = 'privacy.htm'
	this.url2_0_3 = 'mailto:mutualfunds@bjurmanbarry.com'


   //Sub Menu 2_1

	this.menu_xy1_0 = "-4,2"
	this.menu_width1_0 = 130

	this.item2_1_0 = "Quarterly Commentary"
	this.item2_1_1 = "Mid Cap Performance"
	this.item2_1_2 = "Download Prospectus"
	this.item2_1_3 = "Email an Inquiry"
	
		this.url2_1_0 = 'bacfxcommentary.htm'
	this.url2_1_1 = 'bacfx.htm'
	this.url2_1_2 = 'privacy.htm'
	this.url2_1_3 = 'mailto:mutualfunds@bjurmanbarry.com'

//Sub Menu 2_2

	this.menu_xy1_0 = "-4,2"
	this.menu_width1_0 = 130

	this.item2_2_0 = "Quarterly Commentary"
	this.item2_2_1 = "Small Cap Performance"
	this.item2_2_2 = "Download Prospectus"
	this.item2_2_3 = "Email an Inquiry"
	
		this.url2_2_0 = 'bbsfxcommentary.htm'
	this.url2_2_1 = 'bbsfx.htm'
	this.url2_2_2 = 'privacy.htm'
	this.url2_2_3 = 'mailto:mutualfunds@bjurmanbarry.com'



    //Sub Menu 3

	this.menu_xy3 = "-100,24"
	this.menu_width3 = 130
	
	
	this.item3_0 = "Email / Locate"


	this.url3_0 = 'contact.htm'

	


}///////////////////////// END Menu Data /////////////////////////////////////////


