//UDMv3.0.1
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



// *** for more information about the script ******************************
// *** see http://www.brothercake.com/dropdown/ ***************************



// *** POSITIONING AND STYLES *********************************************


var menuALIGN = "center";	// alignment
var absLEFT = 	0;		// absolute left or right position (if not center)
var absTOP = 	0; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5/6 and ns4 only)

var stretchMENU = true;		// show empty cells
var showBORDERS = true;		// show empty cell borders

var baseHREF =	"resources/";	// base path 
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"#6C0533";	// main nav cell color
var rCOLOR = 	"Black";	// main nav cell rollover color
var keepLIT =	true;		// keep rollover color when browsing menu
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"White"	        // main nav border color
var aLINK = 	"White";	// main nav link color
var aHOVER = 	"";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial,sans serif";	// main nav font face		
var fSIZE = 	13;		// main nav font size (pixels)	
var fWEIGHT = 	"bold"		// main nav font weight
var tINDENT = 	7;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	7;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var vOFFSET = 	-5;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	"#6C0533";	// submenu cell color
var srCOLOR = 	"Black";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"White"	        // submenu border color
var saLINK = 	"White";	// submenu link color
var saHOVER = 	"";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"comic sans ms,cursive";// submenu font face		
var sfSIZE = 	13;		// submenu font size (pixels)	
var sfWEIGHT = 	"normal"	// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 2;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	3;		// menu drop shadow size 
var shCOLOR =	"#bcbcbc";	// menu drop shadow color
var shOPACITY = 75;		// menu drop shadow opacity (ie5/6 only)

var keepSubLIT=	true;		// keep submenu rollover color when browsing child menu	
var chvOFFSET = -3;		// shift the child menus vertically 			
var chhOFFSET = -5;		// shift the child menus horizontally 		

var closeTIMER = 330;		// menu closing delay time

var cellCLICK = true;		// links activate on TD click
var aCURSOR = "hand";		// cursor for active links (ie only)

var altDISPLAY = "title";		// where to display alt text


//** LINKS ***********************************************************






// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position)

addMainItem("chileintro2.html","Introduction",120,"center","","",0,0); 
	
addMainItem("engmission.html","Mission Statement",130,"center","","",0,0); 

addMainItem("","Chile",160,"center","","",0,0);
       defineSubmenuProperties(430,"left","center",0,0);
        addSubmenuItem("englishlist.html#historicalchile","Historical Timeline of FMD in Chile","","");
	addSubmenuItem("englishlist.html#overviewchile","Overview of Surveillance, Control, and Biosecurity in Chile","","");
	addSubmenuItem("englishlist.html#surveillance","Surveillance Methodology","","");
	addSubmenuItem("englishlist.html#control","Control Measures","","");
	addSubmenuItem("englishlist.html#biosecurity","Biosecurity","","");
	addSubmenuItem("englishlist.html#overviewUS","Overview Of Surveillance and Control of FMD in the United States","","");
	addSubmenuItem("englishlist.html#USvsChile","U.S vs. Chile","","");
	addSubmenuItem("englishlist.html#implications","Implications of a FMD outbreak","","");

addMainItem("","FMD",160,"center","","",0,0); 

	defineSubmenuProperties(430,"left","center",0,0);
	
	addSubmenuItem("englishlist.html#FMDlandmarks","Foot and Mouth Landmarks in Time","","");
	addSubmenuItem("englishlist.html#etiology", "Etiology","","");
        addSubmenuItem("englishlist.html#geographicdistribution","Geographic Distribution","","");
        addSubmenuItem("englishlist.html#geoFMD","Geographic Serotype Prevalance","","");
	addSubmenuItem("englishlist.html#hostrange","Host Range","","");
	addSubmenuItem("englishlist.html#clinicalsigns","Clinical Signs","","");
	addSubmenuItem("englishlist.html#transmission","Transmission","","");
	addSubmenuItem("englishlist.html#mor","Morbidity and Mortality","","");
	addSubmenuItem("englishlist.html#vaccination","Vaccination","","");
			


addMainItem("students.html","Student Participants",140,"center","","",0,0); 
addMainItem("links.html","Useful Links",100,"center","","",0,0);



	





//**DO NOT EDIT THIS *****
}//***********************
//************************

