/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='cornflowerblue';			// Background color when mouse is over
	var HighSubBgColor='cornflowerblue';			// Background color when mouse is over on subs
	var FontLowColor='navy';			// Font color when mouse is not over
	var FontSubLowColor='navy';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana"	// 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','bottom' or static
	var ChildOverlap=.05;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.15;			// vertical overlap child/ parent
	var StartTop=220;				// 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=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	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='';				// span id for relative positioning
	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
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

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("Home","http://www.who.int/salmsurv","",0,25,250);

Menu2=new Array("Salmonella","","",5);
	Menu2_1=new Array("Isolation","Salm/Salm Iso 010405.pdf","",0, 25, 220);	
	Menu2_2=new Array("Identification","Salm/Salm Id 010405.pdf","",0);
	Menu2_3=new Array("API","Salm/Entero Id API 010405.pdf","",0);
	Menu2_4=new Array("Serotyping","Salm/Salm sero 010405.pdf","",0);
	Menu2_5=new Array("PFGE","PFGE/Salm PFGE 010405.pdf","",0);

Menu3=new Array("Campylobacter","","",3);
	Menu3_1=new Array("Isolation","","",3,25,220);
		Menu3_1_1=new Array("from food","Camp/Camp Iso food 010405.pdf","",0, 25, 110);
		Menu3_1_2=new Array("from faeces","Camp/Camp Iso faeces 010405.pdf","",0);
		Menu3_1_3=new Array("from water","Camp/Camp Iso water 010405.pdf","",0);
	Menu3_2=new Array("Identification, conv.","Camp/Camp Id 010405.pdf","",0);
	Menu3_3=new Array("Identification PCR","Camp/Camp PCR coli jejuni 010405.pdf","",0);

Menu4=new Array("E. coli O157","","",5);
	Menu4_1=new Array("Isolation","O157/Ec O157 Iso Id 010405.pdf","",0,25,210);
	Menu4_2=new Array("Identification","O157/Ec O157 Iso Id 010405.pdf","",0);
	Menu4_3=new Array("Agglutination","O157/Ec O157 Agglutination 010405.pdf","",0,25,210);
	Menu4_4=new Array("Latex agglutination","O157/Ec O157 Latex 010405.pdf","",0,25,210);
	Menu4_5=new Array("PCR","O157/Ec VT1 VT2 EAE v2 PCR 010405.pdf","",0,25,210);

Menu5=new Array("Antimicrobial susceptibility testing","","",4);
	Menu5_1=new Array("Disk diffusion","AST/AST Salm DD 010405.pdf","",0,25,210);
	Menu5_2=new Array("E-test","AST/E-test 010405.pdf","",0,25,210);
	Menu5_3=new Array("MIC agar","AST/MIC Salm Camp 010405.pdf","",0,25,210);
	Menu5_4=new Array("MIC microbroth","AST/MIC broth dilution Sensititre 010405.pdf","",0,25,210);

Menu6=new Array("Level 1 course material","","",2);
	Menu6_1=new Array("Salmonella","","",4, 25, 210);	
		Menu6_1_1=new Array("Isolation","Salm/Salm Iso 010405.pdf","",0, 25, 110);
		Menu6_1_2=new Array("Identification","Salm/Salm Id 010405.pdf","",0);
		Menu6_1_3=new Array("API","Salm/Entero Id API 010405.pdf","",0);
		Menu6_1_4=new Array("Serotyping","Salm/Salm sero 010405.pdf","",0);
	Menu6_2=new Array("Antimicrobial susceptibility testing","","",3, 35, 110);
		Menu6_2_1=new Array("Disk diffusion","AST/AST Salm DD 010405.pdf","",0, 25, 110);
		Menu6_2_2=new Array("E-test","AST/E-test 010405.pdf","",0);
		Menu6_2_3=new Array("MIC microbroth","AST/MIC broth dilution Sensititre 010405.pdf","",0);

Menu7=new Array("Level 2 course material","","",3);
	Menu7_1=new Array("Salmonella","","",1, 25, 220);	
		Menu7_1_1=new Array("Serotyping","Salm/Salm sero 010405.pdf","",0, 25, 110);
	Menu7_2=new Array("Campylobacter","","",2);
		Menu7_2_1=new Array("Isolation","","",3,25,220);
			Menu7_2_1_1=new Array("from food","Camp/Camp Iso food 010405.pdf","",0, 25, 110);
			Menu7_2_1_2=new Array("from faeces","Camp/Camp Iso faeces 010405.pdf","",0);
			Menu7_2_1_3=new Array("from water","Camp/Camp Iso water 010405.pdf","",0);
		Menu7_2_2=new Array("Identification conv.","Camp/Camp Id 010405.pdf","",0);
	Menu7_3=new Array("Resistens","","",2);
		Menu7_3_1=new Array("Disk diffusion","AST/AST Salm DD 010405.pdf","",0, 25, 110);
		Menu7_3_2=new Array("MIC agar","AST/MIC Salm Camp 010405.pdf","",0);

Menu8=new Array("Level 3+ course material","","",2);
	Menu8_1=new Array("Salmonella","","",2, 25, 210);	
		Menu8_1_1=new Array("Serotyping","Salm/Salm sero 010405.pdf","",0, 25, 110);
		Menu8_1_2=new Array("PFGE","PFGE/Salm PFGE 010405.pdf","",0);
	Menu8_2=new Array("Campylobacter","","",2);
		Menu8_2_1=new Array("Identification conv.","Camp/Camp Id 010405.pdf","",0, 25, 160);
		Menu8_2_2=new Array("Identification PCR","Camp/Camp PCR coli jejuni 010405.pdf","",0);

Menu9=new Array("Advanced course material","","",2);
	Menu9_1=new Array("Salmonella","","",2, 25, 210);	
		Menu9_1_1=new Array("Serotyping","Salm/Salm sero 010405.pdf","",0, 25, 150);
		Menu9_1_2=new Array("PFGE","PFGE/Salm PFGE 010405.pdf","",0);
	Menu9_2=new Array("E. coli O157","","",5);
		Menu9_2_1=new Array("Isolation","O157/Ec O157 Iso Id 010405.pdf","",0, 25, 150);
		Menu9_2_2=new Array("Identification","O157/Ec O157 Iso Id 010405.pdf","",0);
		Menu9_2_3=new Array("Agglutination","O157/Ec O157 Agglutination 010405.pdf","",0);
		Menu9_2_4=new Array("Latex agglutination","O157/Ec O157 Latex 010405.pdf","",0);
		Menu9_2_5=new Array("PCR","O157/Ec VT1 VT2 EAE v2 PCR 010405.pdf","",0);


