//  QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com


/*-------------------------------------------
Unlock codes -- NO NOT REMOVE OR MODIFY --
--------------------------------------------*/

	limit_multiple_users = true
	restrict_access = true
	sequence = '9x44_5'


/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/


	dqm__sub_menu_width = 130      	//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 = 0

	dqm__border_color = "#CCCCCC"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#B1C4E0"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#ECF0F7"		

	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 = "#000000"
	dqm__fontfamily = "Verdana"		//Any available system font     
	dqm__fontsize = 11			//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 = "#000000"
	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 = 2
	dqm__margin_bottom = 3
	dqm__margin_left = 5
	dqm__margin_right = 4

   


/*-------------------------------------------
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.
--------------------------------------------*/



	

    //Absolute positioned icon images (coordinate positioned)

	dqm__2nd_icon_image0 = "/images/common/subnav_arrow.gif"
	dqm__2nd_icon_rollover0 = "/images/common/subnav_arrow.gif"
	dqm__2nd_icon_image_wh0 = "4,7"
	dqm__2nd_icon_image_xy0 = "0,5"



/*---------------------------------------------
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 = "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


    //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__os9_ie5mac_offset_X = 0
	dqm__os9_ie5mac_offset_Y = 0

	dqm__osx_ie5mac_offset_X = 0
	dqm__osx_ie5mac_offset_Y = 0

	dqm__ie4mac_offset_X = 0
	dqm__ie4mac_offset_Y = 0


    //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
	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_width12 = 1;
    //	dqm__divider_height12 = 1;
    //	dqm__textcolor12 = "#1C4EA0"		
    //	dqm__border_color12 = "transparent";     
    //	dqm__menu_bgcolor12 = "transparent"
    //	dqm__hl_bgcolor12 = "#eeeeee"
    //	dqm__hl_textcolor12 = "#1C4EA0"
    //	dqm__text_alignment12 = "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 = "_self"




/**********************************************************************************************
**********************************************************************************************

                           Main Menu Rollover Images and Links  

**********************************************************************************************
**********************************************************************************************/



    // LEFT NAV [About TSRI]

	dqm__rollover_image0 = "/images/common/leftnav_about_tsri_on.gif"
	dqm__rollover_wh0 = "147,19"
	dqm__url0 = "/intro/";   


    // LEFT NAV [Research & Faculty]

	dqm__rollover_image1 = "/images/common/leftnav_research_fac_on.gif"
	dqm__rollover_wh1 = "147,19"
	dqm__url1 = "/research/";


    // LEFT NAV [News and Publications]

	dqm__rollover_image2 = "/images/common/leftnav_news_pubs_on.gif" 
	dqm__rollover_wh2 = "147,19"
	dqm__url2 = "/news/";   
	

    // LEFT NAV [Scientific Calendar]

	dqm__rollover_image3 = "/images/common/leftnav_scientific_cal_on.gif" 
	dqm__rollover_wh3 = "147,19"
	dqm__url3 = "/calendar/";   
  
  
    // LEFT NAV [Scripps Florida]

	dqm__rollover_image4 = "/images/common/leftnav_florida_on.gif" 
	dqm__rollover_wh4 = "147,19"
	dqm__url4 = "/florida/";   


    // LEFT NAV [PhD Program]

	dqm__rollover_image5 = "/images/common/leftnav_phd_program_on.gif" 
	dqm__rollover_wh5 = "147,19"
	dqm__url5 = "/phd/";   
	//dqm__urltarget5 = "_self"

    // LEFT NAV [Campus Services]

	dqm__rollover_image6 = "/images/common/leftnav_campus_services_on.gif" 
	dqm__rollover_wh6 = "147,19"
	dqm__url6 = "/services/";   
	
	
    // LEFT NAV [Working at TSRI]

	dqm__rollover_image7 = "/images/common/leftnav_work_at_tsri_on.gif" 
	dqm__rollover_wh7 = "147,19"
	dqm__url7 = "/hr/";   
	//dqm__urltarget7 = "_self"	

    // LEFT NAV [TSRI in the Community]

	dqm__rollover_image8 = "/images/common/leftnav_community_on.gif" 
	dqm__rollover_wh8 = "147,19"
	dqm__url8 = "/community/";   
	
		
	// LEFT NAV [Giving to TSRI]

	dqm__rollover_image9 = "/images/common/leftnav_giving_on.gif" 
	dqm__rollover_wh9 = "147,19"
	dqm__url9 = "/philanthropy/";   
	//dqm__urltarget9 = "_self"	
		
	// LEFT NAV [Directory]

	dqm__rollover_image10 = "/images/common/leftnav_directory_on.gif" 
	dqm__rollover_wh10 = "147,19"
	dqm__url10 = "/directory/";   
	

	// LEFT NAV [Library (Intranet Only)]

	dqm__rollover_image11 = "/images/common/leftnav_library_on.gif" 
	dqm__rollover_wh11 = "147,19"
	dqm__url11 = "/library/";   
		
	
	
	// LEFT NAV [Contact]

	dqm__rollover_image12 = "/images/common/leftnav_contact_on.gif" 
	dqm__rollover_wh12 = "147,19"
	dqm__url12 = "/contact.phtml";   	
	
	
	// LEFT NAV [Index & Search]

	dqm__rollover_image13 = "/images/common/leftnav_sitemap_search_on.gif" 
	dqm__rollover_wh13 = "147,19"
	dqm__url13 = "/sitemap.php";   		
	
	
	// LEFT NAV [TSRI Home]

	dqm__rollover_image14 = "/images/common/leftnav_tsri_home_on.gif" 
	dqm__rollover_wh14 = "147,19"
	dqm__url14 = "/";  	
	
/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Structure and Text  

**********************************************************************************************
**********************************************************************************************/
   


    // LEFT NAV [About TSRI]

	dqm__sub_xy0 = "1,-3"
	dqm__sub_menu_width0 = 229

	dqm__subdesc0_0 = "Watch DVD"
	dqm__subdesc0_1 = "Overview"
	dqm__subdesc0_2 = "History"
	dqm__subdesc0_3 = "Board of Trustees"
	dqm__subdesc0_4 = "Board of Scientific Governors"
	dqm__subdesc0_5 = "Administration"
	dqm__subdesc0_6 = "Major Scientific Achievements"
	dqm__subdesc0_7 = "Facts-at-a-Glance"
	dqm__subdesc0_8 = "U.S. News & World Report Rankings of Top Grad Schools"
	dqm__subdesc0_9 = "WASC Accreditation of TSRI"
	dqm__subdesc0_10 = "Scripps Research in the Community"
	dqm__subdesc0_11 = "Maps and Directions"

	dqm__icon_index0_0 = 0
	dqm__icon_index0_1 = 0
	dqm__icon_index0_2 = 0
	dqm__icon_index0_3 = 0
	dqm__icon_index0_4 = 0
	dqm__icon_index0_5 = 0
	dqm__icon_index0_6 = 0
	dqm__icon_index0_7 = 0
	dqm__icon_index0_8 = 0
	dqm__icon_index0_9 = 0
	dqm__icon_index0_10 = 0
	dqm__icon_index0_11 = 0
	
	//dqm__2nd_icon_index0_7 = 0

	dqm__url0_0 = "/intro/glance/"
	dqm__url0_1 = "/intro/overview.html"
	dqm__url0_2 = "/intro/history.html"
	dqm__url0_3 = "/intro/trustees.html"
	dqm__url0_4 = "/intro/governors.html"
	dqm__url0_5 = "/intro/admin.html"
	dqm__url0_6 = "/intro/achievements.html"
	dqm__url0_7 = "/intro/facts.html"
	dqm__url0_8 = "/phd/usnewsranking/"
	dqm__url0_9 = "/intro/accreditation.html"
	dqm__url0_10 = "/community/"
  	dqm__url0_11 = "/intro/maps.html"

		// LEFT SUB NAV [Facts-at-a-Glance]
	
		/*dqm__sub_xy0_7 = "0,-2"
		dqm__sub_menu_width0_7 = 228
	
		dqm__subdesc0_7_0 = "Faculty"
		dqm__subdesc0_7_1 = "Employees"	
		dqm__subdesc0_7_2 = "Educational Programs"	
		dqm__subdesc0_7_3 = "Campus Facilities"
		dqm__subdesc0_7_4 = "Finance"
		//dqm__subdesc0_7_5 = "Technology Transfer"	
		
		dqm__icon_index0_7_0 = 0
		dqm__icon_index0_7_1 = 0	
		dqm__icon_index0_7_2 = 0	
		dqm__icon_index0_7_3 = 0	
		dqm__icon_index0_7_4 = 0
		//dqm__icon_index0_7_5 = 0
	
		dqm__url0_7_0 = "/intro/facts.html"
		dqm__url0_7_1 = "/intro/facts.html#employees"
		dqm__url0_7_2 = "/intro/facts.html#edprograms"
		dqm__url0_7_3 = "/intro/facts.html#facilities"
		dqm__url0_7_4 = "/intro/facts.html#finance"
		//dqm__url0_7_5 = "/intro/facts.html#techtransfer"*/
	

		// LEFT SUB NAV [Maps and Directions]
	
		dqm__sub_xy0_11 = "0,-2"
		dqm__sub_menu_width0_11 = 228
	
		dqm__subdesc0_11_0 = "Maps of California campus"
		dqm__subdesc0_11_1 = "Map of Florida campus"		
		 
        dqm__icon_index0_11_0 = 0
		dqm__icon_index0_11_1 = 0	
		
		dqm__url0_11_0 = "/intro/maps.html"
		dqm__url0_11_1 = "/florida/intro/maps.html"
			

    // LEFT NAV [Research & Faculty]

	dqm__sub_xy1 = "1,0"
	dqm__sub_menu_width1 = 229

	dqm__subdesc1_0 = "Faculty"
	dqm__subdesc1_1 = "- Alphabetical listing"
	dqm__subdesc1_2 = "- Research Interests"
	dqm__subdesc1_3 = "Scientific Departments"
	dqm__subdesc1_4 = "Centers and Programs"
	dqm__subdesc1_5 = "Consortia"

	dqm__icon_index1_0 = 0
	dqm__icon_index1_1 = 0
	dqm__icon_index1_2 = 0
	dqm__icon_index1_3 = 0
	dqm__icon_index1_4 = 0
	dqm__icon_index1_5 = 0
	
	dqm__2nd_icon_index1_3 = 0
	dqm__2nd_icon_index1_4 = 0
	dqm__2nd_icon_index1_5 = 0

	dqm__url1_0 = "/research/"
	dqm__url1_1 = "/research/fac_list.php"
	dqm__url1_2 = "/research/fac_interests.php"
	dqm__url1_3 = "/research/"
	dqm__url1_4 = "/research/"
	dqm__url1_5 = "/research/"


		// LEFT SUB NAV [Scientific Departments]
	
		dqm__sub_xy1_3 = "0,-55"
		dqm__sub_menu_width1_3 = 228
	
		dqm__subdesc1_3_0 = "Cancer Biology"
		dqm__subdesc1_3_1 = "Cell Biology"	
		dqm__subdesc1_3_2 = "Chemical Physiology"
		dqm__subdesc1_3_3 =  "Chemistry"	
		dqm__subdesc1_3_4 = "Committee on the Neurobiology of Addictive Disorders"
		dqm__subdesc1_3_5 = "Genetics"
		dqm__subdesc1_3_6 = "Immunology and Microbial Science"
		dqm__subdesc1_3_7 = "Infectology"
		dqm__subdesc1_3_8 = "Metabolism and Aging"
		dqm__subdesc1_3_9 = "Molecular Biology"
		dqm__subdesc1_3_10 = "Molecular and Experimental Medicine"	
		dqm__subdesc1_3_11 = "Molecular and Integrative Neurosciences"		
		dqm__subdesc1_3_12 = "Molecular Therapeutics"
		dqm__subdesc1_3_13 = "Neurobiology"
		dqm__subdesc1_3_14 = "Neuroscience"
		
		dqm__icon_index1_3_0 = 0
		dqm__icon_index1_3_1 = 0	
		dqm__icon_index1_3_2 = 0	
		dqm__icon_index1_3_3 = 0	
		dqm__icon_index1_3_4 = 0
		dqm__icon_index1_3_5 = 0
		dqm__icon_index1_3_6 = 0
	    dqm__icon_index1_3_7 = 0
		dqm__icon_index1_3_8 = 0
	    dqm__icon_index1_3_9 = 0
		dqm__icon_index1_3_10 = 0
		dqm__icon_index1_3_11 = 0
		dqm__icon_index1_3_12 = 0
		dqm__icon_index1_3_13 = 0
		dqm__icon_index1_3_14 = 0

		dqm__url1_3_0 = "/florida/cancerbio/"
		dqm__url1_3_1 = "/cb/"
		dqm__url1_3_2 = "/chemphys/"
		dqm__url1_3_3 = "/chem/"
		dqm__url1_3_4 = "/cnad/"
		dqm__url1_3_5 = "/genetics/"
		dqm__url1_3_6 = "/ims/"
		dqm__url1_3_7 = "/florida/infectology/"
		dqm__url1_3_8 = "/florida/metaging/"
		dqm__url1_3_9 = "/mb/"
		dqm__url1_3_10 = "/mem/"
        dqm__url1_3_11 = "/mind/"
        dqm__url1_3_12 = "/florida/moltherapeutics/"
        dqm__url1_3_13 = "/nb/"
		dqm__url1_3_14 = "/florida/neuro/"

		// LEFT SUB NAV [Centers and Programs]
	
		dqm__sub_xy1_4 = "0,-2"
		dqm__sub_menu_width1_4 = 228
	
		dqm__subdesc1_4_0 = "Center for Integrative Molecular Biosciences (CIMBio)"
		dqm__subdesc1_4_1 = "Harold L. Dorris Neurological Research Institute"	
		dqm__subdesc1_4_2 = "Helen L. Dorris Child and Adolescent Neuro-Psychiatric Disorder Institute"
		dqm__subdesc1_4_3 = "Institute for Childhood and Neglected Diseases"
		dqm__subdesc1_4_4 = "Molecular Screening Center"
		dqm__subdesc1_4_5 = "IAVI's Neutralizing Antibody Center @ Scripps Research"	
		dqm__subdesc1_4_6 = "Pearson Center for Alcohol and Addiction Research"	
		dqm__subdesc1_4_7 = "Program in Neurosciences"
		dqm__subdesc1_4_8 = "Scripps Translational Science Institute"
		dqm__subdesc1_4_9 = "The Skaggs Institute for Chemical Biology"
		dqm__subdesc1_4_10 = "Translational Research Institute"
		dqm__subdesc1_4_11 = "The Worm Institute for Research and Medicine"
		
		dqm__icon_index1_4_0 = 0
		dqm__icon_index1_4_1 = 0	
		dqm__icon_index1_4_2 = 0	
		dqm__icon_index1_4_3 = 0	
		dqm__icon_index1_4_4 = 0
		dqm__icon_index1_4_5 = 0
		dqm__icon_index1_4_6 = 0
		dqm__icon_index1_4_7 = 0
		dqm__icon_index1_4_8 = 0
		dqm__icon_index1_4_9 = 0
		dqm__icon_index1_4_10 = 0
		dqm__icon_index1_4_11 = 0
		
		dqm__url1_4_0 = "/research/cimbio/"
		dqm__url1_4_1 = "/research/harolddorris/"
		dqm__url1_4_2 = "/research/helendorris/"
		dqm__url1_4_3 = "/research/icnd/centerindex.html"
		dqm__url1_4_4 = "http://mlpcn.florida.scripps.edu/"
		dqm__url1_4_5 = "/research/nac/"
		dqm__url1_4_6 = "/research/pearsonctr/"
		dqm__url1_4_7 = "/research/nsp/"
		dqm__url1_4_8 = "http://www.stsiweb.org"
		dqm__url1_4_9 = "/research/skaggs/"
		dqm__url1_4_10 = "/florida/tri/"
		dqm__url1_4_11 = "/research/wirm/"

		// LEFT SUB NAV [Consortia]
	
		dqm__sub_xy1_5 = "0,-2"
		dqm__sub_menu_width1_5 = 228
	
		dqm__subdesc1_5_0 = "Consortium for Functional Glycomics"
		dqm__subdesc1_5_1 = "Integrated Neuroscience Initiative on Alcoholism"
		dqm__subdesc1_5_2 = "Joint Center for Structural Genomics"	
		dqm__subdesc1_5_3 = "NEI Core Grant for Vision Science"
		//dqm__subdesc1_5_4 = "Scripps NeuroAIDS Preclinical Studies (SNAPS)"
		//dqm__subdesc1_5_5 = "Innate Immune Grant"	
		
		dqm__icon_index1_5_0 = 0
		dqm__icon_index1_5_1 = 0	
		dqm__icon_index1_5_2 = 0	
		dqm__icon_index1_5_3 = 0	
		//dqm__icon_index1_5_4 = 0
		//dqm__icon_index1_5_5 = 0
	
		dqm__url1_5_0 = "http://glycomics.scripps.edu/CFGhome.html"
		dqm__url1_5_1 = "/cnad/inia/"
		dqm__url1_5_2 = "http://www.jcsg.org/"
		dqm__url1_5_3 = "http://core-eye.scripps.edu"
		//dqm__url1_5_4 = "http://bigdaddy.scripps.edu/darlene/snaps/snaps.htm"
		//dqm__url1_5_4 = "/research/iig/"
		
	// LEFT NAV [News and Publications]

	   dqm__sub_xy2 = "1,0"
	   dqm__sub_menu_width2 = 229

	   dqm__subdesc2_0 = "News" 
	   dqm__subdesc2_1 = "Publications"
	   dqm__subdesc2_2 = "Information for Journalists"
	   dqm__subdesc2_3 = "Resources"
	   dqm__subdesc2_4 = "Calendar of Events"
	   
	   dqm__icon_index2_0 = 0
	   dqm__icon_index2_1 = 0
	   dqm__icon_index2_2 = 0
	   dqm__icon_index2_3 = 0
	   dqm__icon_index2_4 = 0
	
	   dqm__2nd_icon_index2_0 = 0
	   dqm__2nd_icon_index2_1 = 0
	   dqm__2nd_icon_index2_2 = 0
	   dqm__2nd_icon_index2_3 = 0
	  //dqm__2nd_icon_index2_4 = 0

	   dqm__url2_0 = "/news/"
	   dqm__url2_1 = "/news/"
	   dqm__url2_2 = "/news/"
	   dqm__url2_3 = "/news/"
	   dqm__url2_4 = "/calendar/"


		// LEFT SUB NAV [News]
	
		  dqm__sub_xy2_0 = "1,0"
		  dqm__sub_menu_width2_0 = 228
	
		  dqm__subdesc2_0_0 = "Scripps in the News"
		  dqm__subdesc2_0_1 = "News Releases 2008-2009"
		  dqm__subdesc2_0_2 = "News Releases - Florida"
		  dqm__subdesc2_0_3 = "News Releases Archive"	
		  //dqm__subdesc2_0_4 = "News Releases Subscription Service"
		  //dqm__subdesc2_0_4 = "News subscription service"
		  //dqm__subdesc2_0_5 = "News subscription service"
		  //dqm__subdesc2_0_6 = "Media info./contact"
		  //dqm__subdesc2_0_7 = "Media Guidelines"
		
		  dqm__icon_index2_0_0 = 0
		  dqm__icon_index2_0_1 = 0	
		  dqm__icon_index2_0_2 = 0	
		  dqm__icon_index2_0_3 = 0	
		 //dqm__icon_index2_0_4 = 0
		//dqm__icon_index2_0_5 = 0
		//dqm__icon_index2_0_6 = 0
		//dqm__icon_index2_0_7 = 0
	
		   dqm__url2_0_0 = "/news/inthenews.html"
		   dqm__url2_0_1 = "/news/press/"
		   dqm__url2_0_2 = "/news/press/florida.html"
		   dqm__url2_0_3 = "/news/press/archive.html"
		 //dqm__url2_0_4 = "/news/inforequest.phtml"
		//dqm__url2_0_4 = "/news/featuresarchive"
		//dqm__url2_0_5 = "#"
		//dqm__url2_0_6 = "/news/contact.html"
		//dqm__url2_0_7 = "/news/mediaguide.html"


		// LEFT SUB NAV [Publications]
	
		   dqm__sub_xy2_1 = "1,-2"
		   dqm__sub_menu_width2_1 = 228
	
		   dqm__subdesc2_1_0 = "News & Views"
		   dqm__subdesc2_1_1 = "Endeavor Magazine"	
		   dqm__subdesc2_1_2 = "Scripps Research Scientific Report"	
		   dqm__subdesc2_1_3 = "Scripps Florida Scientific Report"
		   dqm__subdesc2_1_4 = "Skaggs Institute Scientific Report"
		   dqm__subdesc2_1_5 = "Publications Subscription Service"
		//dqm__subdesc2_1_5 = "Virtual Tour"
		//dqm__subdesc2_1_6 = "Photos and Graphics"
		//dqm__subdesc2_1_7 = "Maps and Directions"
		
		   dqm__icon_index2_1_0 = 0
		   dqm__icon_index2_1_1 = 0	
		   dqm__icon_index2_1_2 = 0	
		   dqm__icon_index2_1_3 = 0	
		   dqm__icon_index2_1_4 = 0
		   dqm__icon_index2_1_5 = 0
		//dqm__icon_index2_1_5 = 0
		//dqm__icon_index2_1_6 = 0
		//dqm__icon_index2_1_7 = 0
	
		   dqm__url2_1_0 = "/newsandviews/"
		   dqm__url2_1_1 = "/news/endeavor/"
		   dqm__url2_1_2 = "/news/sr/"
		   dqm__url2_1_3 = "/news/sr/flindex.html"
		   dqm__url2_1_4 = "/news/sk/"
		   dqm__url2_1_5 = "/news/inforequest.phtml"
		//dqm__url2_1_5 = "/virtualtour"
		//dqm__url2_1_6 = "/news/photos"
		//dqm__url2_1_7 = "/abouttsri/maps.html"


		// LEFT SUB NAV [Information for Journalists]
	
		   dqm__sub_xy2_2 = "1,-2"
		   dqm__sub_menu_width2_2 = 228
	
		   dqm__subdesc2_2_0 = "Contacts"
		   dqm__subdesc2_2_1 = "Media Guidelines"	
		   dqm__subdesc2_2_2 = "Publications Subscription Service"	
		  //dqm__subdesc2_2_3 = "The Skaggs Institute Scientific Report"
		 //dqm__subdesc2_2_4 = "TSR-Eye"
		
		   dqm__icon_index2_2_0 = 0
		   dqm__icon_index2_2_1 = 0	
		   dqm__icon_index2_2_2 = 0	
		 //dqm__icon_index2_2_3 = 0	
		 //dqm__icon_index2_2_4 = 0
	
		   dqm__url2_2_0 = "/news/info.html"
		   dqm__url2_2_1 = "/news/mediaguide.html"
		   dqm__url2_2_2 = "/news/inforequest.phtml"
		 //dqm__url2_2_3 = "/research/sk/"
		 //dqm__url2_2_4 = "/services/tsr-eye"
		
		
       // LEFT SUB NAV [Resources]
	
		   dqm__sub_xy2_3 = "1,-2"
		   dqm__sub_menu_width2_3 = 228
	
		   dqm__subdesc2_3_0 = "Facts-at-a Glance"
		   dqm__subdesc2_3_1 = "Science @ Scripps Research"	
		   dqm__subdesc2_3_2 = "Faculty/Research Directory"	
		  // dqm__subdesc2_3_3 = "Virtual Tour"
		   dqm__subdesc2_3_3 = "Maps & Directions"
		
		   dqm__icon_index2_3_0 = 0
		   dqm__icon_index2_3_1 = 0	
		   dqm__icon_index2_3_2 = 0	
		   dqm__icon_index2_3_3 = 0	
		 //dqm__icon_index2_2_4 = 0
	
		   dqm__url2_3_0 = "/intro/facts.html"
		   dqm__url2_3_1 = "/news/science.html"
		   dqm__url2_3_2 = "/news/faculty.html"
		   //dqm__url2_3_3 = "/virtualtour/"
		   dqm__url2_3_3 = "/intro/maps.html"


    // LEFT NAV [Scientific Calendars]

	dqm__sub_xy3 = "1,0"
	dqm__sub_menu_width3 = 229

	dqm__subdesc3_0 = "Scripps Research Calendar of Events" 
	dqm__subdesc3_1 = "San Diego Biotechnology Calendar"
	dqm__subdesc3_2 = "CONNECT Newsletter"
	dqm__subdesc3_3 = "BIOCOM/San Diego Event Calendar"
	dqm__subdesc3_4 = "The Salk Bulletin"

	dqm__icon_index3_0 = 0
	dqm__icon_index3_1 = 0
	dqm__icon_index3_2 = 0
	dqm__icon_index3_3 = 0
	dqm__icon_index3_4 = 0
	
	dqm__url3_0 = "/calendar/"
	dqm__url3_1 = "http://www.biotech-calendar.com/sdcal/index.html"
	dqm__url3_2 = "http://www.connect.org/press/newsletter.htm"
	dqm__url3_3 = "http://www.biocom.org/event/"
	dqm__url3_4 = "http://www.salk.edu/events/scientific_seminars.html"
	

   // LEFT NAV [Campus Services]

	dqm__sub_xy6 = "1,0"
	dqm__sub_menu_width6 = 229

	dqm__subdesc6_0 = "Administrative Services"
	dqm__subdesc6_1 = "Affinity Groups"
	dqm__subdesc6_2 = "Postdoctoral Resources"
	dqm__subdesc6_3 = "Research Education and Compliance"
	dqm__subdesc6_4 = "Research Services"
	dqm__subdesc6_5 = "Training Programs"
	
	dqm__icon_index6_0 = 0
	dqm__icon_index6_1 = 0
	dqm__icon_index6_2 = 0
	dqm__icon_index6_3 = 0
	dqm__icon_index6_4 = 0
	dqm__icon_index6_5 = 0
	
	dqm__2nd_icon_index6_0 = 0
	dqm__2nd_icon_index6_1 = 0
	dqm__2nd_icon_index6_2 = 0
	//dqm__2nd_icon_index6_3 = 0
	dqm__2nd_icon_index6_4 = 0
	dqm__2nd_icon_index6_5 = 0

	dqm__url6_0 = "/services/"
	dqm__url6_1 = "/services/"
	dqm__url6_2 = "/services/i_index.html#postdoc"
	dqm__url6_3 = "/researchservices/rec/"
	dqm__url6_4 = "/researchservices/"
	dqm__url6_5 = "/services/"


		// LEFT SUB NAV [Administrative Services]
	
		dqm__sub_xy6_0 = "1,-230"
		dqm__sub_menu_width6_0 = 190
	
		dqm__subdesc6_0_0 = "BioMedical Graphics"	
		dqm__subdesc6_0_1 = "Cafeteria"
		dqm__subdesc6_0_2 = "Calendar Office"
		dqm__subdesc6_0_3 = "Career Information & Resources"
		dqm__subdesc6_0_4 = "Gluck Child Care Center"
		dqm__subdesc6_0_5 = "International Office"	
		dqm__subdesc6_0_6 = "Network for Women in Science"
		dqm__subdesc6_0_7 = "Parking"
		dqm__subdesc6_0_8 = "Postdoctoral Services"
		dqm__subdesc6_0_9 = "San Diego Chapter, Society of Neuroscience"
		dqm__subdesc6_0_10 = "Security"
		dqm__subdesc6_0_11 = "Society of Fellows"
		dqm__subdesc6_0_12 = "Sports@Scripps"
		dqm__subdesc6_0_13 = "Webmaster"
		
		dqm__icon_index6_0_0 = 0
		dqm__icon_index6_0_1 = 0	
		dqm__icon_index6_0_2 = 0	
		dqm__icon_index6_0_3 = 0
		dqm__icon_index6_0_4 = 0
		dqm__icon_index6_0_5 = 0
		dqm__icon_index6_0_6 = 0
		dqm__icon_index6_0_7 = 0
		dqm__icon_index6_0_8 = 0
		dqm__icon_index6_0_9 = 0
		dqm__icon_index6_0_10 = 0
		dqm__icon_index6_0_11 = 0
		dqm__icon_index6_0_12 = 0
		dqm__icon_index6_0_13 = 0

		dqm__url6_0_0 = "/services/graphics/"
		dqm__url6_0_1 = "/services/cafeteria/"
		dqm__url6_0_2 = "/calendar/"
		dqm__url6_0_3 = "/services/careers/"
		dqm__url6_0_4 = "/services/gluck/"
		dqm__url6_0_5 = "/services/isso/"
		dqm__url6_0_6 = "/services/nwis/"
		dqm__url6_0_7 = "/services/parking/"
		dqm__url6_0_8 = "/services/postdocs/"
		dqm__url6_0_9 = "/services/sdneuro/"
		dqm__url6_0_10 = "/services/security/"
		dqm__url6_0_11 = "/services/sof/"
		dqm__url6_0_12 = "/services/sports/"
		dqm__url6_0_13 = "/rc/webmaster/"


		// LEFT SUB NAV [Affinity Groups]
	
		dqm__sub_xy6_1 = "0,-72"
		dqm__sub_menu_width6_1 = 228
	
		dqm__subdesc6_1_0 = "Cancer"
		dqm__subdesc6_1_1 = "Cell Biology"
		dqm__subdesc6_1_2 = "Genetics"	
		dqm__subdesc6_1_3 = "Immunology"	
		dqm__subdesc6_1_4 = "Neurosciences"
		dqm__subdesc6_1_5 = "Pathogenesis"
		dqm__subdesc6_1_6 = "Research-in-Progress"
		dqm__subdesc6_1_7 = "Structure and Chemistry"
		dqm__subdesc6_1_8 = "Vascular Biology"
		
		dqm__icon_index6_1_0 = 0
		dqm__icon_index6_1_1 = 0	
		dqm__icon_index6_1_2 = 0	
		dqm__icon_index6_1_3 = 0
		dqm__icon_index6_1_4 = 0
		dqm__icon_index6_1_5 = 0
		dqm__icon_index6_1_6 = 0
		dqm__icon_index6_1_7 = 0
	    dqm__icon_index6_1_8 = 0
		
		dqm__url6_1_0 = "/affinity/cancer_affinity/"
		dqm__url6_1_1 = "/affinity/cb_affinity/"
		dqm__url6_1_2 = "/affinity/genetics/"
		dqm__url6_1_3 = "/affinity/imm_affinity/"
		dqm__url6_1_4 = "/affinity/seminars/"
		dqm__url6_1_5 = "/affinity/pathogenesis/"
		dqm__url6_1_6 = "/affinity/progress/"
		dqm__url6_1_7 = "/affinity/sc_affinity/"
		dqm__url6_1_8 = "/affinity/vbcal/"
		

      // LEFT SUB NAV [PostDoc Resources]
	
		dqm__sub_xy6_2 = "0,0"
		dqm__sub_menu_width6_2 = 228
	
		dqm__subdesc6_2_0 = "Postdoctoral Services Office"
		dqm__subdesc6_2_1 = "Society of Fellows"	
				
		dqm__icon_index6_2_0 = 0
		dqm__icon_index6_2_1 = 0	
		
		dqm__url6_2_0 = "/services/postdocs/"
		dqm__url6_2_1 = "/services/sof/"
		

		// LEFT SUB NAV [Research Services]
	
		dqm__sub_xy6_4 = "0,-100"
		dqm__sub_menu_width6_4 = 190
	
		dqm__subdesc6_4_0 = "Center for Mass Spectrometry"
		dqm__subdesc6_4_1 = "Center for Protein and Nucleic Acid Research"
		dqm__subdesc6_4_2 = "DNA Array Core"	
		dqm__subdesc6_4_3 = "Core Microscopy"
		dqm__subdesc6_4_4 = "Flow Cytometry"
		dqm__subdesc6_4_5 = "Histology Core"
		dqm__subdesc6_4_6 = "Informatics Core"
		dqm__subdesc6_4_7 = "IT Services"
		dqm__subdesc6_4_8 = "NMR Facility"
		dqm__subdesc6_4_9 = "Normal Blood Donor Service"
		dqm__subdesc6_4_10 = "Office of Research Grant Development"
		dqm__subdesc6_4_11 = "X-ray Crystallography"
		
		dqm__icon_index6_4_0 = 0
		dqm__icon_index6_4_1 = 0	
		dqm__icon_index6_4_2 = 0	
		dqm__icon_index6_4_3 = 0
		dqm__icon_index6_4_4 = 0
		dqm__icon_index6_4_5 = 0
		dqm__icon_index6_4_6 = 0
		dqm__icon_index6_4_7 = 0
		dqm__icon_index6_4_8 = 0
        dqm__icon_index6_4_9 = 0
		dqm__icon_index6_4_10 = 0
		dqm__icon_index6_4_11 = 0
       
		
		dqm__url6_4_0 = "/researchservices/massspec/"
		dqm__url6_4_1 = "/researchservices/corefac/"
		dqm__url6_4_2 = "/researchservices/dna_array/dna_array.html"
		dqm__url6_4_3 = "/researchservices/em/"
		dqm__url6_4_4 = "/researchservices/facs/"
		dqm__url6_4_5 = "/researchservices/histology/"
		dqm__url6_4_6 = "/researchservices/informaticscore/"
		dqm__url6_4_7 = "/rc/"
		dqm__url6_4_8 = "/researchservices/chemnmr/"
		dqm__url6_4_9 = "/researchservices/nbd/"
		dqm__url6_4_10 = "/researchservices/orgd/"	
		dqm__url6_4_11 = "/researchservices/xray/"			
		

		// LEFT SUB NAV [Training Programs]
	
		dqm__sub_xy6_5 = "0,-82"
		dqm__sub_menu_width6_5 = 228
	
		dqm__subdesc6_5_0 = "Immunology and Vascular Biology Training Program"
		dqm__subdesc6_5_1 = "Interdisciplinary Training Program In Immunology"	
		dqm__subdesc6_5_2 = "La Jolla Interfaces in Science"	
		dqm__subdesc6_5_3 = "NIH Postdoctoral Training Grant in Immunology"
		dqm__subdesc6_5_4 = "Molecular Basis of Viral Pathogenesis"
		
		dqm__icon_index6_5_0 = 0
		dqm__icon_index6_5_1 = 0	
		dqm__icon_index6_5_2 = 0	
		dqm__icon_index6_5_3 = 0
		dqm__icon_index6_5_4 = 0
	
		dqm__url6_5_0 = "/ims/curtiss/training/"
		dqm__url6_5_1 = "/phd/biograd/intertrainpro.html"
		dqm__url6_5_2 = "http://ljis.ucsd.edu"
		dqm__url6_5_3 = "/ims/training/"
		dqm__url6_5_4 = "/mem/torbett/training/"

  // LEFT NAV [TSRI in the Community]

	dqm__sub_xy8 = "1,0"
	dqm__sub_menu_width8 = 190

	dqm__subdesc8_0 = "Regional Programs"
	dqm__subdesc8_1 = "National Programs"

	dqm__icon_index8_0 = 0

	dqm__url8_0 = "/community/"
	
	dqm__2nd_icon_index8_0 = 0

    dqm__url8_0 = "/community/"
	
	
	// LEFT SUB NAV [TSRI in the Community]
	
		  dqm__sub_xy8_0 = "1,0"
		  dqm__sub_menu_width8_0 = 150
	
		  dqm__subdesc8_0_0 = "California"
		  dqm__subdesc8_0_1 = "Florida"
		  
		  dqm__icon_index8_0_0 = 0
		  dqm__icon_index8_0_1 = 0	
		  
		  dqm__url8_0_0 = "/community/"
		  dqm__url8_0_1 = "/florida/edprograms/"
		  
		
    // LEFT NAV [Index & Search]

	dqm__sub_xy13 = "1,0"
	dqm__sub_menu_width13 = 190

	dqm__subdesc13_0 = "Index/Sitemap"
	dqm__subdesc13_1 = "Search"

	dqm__icon_index13_0 = 0
	dqm__icon_index13_1 = 0

	dqm__url13_0 = "/sitemap.php"
	dqm__url13_1 = "/search.php"
