/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/

var MENU_ITEMS = [
	
	['Projects',null, null,
		['Clinical',null, null,
		 	['NIH Steroid/No-Steroid Study', 'passwd.html',{'tw' : 'main'}],
			['EBV/CMV in Renal Txp', 'http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=pubmed&cmd=Retrieve&dopt=AbstractPlus&list_uids=17300499&query_hl=1&itool=pubmed_docsum', {'tw' : '_blank'}],	
			['ARPKD','http://www.blackwell-synergy.com/doi/abs/10.1111/j.1399-3046.2006.00644.x', {'tw' : '_blank'}],	
			['Drug Toxicity Scoring','http://cjasn.asnjournals.org/cgi/content/abstract/CJN.01320406v1', {'tw' : '_blank'}],	
		  	['Steroids & Early Graft Function','DT.html', {'tw' : 'main'}],
			['Rituximab Rx for AR','DT.html', {'tw' : 'main'}],
			['Rituximab Rx for IgAN','DT.html', {'tw' : 'main'}],
			['Clinical Protocols','protocols.html', {'tw' : 'main'}],
			['Study Protocols and Consent Forms','/forms/consentForms2.html', {'tw' : 'main'}],
		],
		['Bioinformatics',null, null,
		 	['Molecular Profiling Drug Toxicity', 'DT.html',{'tw' : 'main'}],
			['Non-Invasive AR biomarkers', 'DT.html', {'tw' : 'main'}],	
			['Biomarkers for Tolerance','http://microarray-pubs.stanford.edu/tolerance', {'tw' : '_blank'}],
			['Molecular Profiling CAN','DT.html', {'tw' : 'main'}],
			['Molecular Profiling of ImmunoRx','DT.html', {'tw' : 'main'}],	
		 ],
		['Basic Science',null, null,
		 	['Mouse Cystinosis', 'DT.html',{'tw' : 'main'}],
			['Human Cystinosis', 'passwd.html', {'tw' : '_blank'}],	
			['Urinary Biomarkers in Txp','DT.html', {'tw' : 'main'}],
			['Proteomics','DT.html', {'tw' : 'main'}],
			['Tissue Microarrays','DT.html', {'tw' : 'main'}],
			['B cell Biology in Txp','passwd.html', {'tw' : '_blank'}],
		 ],
	],
	
	['People', 'people.html',{'tw' : 'main'}
	],
	
	['Publications', 'publication.html', {'tw' : 'main'}
	 
	],
	
	['Web Supplement', null, null,
	 	['NEJM AR', 'http://genome-www.stanford.edu/rejection/', {'tw' : '_blank'}],
		['Renal Aging', 'http://microarray-pubs.stanford.edu/renalaging/', {'tw' : '_blank'}],
	 	['DN Reg. T Cell', 'http://microarray-pubs.stanford.edu/DN_Treg/', {'tw' : '_blank'}],
		['Tolerance', 'http://microarray-pubs.stanford.edu/tolerance', {'tw' : '_blank'}],
		['LD vs. DD', 'http://sarwal.stanford.edu/Complement/', {'tw' : '_blank'}],
		['Protoarray', 'http://sarwal.stanford.edu/ProtoArray', {'tw' : '_blank'}]
	],
		
	['Resource & Links', 'link.html', {'tw' : 'main'}
		
	],
		
	['Oracle DB', 'https://webdb-test.stanford.edu/pls/htmldb/htmldb_login', {'tw' : '_blank'}
		
	],
	['AILUN Tool', 'http://ailun.stanford.edu', {'tw' : '_blank'}
	
	],
	['Meeting Schedule', 'schedule.html', {'tw' : 'main'}
	
	],
	['Directions & Maps', 'map.html', {'tw' : 'main'}
	
	],
	
	/*['Special Targets', null, null,
		['New Window','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_blank'}],
		['Parent Window','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_parent'}],
		['Same Frame','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_self'}],
	],
	*/
];