/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=24;			// Number of first level items
	var LowBgColor='#E2C3CB';			// Background color when mouse is not over
	var LowSubBgColor='#E2C3CB';			// Background color when mouse is not over on subs
	var HighBgColor='WHITE';			// Background color when mouse is over
	var HighSubBgColor='#A03952';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='#A03952';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='#E2C3CB';			// Border color
	var BorderSubColor='#A03952';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="helvetica,arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle' or 'bottom'
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=160;				// Menu offset x coordinate
	var StartLeft=10;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=20;				// Left padding
	var TopPaddng=0;				// Top padding
	var FirstLineHorizontal=0;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// DIV id for relative positioning (refer to config.htm for info)
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("<div id=menuitem3>HOME</div>","index.html","",0,25,158);
Menu2=new Array("<div id=menuitem3>WHAT'S NEW</div>","new.html","",0,25,158);

Menu3=new Array("<div id=menuitem2>Information by Location:</div>","","",0,20,158);
Menu4=new Array("Washington","","",10,18,158);
	Menu4_1=new Array("Allied Health","location_profession.php?location_id=1&profession_id=1","",0,16,150);
	Menu4_2=new Array("Mental Health","location_profession.php?location_id=1&profession_id=2","",0,16,150);
	Menu4_3=new Array("Nursing","location_profession.php?location_id=1&profession_id=3","",0,16,150);
	Menu4_4=new Array("Oral Health","location_profession.php?location_id=1&profession_id=4","",0,16,150);
	Menu4_5=new Array("Pharmacy","location_profession.php?location_id=1&profession_id=5","",0,16,150);
	Menu4_6=new Array("Physicians","location_profession.php?location_id=1&profession_id=6","",0,16,150);
	Menu4_7=new Array("Other/Multiple Professions","location_profession.php?location_id=1&profession_id=7","",0,30,150);
	Menu4_8=new Array("Hospitals","location_profession.php?location_id=1&profession_id=8","",0,16,150);
	Menu4_9=new Array("Other Work Settings","location_profession.php?location_id=1&profession_id=9","",0,16,150);
	Menu4_10=new Array("All Studies","location_all.php?location_id=1","",0,16,150);
	

Menu5=new Array("Wyoming","","",10,20,150);
	Menu5_1=new Array("Allied Health","location_profession.php?location_id=2&profession_id=1","",0,16,150);
	Menu5_2=new Array("Mental Health","location_profession.php?location_id=2&profession_id=2","",0,16,150);
	Menu5_3=new Array("Nursing","location_profession.php?location_id=2&profession_id=3","",0,16,150);
	Menu5_4=new Array("Oral Health","location_profession.php?location_id=2&profession_id=4","",0,16,150);
	Menu5_5=new Array("Pharmacy","location_profession.php?location_id=2&profession_id=5","",0,16,150);
	Menu5_6=new Array("Physicians","location_profession.php?location_id=2&profession_id=6","",0,16,150);
	Menu5_7=new Array("Other/Multiple Professions","location_profession.php?location_id=2&profession_id=7","",0,30,150);
	Menu5_8=new Array("Hospitals","location_profession.php?location_id=2&profession_id=8","",0,16,150);
	Menu5_9=new Array("Other Work Settings","location_profession.php?location_id=2&profession_id=9","",0,16,150);
	Menu5_10=new Array("All Studies","location_all.php?location_id=2","",0,16,150);
	
Menu6=new Array("Alaska","","",10,18,158);
	Menu6_1=new Array("Allied Health","location_profession.php?location_id=3&profession_id=1","",0,16,150);
	Menu6_2=new Array("Mental Health","location_profession.php?location_id=3&profession_id=2","",0,16,150);
	Menu6_3=new Array("Nursing","location_profession.php?location_id=3&profession_id=3","",0,16,150);
	Menu6_4=new Array("Oral Health","location_profession.php?location_id=3&profession_id=4","",0,16,150);
	Menu6_5=new Array("Pharmacy","location_profession.php?location_id=3&profession_id=5","",0,16,150);
	Menu6_6=new Array("Physicians","location_profession.php?location_id=3&profession_id=6","",0,16,150);
	Menu6_7=new Array("Other/Multiple Professions","location_profession.php?location_id=3&profession_id=7","",0,30,150);
	Menu6_8=new Array("Hospitals","location_profession.php?location_id=3&profession_id=8","",0,16,150);
	Menu6_9=new Array("Other Work Settings","location_profession.php?location_id=3&profession_id=9","",0,16,150);
	Menu6_10=new Array("All Studies","location_all.php?location_id=3","",0,16,150);
	
Menu7=new Array("Montana","","",10,20,150);
	Menu7_1=new Array("Allied Health","location_profession.php?location_id=4&profession_id=1","",0,16,150);
	Menu7_2=new Array("Mental Health","location_profession.php?location_id=4&profession_id=2","",0,16,150);
	Menu7_3=new Array("Nursing","location_profession.php?location_id=4&profession_id=3","",0,16,150);
	Menu7_4=new Array("Oral Health","location_profession.php?location_id=4&profession_id=4","",0,16,150);
	Menu7_5=new Array("Pharmacy","location_profession.php?location_id=4&profession_id=5","",0,16,150);
	Menu7_6=new Array("Physicians","location_profession.php?location_id=4&profession_id=6","",0,16,150);
	Menu7_7=new Array("Other/Multiple Professions","location_profession.php?location_id=4&profession_id=7","",0,30,150);
	Menu7_8=new Array("Hospitals","location_profession.php?location_id=4&profession_id=8","",0,16,150);
	Menu7_9=new Array("Other Work Settings","location_profession.php?location_id=4&profession_id=9","",0,16,150);
	Menu7_10=new Array("All Studies","location_all.php?location_id=4","",0,16,150);

Menu8=new Array("Idaho","","",10,18,158);
	Menu8_1=new Array("Allied Health","location_profession.php?location_id=5&profession_id=1","",0,16,150);
	Menu8_2=new Array("Mental Health","location_profession.php?location_id=5&profession_id=2","",0,16,150);
	Menu8_3=new Array("Nursing","location_profession.php?location_id=5&profession_id=3","",0,16,150);
	Menu8_4=new Array("Oral Health","location_profession.php?location_id=5&profession_id=4","",0,16,150);
	Menu8_5=new Array("Pharmacy","location_profession.php?location_id=5&profession_id=5","",0,16,150);
	Menu8_6=new Array("Physicians","location_profession.php?location_id=5&profession_id=6","",0,16,150);
	Menu8_7=new Array("Other/Multiple Professions","location_profession.php?location_id=5&profession_id=7","",0,30,150);
	Menu8_8=new Array("Hospitals","location_profession.php?location_id=5&profession_id=8","",0,16,150);
	Menu8_9=new Array("Other Work Settings","location_profession.php?location_id=5&profession_id=9","",0,16,150);
	Menu8_10=new Array("All Studies","location_all.php?location_id=5","",0,16,150);
	
Menu9=new Array("National","","",10,18,158);
	Menu9_1=new Array("Allied Health","location_profession.php?location_id=6&profession_id=1","",0,16,150);
	Menu9_2=new Array("Mental Health","location_profession.php?location_id=6&profession_id=2","",0,16,150);
	Menu9_3=new Array("Nursing","location_profession.php?location_id=6&profession_id=3","",0,16,150);
	Menu9_4=new Array("Oral Health","location_profession.php?location_id=6&profession_id=4","",0,16,150);
	Menu9_5=new Array("Pharmacy","location_profession.php?location_id=6&profession_id=5","",0,16,150);
	Menu9_6=new Array("Physicians","location_profession.php?location_id=6&profession_id=6","",0,16,150);
	Menu9_7=new Array("Other/Multiple Professions","location_profession.php?location_id=6&profession_id=7","",0,30,150);
	Menu9_8=new Array("Hospitals","location_profession.php?location_id=6&profession_id=8","",0,16,150);
	Menu9_9=new Array("Other Work Settings","location_profession.php?location_id=6&profession_id=9","",0,16,150);
	Menu9_10=new Array("All Studies","location_all.php?location_id=6","",0,16,150);
	
Menu10=new Array("Other","","",10,18,158);
	Menu10_1=new Array("Allied Health","location_profession.php?location_id=8&profession_id=1","",0,16,150);
	Menu10_2=new Array("Mental Health","location_profession.php?location_id=8&profession_id=2","",0,16,150);
	Menu10_3=new Array("Nursing","location_profession.php?location_id=8&profession_id=3","",0,16,150);
	Menu10_4=new Array("Oral Health","location_profession.php?location_id=8&profession_id=4","",0,16,150);
	Menu10_5=new Array("Pharmacy","location_profession.php?location_id=8&profession_id=5","",0,16,150);
	Menu10_6=new Array("Physicians","location_profession.php?location_id=8&profession_id=6","",0,16,150);
	Menu10_7=new Array("Other/Multiple Professions","location_profession.php?location_id=8&profession_id=7","",0,30,150);
	Menu10_8=new Array("Hospitals","location_profession.php?location_id=8&profession_id=8","",0,16,150);
	Menu10_9=new Array("Other Work Settings","location_profession.php?location_id=8&profession_id=9","",0,16,150);
	Menu10_10=new Array("All Studies","location_all.php?location_id=8","",0,16,150);

Menu11=new Array("<div id=menuitem2>Information by Profession/ Work Setting:</div>","","",0,40,158);
Menu12=new Array("Allied Health","","",8,18,158);
	Menu12_1=new Array("Washington","location_profession.php?location_id=1&profession_id=1","",0,20,160);
	Menu12_2=new Array("Wyoming","location_profession.php?location_id=2&profession_id=1","",0,20,160);
	Menu12_3=new Array("Alaska","location_profession.php?location_id=3&profession_id=1","",0,20,160);
	Menu12_4=new Array("Montana","location_profession.php?location_id=4&profession_id=1","",0,20,160);
	Menu12_5=new Array("Idaho","location_profession.php?location_id=5&profession_id=1","",0,20,160);
	Menu12_6=new Array("National","location_profession.php?location_id=6&profession_id=1","",0,20,160);
	Menu12_7=new Array("Other","location_profession.php?location_id=8&profession_id=1","",0,20,160);
	Menu12_8=new Array("All Studies","profession_all.php?profession_id=1","",0,20,160);
	
Menu13=new Array("Mental Health","","",8,18,158);
	Menu13_1=new Array("Washington","location_profession.php?location_id=1&profession_id=2","",0,20,160);
	Menu13_2=new Array("Wyoming","location_profession.php?location_id=2&profession_id=2","",0,20,160);
	Menu13_3=new Array("Alaska","location_profession.php?location_id=3&profession_id=2","",0,20,160);
	Menu13_4=new Array("Montana","location_profession.php?location_id=4&profession_id=2","",0,20,160);
	Menu13_5=new Array("Idaho","location_profession.php?location_id=5&profession_id=2","",0,20,160);
	Menu13_6=new Array("National","location_profession.php?location_id=6&profession_id=2","",0,20,160);
	Menu13_7=new Array("Other","location_profession.php?location_id=8&profession_id=2","",0,20,160);
	Menu13_8=new Array("All Studies","profession_all.php?profession_id=2","",0,20,160);
	
Menu14=new Array("Nursing","","",8,18);
	Menu14_1=new Array("Washington","location_profession.php?location_id=1&profession_id=3","",0,20,160);
	Menu14_2=new Array("Wyoming","location_profession.php?location_id=2&profession_id=3","",0,20,160);
	Menu14_3=new Array("Alaska","location_profession.php?location_id=3&profession_id=3","",0,20,160);
	Menu14_4=new Array("Montana","location_profession.php?location_id=4&profession_id=3","",0,20,160);
	Menu14_5=new Array("Idaho","location_profession.php?location_id=5&profession_id=3","",0,20,160);
	Menu14_6=new Array("National","location_profession.php?location_id=6&profession_id=3","",0,20,160);
	Menu14_7=new Array("Other","location_profession.php?location_id=8&profession_id=3","",0,20,160);
	Menu14_8=new Array("All Studies","profession_all.php?profession_id=3","",0,20,160);
	
Menu15=new Array("Oral Health","","",8,18);
	Menu15_1=new Array("Washington","location_profession.php?location_id=1&profession_id=4","",0,20,160);
	Menu15_2=new Array("Wyoming","location_profession.php?location_id=2&profession_id=4","",0,20,160);
	Menu15_3=new Array("Alaska","location_profession.php?location_id=3&profession_id=4","",0,20,160);
	Menu15_4=new Array("Montana","location_profession.php?location_id=4&profession_id=4","",0,20,160);
	Menu15_5=new Array("Idaho","location_profession.php?location_id=5&profession_id=4","",0,20,160);
	Menu15_6=new Array("National","location_profession.php?location_id=6&profession_id=4","",0,20,160);
	Menu15_7=new Array("Other","location_profession.php?location_id=8&profession_id=4","",0,20,160);
	Menu15_8=new Array("All Studies","profession_all.php?profession_id=4","",0,20,160);
	
Menu16=new Array("Pharmacy","","",8,18);
	Menu16_1=new Array("Washington","location_profession.php?location_id=1&profession_id=5","",0,20,160);
	Menu16_2=new Array("Wyoming","location_profession.php?location_id=2&profession_id=5","",0,20,160);
	Menu16_3=new Array("Alaska","location_profession.php?location_id=3&profession_id=5","",0,20,160);
	Menu16_4=new Array("Montana","location_profession.php?location_id=4&profession_id=5","",0,20,160);
	Menu16_5=new Array("Idaho","location_profession.php?location_id=5&profession_id=5","",0,20,160);
	Menu16_6=new Array("National","location_profession.php?location_id=6&profession_id=5","",0,20,160);
	Menu16_7=new Array("Other","location_profession.php?location_id=8&profession_id=5","",0,20,160);
	Menu16_8=new Array("All Studies","profession_all.php?profession_id=5","",0,20,160);
	
Menu17=new Array("Physicians","","",8,18);
	Menu17_1=new Array("Washington","location_profession.php?location_id=1&profession_id=6","",0,20,160);
	Menu17_2=new Array("Wyoming","location_profession.php?location_id=2&profession_id=6","",0,20,160);
	Menu17_3=new Array("Alaska","location_profession.php?location_id=3&profession_id=6","",0,20,160);
	Menu17_4=new Array("Montana","location_profession.php?location_id=4&profession_id=6","",0,20,160);
	Menu17_5=new Array("Idaho","location_profession.php?location_id=5&profession_id=6","",0,20,160);
	Menu17_6=new Array("National","location_profession.php?location_id=6&profession_id=6","",0,20,160);
	Menu17_7=new Array("Other","location_profession.php?location_id=8&profession_id=6","",0,20,160);
	Menu17_8=new Array("All Studies","profession_all.php?profession_id=6","",0,20,160);
	
Menu18=new Array("Other/Multiple Professions","","",8,35,160);
	Menu18_1=new Array("Washington","location_profession.php?location_id=1&profession_id=7","",0,20,160);
	Menu18_2=new Array("Wyoming","location_profession.php?location_id=2&profession_id=7","",0,20,160);
	Menu18_3=new Array("Alaska","location_profession.php?location_id=3&profession_id=7","",0,20,160);
	Menu18_4=new Array("Montana","location_profession.php?location_id=4&profession_id=7","",0,20,160);
	Menu18_5=new Array("Idaho","location_profession.php?location_id=5&profession_id=7","",0,20,160);
	Menu18_6=new Array("National","location_profession.php?location_id=6&profession_id=7","",0,20,160);
	Menu18_7=new Array("Other","location_profession.php?location_id=8&profession_id=7","",0,20,160);
	Menu18_8=new Array("All Studies","profession_all.php?profession_id=7","",0,20,160);
	
Menu19=new Array("Hospitals","","",8,18);
	Menu19_1=new Array("Washington","location_profession.php?location_id=1&profession_id=8","",0,20,160);
	Menu19_2=new Array("Wyoming","location_profession.php?location_id=2&profession_id=8","",0,20,160);
	Menu19_3=new Array("Alaska","location_profession.php?location_id=3&profession_id=8","",0,20,160);
	Menu19_4=new Array("Montana","location_profession.php?location_id=4&profession_id=8","",0,20,160);
	Menu19_5=new Array("Idaho","location_profession.php?location_id=5&profession_id=8","",0,20,160);
	Menu19_6=new Array("National","location_profession.php?location_id=6&profession_id=8","",0,20,160);
	Menu19_7=new Array("Other","location_profession.php?location_id=8&profession_id=8","",0,20,160);
	Menu19_8=new Array("All Studies","profession_all.php?profession_id=8","",0,20,160);
	
Menu20=new Array("Other Work Settings","","",8,18);
	Menu20_1=new Array("Washington","location_profession.php?location_id=1&profession_id=9","",0,20,160);
	Menu20_2=new Array("Wyoming","location_profession.php?location_id=2&profession_id=9","",0,20,160);
	Menu20_3=new Array("Alaska","location_profession.php?location_id=3&profession_id=9","",0,20,160);
	Menu20_4=new Array("Montana","location_profession.php?location_id=4&profession_id=9","",0,20,160);
	Menu20_5=new Array("Idaho","location_profession.php?location_id=5&profession_id=9","",0,20,160);
	Menu20_6=new Array("National","location_profession.php?location_id=6&profession_id=9","",0,20,160);
	Menu20_7=new Array("Other","location_profession.php?location_id=8&profession_id=9","",0,20,160);
	Menu20_8=new Array("All Studies","profession_all.php?profession_id=9","",0,20,160);
	
Menu21=new Array("<div id=menuitem4></div>","","",0,2);
Menu22=new Array("rollover:elements/CHWSlogoRed72.jpg:elements/CHWSlogoRed72Text.jpg","http://www.depts.washington.edu/uwchws","",0,40);
Menu23=new Array("<div id=menuitem4></div>","","",0,2);
Menu24=new Array("rollover:elements/RHSClogo72.jpg:elements/RHSClogo72Text.jpg","http://www.depts.washington.edu/uwrhrc","",0,40);



