/*
  --- 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 = [
	
	['Infection Control Manual',null, null,
			['Isolation Precautions',null, null,
		 	['2007 CDC Guideline', 'http://www.cdc.gov/ncidod/dhqp/pdf/guidelines/Isolation2007.pdf',{'tw' : '_blank'}],
			['Types of Precautions', 'precaution.htm', {'tw' : 'main'}],		 
		 ],
		['Isolation/Other Signs','sign.htm', {'tw' : 'main'}],
	],
	
	['Infectious Diseases', null, null,
			['Disease A to F', 'a_list.htm', {'tw' : 'main'}],
			['Disease G to L', 'g_list.htm', {'tw' : 'main'}],
			['Disease M to R', 'm_list.htm', {'tw' : 'main'}],
			['Disease S to Z', 's_list.htm', {'tw' : 'main'}],
	],
	
	['Infection Control Plan', null, null,
		['IC Plan', 'IC_scope_current.htm',{'tw' : 'main'}],
		['Work Plan','sur_table_9-7-2007.htm', {'tw' : 'main'}],
		],
	
	['IC Policies','policy_list.htm', {'tw' : 'main'}
	],
		
	['TB Control', null, null,
	 	['Hours of Operation', 'TB_Hours.htm', {'tw': 'main'}],
	],
		
	['Employee Health','COEM.htm', {'tw' : '_blank'}
	 ],
	
	['Construction', 'construction.htm', {'tw' : 'main'}
	],
	
	['Quality Patient Safety', null, null,
	 	['Website', 'Quality Patient Safety.htm', {'tw': '_blank'}],
		['FAQs', 'pdf/5things_English_short.pdf', {'tw': '_blank'}],
		['FAQs (Spanish)', 'pdf/5things_Spanish_short.pdf', {'tw': '_blank'}],
	],
	
	['Forms/Resources/FAQs', null, null,
	 	['Forms', 'Forms.htm', {'tw': '_blank'}],
		['Training Materials', 'training.htm', {'tw' : 'main'}],
		['SDPH Reportables', 'http://www2.sdcounty.ca.gov/hhsa/ServiceDetails.asp?ServiceID=130', {'tw' : '_blank'}],
		['FAQs', 'help.htm', {'tw' : 'main'}],
	],
	
	['Medical Dictionary', 'dictionary.htm', {'tw' : 'main'}
	],
	
	['SEARCH', 'search.htm', {'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'}],
	],
	*/
];