//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=9; //set number of main menu items
	var LowBgColor='teal';
	var HighBgColor='white';
	var FontLowColor='white';
	var FontHighColor='black';
	var BorderColor='teal';
	var BorderWidth=0;
	var BorderBtwnElmnts=1;
	var FontFamily="arial,helvetica,sans serif"
	var FontSize=8;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=0;
	var ChildVerticalOverlap=0;
	var StartTop=35; //set vertical offset
	var StartLeft=5; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=0; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var WebMasterCheck=0;
	var ShowArrow=1;
	var Arrws=["tri.gif",5,10,"tridown.gif",10,5,"trileft.gif",5,10];

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

Menu1=new Array("OHSUlabs.com","http://www.ohsuhealth.com/consult/labs/",0,20,150);

Menu2=new Array("Pathology Department","http://www.ohsu.edu/pathology/win/index.htm",0);

Menu3=new Array("Point of Care Manual","/pathology/POC/pocpolicy.html",0);

Menu4=new Array("Administrative Policy","http://ozone.ohsu.edu/healthsystem/nursing/policy/display.cfm?id=971",0);

Menu5=new Array("Test Procedures","/pathology/POC/procedures/index.html",4);
	Menu5_1=new Array("Moderate Test Procedures","/pathology/POC/procedures/modindex.html",0,20,180);
	Menu5_2=new Array("Microscopy Test Procedures","/pathology/POC/procedures/providerindex.html",0);
	Menu5_3=new Array("Waived Test Procedures","/pathology/POC/procedures/waivedindex.html",0);
	Menu5_4=new Array("Maintenance Procedures","/pathology/POC/procedures/mainindex.html",0);

Menu6=new Array("QA Policy","/pathology/POC/qapolicy/index.html",0);
	
Menu7=new Array("Competency Forms","/pathology/POC/competencyforms/index.html",2);
	Menu7_1=new Array("Moderate Forms","/pathology/POC/competencyforms/promodindex.htm",0,20,180);
	Menu7_2=new Array("Waived Forms","/pathology/POC/competencyforms/prowiavedindex.htm",0);
	
Menu8=new Array("Competency Tests","/pathology/POC/competencytests/index.html",0);	
Menu9=new Array("Log Sheets","/pathology/POC/logsheet/index.html",0);
	


